z Wartales

Upload your cheat tables here (No requests)
User avatar
sanitka
Expert Cheater
Expert Cheater
Posts: 459
Joined: Sat Aug 22, 2020 5:40 am
Reputation: 204

Re: z Wartales

Post by sanitka »

mroverrated16 wrote:
Thu Apr 27, 2023 6:27 pm
hornedskulldrake wrote:
Thu Apr 27, 2023 6:16 pm
mroverrated16 wrote:
Thu Apr 27, 2023 4:47 pm
Can someone ELI5 how this works? I open the CT file, choose Wartales process, check the "Add wartales integer", but none of the options are working. The only one that is updating is the "Game state" which is useless to edit.
If you use zanzer table, click which one you want to edit companion or resource etc etc. Wait for it, it really takes some time because it need to locate the pointer or something (sry i'm too dumb to explain what the codes do), once it locate the pointer then you click the "add wartales integer"
I am using Wartales_z_1.0.25285_figment_v7(1). Sometimes it reads, sometimes is does not. Looks like there is a specific step in order for it to work the first time, I just need to figure out what it is.

Also, copy pasting the traits from one companion to another just creates a new line with the same trait. For example, I wanted to copy bloodthirsty from companion 1 to companion 2, after copy pasting to companion 2, he has 2 "trait 1" duplicate which is not bloodthirsty but his original trait 1.
a/ you are supposed to used the same version of table as your game is
b/ by copying trait is meant copying ONLY ADDRESS of the trait, not copying CE table item ;)

How to use this cheat table?
  1. Install Cheat Engine
  2. Double-click the .CT file in order to open it.
  3. Click the PC icon in Cheat Engine in order to select the game process.
  4. Keep the list.
  5. Activate the trainer options by checking boxes or setting values from 0 to 1

patagen94
Novice Cheater
Novice Cheater
Posts: 16
Joined: Wed Apr 26, 2023 9:03 pm
Reputation: 0

Re: z Wartales

Post by patagen94 »

sanitka wrote:
Thu Apr 27, 2023 7:11 pm
patagen94 wrote:
Thu Apr 27, 2023 6:26 pm
Zanzer wrote:
Thu Apr 27, 2023 3:45 pm
The values are hex. So 10 should be A.
thank you very much! everything works!
and next trait 11 (a1*8) correctly?
No, it is HEX format (0..15 > 0..F).
I don't understand...help me plz) can you show me for trait 11 or 12?

User avatar
sanitka
Expert Cheater
Expert Cheater
Posts: 459
Joined: Sat Aug 22, 2020 5:40 am
Reputation: 204

Re: z Wartales

Post by sanitka »

guys educate yourself if you want to cheat ;)

EDU

decimal system
0..9
  • 9 (10 * 1 - 1)
  • 99 (10*10 - 1)
  • 999 (10*10*10 - 1)
  • 9999 (10*10*10*10 - 1) ...
hexadecimal system
0..F (0..15 dec)
  • F (16 * 1 - 1)
  • FF (16 * 16 - 1)
  • FFF (16*16*16 - 1)
  • F+1 = 10
  • FF+1 = 100 ...
examples
10 hex = 16 dec
100 hex = 10 hex * 10 hex = 16 dec * 16 dec = 256 dec

10 dec = A hex
100 dec = 6 * 16 dec + 4 = 6 * 10 hex + 4 = 64 hex

thus
10 dec = A hex (or 0A hex or 0xA hex)
11 dec = B hex
Last edited by sanitka on Thu Apr 27, 2023 7:48 pm, edited 1 time in total.

patagen94
Novice Cheater
Novice Cheater
Posts: 16
Joined: Wed Apr 26, 2023 9:03 pm
Reputation: 0

Re: z Wartales

Post by patagen94 »

sanitka wrote:
Thu Apr 27, 2023 7:30 pm
guys educate yourself if you want to cheat ;)

EDU

decimal system
0..9
  • 9 (10 * 1 - 1)
  • 99 (10*10 - 1)
  • 999 (10*10*10 - 1)
  • 9999 (10*10*10*10 - 1) ...
hexadecimal system
0..F (0..15 dec)
  • F (16 * 1 - 1)
  • FF (16 * 16 - 1)
  • FFF (16*16*16 - 1)
  • F+1 = 10
  • FF+1 = 100 ...
examples
10 hex = 16 dec
100 hex = 10 hex * 10 hex = 16 dec * 16 dec = 256 dec

10 dec = A hex
100 dec = 6 * 16 dec + 4 = 6 * 10 hex + 4 = 64 hex

thus
10 dec = A hex (or 0A hex)
11 dec = B hex
it is difficult... I'll figure it out. thanks

User avatar
sanitka
Expert Cheater
Expert Cheater
Posts: 459
Joined: Sat Aug 22, 2020 5:40 am
Reputation: 204

Re: z Wartales

