Page 2 of 2

Re: (Req) DPS IDLE

Posted: Mon Oct 12, 2020 3:48 pm
by fralank
Ty! I can find crystals ;)
just needed open full screen CT, and find my value

Re: (Req) DPS IDLE

Posted: Thu Mar 25, 2021 4:49 pm
by Heidmall
Hi all, not update ?

Re: (Req) DPS IDLE

Posted: Wed Mar 31, 2021 2:16 pm
by baskervor
Some fun things:

unopened/tier0 cards = 0 double
silver cards = 1 double
gold cards = 2 double
ether cards = 3 double
cinder cards = 4 double
magic cards = 5 double

the process is tedious to find because I am not adept enough to figure out the blasted pointers

Re: (Req) DPS IDLE

Posted: Sat May 01, 2021 1:48 pm
by garbage
Update to Mark195's table.

Re: (Req) DPS IDLE

Posted: Mon May 03, 2021 1:17 am
by garbage
Further update to the table, including potions and coal/sparks.

Also, I have figured out how to edit cards, but you'll have to do some work on your own, because I'm lazy.

First, recognize that all cards have an associated 8 byte integer. By searching for the changes in these integers, you can edit the state of those cards.
Cards cannot be edited when they are closed.

Values:
Normal cards: 0
Silver cards: 4607182418800017408
Gold cards: 4611686018427387904
Ethereal cards: 4613937818241073152
Ashen cards: 4616189618054758400
Magic cards: 4617315517961601024

Re: (Req) DPS IDLE

Posted: Fri Jun 04, 2021 5:29 pm
by garbage
Latest update, added some clunky scripts to make all cards magic, please advise.
Regarding card values: search for doubles not 8-bytes, 0 for normal, 1 for silver, 2 gold, and so on.

Re: (Req) DPS IDLE

Posted: Fri Oct 29, 2021 11:53 pm
by garbage
The scripts do break when you change islands. Interestingly enough however, if you restart the game the scripts work again. I don't really get why or how the cards' values are being obfuscated, but it seems a simple fix, if a bit annoying.

Re: (Req) DPS IDLE

Posted: Sun Dec 05, 2021 9:21 pm
by garbage
Scripts are better and faster, but still don't work when changing islands. Scripts work when changing islands. Added all the card pointers to the table, didn't bother naming all of them.

Re: (Req) DPS IDLE

Posted: Thu Dec 30, 2021 12:50 am
by bowser3666
this is nice

Re: (Req) DPS IDLE

Posted: Wed Feb 02, 2022 10:23 pm
by garbage
Updated for newest version.