Hi there!
This is a short explanation on how to open any Ingame Window anywhere you want. (For example open stash/shop in dungeon)
Method 1(harder but more windows):
//Edit:
I added a cheat table for the non-believers with some example windows (including Shop, Stash, Poseidon and ESC-Menu). Change the Value to 1 to open the windows, to close change it to 0.
The window labeled "Poseidon" (in the ct) contains the last message shown in a message box (Repair, Poseidon, Crusade etc). If you want to close the Poseidon message for example just change the Value to 0 and its closed.
//Edit2:
Added an easier method to find the addresses ^^
Hafe fun =)
greetz
This is a short explanation on how to open any Ingame Window anywhere you want. (For example open stash/shop in dungeon)
Method 1(harder but more windows):
- Do a text search for "ID_FRAME_"
- The list will look like ID_FRAME_x where "x" = ingame window type.
- Add 0x40 to the start address and you get the bool (1,0) (window open,window close).
- For example adding 0x40 to "ID_FRAME_Present" and changing it to 1 will open the lvl 45 bonus window.
- There will be multiple copies of the same "ID_FRAME" name, only the first (lowest in memory) will work for each window.
- Open the Window whose address you want for
- search 1
- close the window
- search 0
- repeat this to narrow down the results until there are 2 or 3 results left
- choose the first one, this one is static most of the time, if its not do a pointer scan ;)
//Edit:
I added a cheat table for the non-believers with some example windows (including Shop, Stash, Poseidon and ESC-Menu). Change the Value to 1 to open the windows, to close change it to 0.
The window labeled "Poseidon" (in the ct) contains the last message shown in a message box (Repair, Poseidon, Crusade etc). If you want to close the Poseidon message for example just change the Value to 0 and its closed.
//Edit2:
Added an easier method to find the addresses ^^
Hafe fun =)
greetz