Post by sanitka »

patagen94 wrote:
Thu Apr 27, 2023 7:40 pm
it is difficult... I'll figure it out. thanks
You are welcome.

For dec to hex and hex to dec you can use online converters or windows calculator in the programmer mode ;).

User avatar
PreacherSana
Expert Cheater
Expert Cheater
Posts: 101
Joined: Tue Sep 29, 2020 9:32 pm
Reputation: 8

Re: z Wartales

Post by PreacherSana »

sanitka wrote:
Wed Apr 26, 2023 3:19 pm
Noise is a Double value, search finds 2 values, first one is usually the correct one ;).
Yes. You're right. Looking for a bstro . BUT!!!! After you change it, then after every mistake you are thrown out of the hacking search and you have to search for a new one, just like a new one, since there was a way out.))))))))))))

mroverrated16
Noobzor
Noobzor
Posts: 9
Joined: Fri Apr 15, 2022 11:21 pm
Reputation: 0

Re: z Wartales

Post by mroverrated16 »

sanitka wrote:
Thu Apr 27, 2023 7:14 pm
mroverrated16 wrote:
Thu Apr 27, 2023 6:27 pm
hornedskulldrake wrote:
Thu Apr 27, 2023 6:16 pm


If you use zanzer table, click which one you want to edit companion or resource etc etc. Wait for it, it really takes some time because it need to locate the pointer or something (sry i'm too dumb to explain what the codes do), once it locate the pointer then you click the "add wartales integer"
I am using Wartales_z_1.0.25285_figment_v7(1). Sometimes it reads, sometimes is does not. Looks like there is a specific step in order for it to work the first time, I just need to figure out what it is.

Also, copy pasting the traits from one companion to another just creates a new line with the same trait. For example, I wanted to copy bloodthirsty from companion 1 to companion 2, after copy pasting to companion 2, he has 2 "trait 1" duplicate which is not bloodthirsty but his original trait 1.
a/ you are supposed to used the same version of table as your game is
b/ by copying trait is meant copying ONLY ADDRESS of the trait, not copying CE table item ;)
Thanks. But how do I copy address though? As one already said, copy is working but pasting is not working. Also trying both "add this address to list" and "copy this address to clipboard". Not sure what the former does and not sure how to paste the latter.

User avatar
sanitka
Expert Cheater
Expert Cheater
Posts: 459
Joined: Sat Aug 22, 2020 5:40 am
Reputation: 204

Re: z Wartales

Post by sanitka »

mroverrated16 wrote:
Thu Apr 27, 2023 9:46 pm
sanitka wrote:
Thu Apr 27, 2023 7:14 pm
a/ you are supposed to used the same version of table as your game is
b/ by copying trait is meant copying ONLY ADDRESS of the trait, not copying CE table item ;)
Thanks. But how do I copy address though? As one already said, copy is working but pasting is not working. Also trying both "add this address to list" and "copy this address to clipboard". Not sure what the former does and not sure how to paste the latter.
Let's keep it simple
when you cheat Krowns you change the value (number / amount)
when you cheat Trait Pointer you change the value (number in hex / address)

Let's keep it even simpler ;)
go to the Trait you want to copy, copy that strange value on the right (like 4A45F28) from Trait Pointer
go to the Trait you want to change, replace that strange value on the right with previous one

Regarding hex, read my other post.

Good luck

User avatar
sanitka
Expert Cheater
Expert Cheater
Posts: 459
Joined: Sat Aug 22, 2020 5:40 am
Reputation: 204

Re: z Wartales

Post by sanitka »

For the curious ones - How to use Cheat Engine ;)

viewtopic.php?p=240612#p240612

hornedskulldrake
Cheater
Cheater
Posts: 34
Joined: Sun Jan 20, 2019 11:15 am
Reputation: 22

Re: z Wartales

Post by hornedskulldrake »

mroverrated16 wrote:
Thu Apr 27, 2023 9:46 pm
sanitka wrote:
Thu Apr 27, 2023 7:14 pm
mroverrated16 wrote:
Thu Apr 27, 2023 6:27 pm


I am using Wartales_z_1.0.25285_figment_v7(1). Sometimes it reads, sometimes is does not. Looks like there is a specific step in order for it to work the first time, I just need to figure out what it is.

Also, copy pasting the traits from one companion to another just creates a new line with the same trait. For example, I wanted to copy bloodthirsty from companion 1 to companion 2, after copy pasting to companion 2, he has 2 "trait 1" duplicate which is not bloodthirsty but his original trait 1.
a/ you are supposed to used the same version of table as your game is
b/ by copying trait is meant copying ONLY ADDRESS of the trait, not copying CE table item ;)
Thanks. But how do I copy address though? As one already said, copy is working but pasting is not working. Also trying both "add this address to list" and "copy this address to clipboard". Not sure what the former does and not sure how to paste the latter.
Sigh, seriously guys at least learn basic use of cheat engine and read what the author said

e.g : You want to change Strong trait to Fast trait

Image

Image

Image

bam done your strong trait is fast trait

User avatar
PreacherSana
Expert Cheater
Expert Cheater
Posts: 101
Joined: Tue Sep 29, 2020 9:32 pm
Reputation: 8

Re: z Wartales

Post by PreacherSana »

hornedskulldrake wrote:
Fri Apr 28, 2023 3:13 am
bam done your strong trait is fast trait
Friend!!!
1) Did someone manage to make more trait 8? I do trait 9, and I put +8*8, but the address is already 00000000.
2) and another moment. My character has only one trait so far. I put a few more, but they are not displayed. What to do?
3) Class Base Attributes - who to work? and then she never finds anything with me

User avatar
sanitka
Expert Cheater
Expert Cheater
Posts: 459
Joined: Sat Aug 22, 2020 5:40 am
Reputation: 204

Re: z Wartales

Post by sanitka »

PreacherSana wrote:
Fri Apr 28, 2023 7:47 am
hornedskulldrake wrote:
Fri Apr 28, 2023 3:13 am
bam done your strong trait is fast trait
Friend!!!
1) Did someone manage to make more trait 8? I do trait 9, and I put +8*8, but the address is already 00000000.
2) and another moment. My character has only one trait so far. I put a few more, but they are not displayed. What to do?
3) Class Base Attributes - who to work? and then she never finds anything with me
Again, READ !
You are only allowed to REPLACE traits not to add new ones.

You do not need base attributes, give yourself enough AP and spend it.

mroverrated16
Noobzor
Noobzor
Posts: 9
Joined: Fri Apr 15, 2022 11:21 pm
Reputation: 0

Re: z Wartales

Post by mroverrated16 »

New day and same old problem. Sometimes table works and sometimes not (companion pointer showing P->0000000). Also, just tried using again zanzer table for v1.0.25363 which is the same as game version, takes a long time for it to show not working. So I will go back to trying Wartales_z_1.0.25285_figment_v7(1) and seeing what SPECIFIC steps to make it work (like do I need to restart my game first, open table, then etc.) cause its just faster and got it to work previously.

Please let me know if I am not doing something properly

hornedskulldrake
Cheater
Cheater
Posts: 34
Joined: Sun Jan 20, 2019 11:15 am
Reputation: 22

Re: z Wartales

Post by hornedskulldrake »

mroverrated16 wrote:
Fri Apr 28, 2023 1:26 pm
New day and same old problem. Sometimes table works and sometimes not (companion pointer showing P->0000000). Also, just tried using again zanzer table for v1.0.25363 which is the same as game version, takes a long time for it to show not working. So I will go back to trying Wartales_z_1.0.25285_figment_v7(1) and seeing what SPECIFIC steps to make it work (like do I need to restart my game first, open table, then etc.) cause its just faster and got it to work previously.

Please let me know if I am not doing something properly
once the cheat you want done loading, try to right click any companion to see it's status. It show 00000 because you haven't click any companion that you want to change

in the meantime here, i put zanzer attribute inside figment table ALL CREDITS STILL GOES TO THOSE 2 i only update figment table
Attachments
Wartales-2.ct
(125.56 KiB) Downloaded 585 times

User avatar
sanitka
Expert Cheater
Expert Cheater
Posts: 459
Joined: Sat Aug 22, 2020 5:40 am
Reputation: 204

Re: z Wartales

Post by sanitka »

hornedskulldrake wrote:
Fri Apr 28, 2023 2:13 pm
mroverrated16 wrote:
Fri Apr 28, 2023 1:26 pm
New day and same old problem. Sometimes table works and sometimes not (companion pointer showing P->0000000). Also, just tried using again zanzer table for v1.0.25363 which is the same as game version, takes a long time for it to show not working. So I will go back to trying Wartales_z_1.0.25285_figment_v7(1) and seeing what SPECIFIC steps to make it work (like do I need to restart my game first, open table, then etc.) cause its just faster and got it to work previously.

Please let me know if I am not doing something properly
once the cheat you want done loading, try to right click any companion to see it's status. It show 00000 because you haven't click any companion that you want to change

in the meantime here, i put zanzer attribute inside figment table ALL CREDITS STILL GOES TO THOSE 2 i only update figment table
btw Made by Zanzer vs Made by Figment - they are the same but Zanzer uses AOBScan to scan all the memory which can be slow but finds all the possible results on the other hand Figment uses AOBScanRegion where he limits the scanned area of memory (from 70000000000 to 7FFFFFFFFFF) so it is faster, but in some cases will not find anything as it is not in that range.

Post Reply

Who is online

Users browsing this forum: Bing [Bot], DarkestLite, Daz, Finnik, Google Adsense [Bot], Majestic-12 [Bot], SemrushBot, wilsondgonzales