So, does Disable Effects (specifically Chaos State) work for anyone? cause enabling some stuff works, but disabling debuffs doesn't. Tried poking around those addresses, but all I managed is to crash my game a few times
[/QUOTE]
Here is a script to not take damage from using Rod of Discord
[CODE]{ Game : Terraria.exe
Version:
Date : 2020-05-26
Author : Okami-x
This script does blah blah blah
}
define(address,Terraria.Player::UpdateBuffs+533)
define(bytes,C6 83 69 06 00 00 01)
[ENABLE]
assert(address,bytes)
alloc(newmem,$1000)
label(code)
label(return)
newmem:
code:
mov byte ptr [ebx+00000669],00
jmp return
address:
jmp newmem
nop 2
return:
[DISABLE]
address:
db bytes
// mov byte ptr [ebx+00000669],01
dealloc(newmem)[/CODE]
I'll not upload the CT in this post because I'm working on something.
How to use this cheat table?
Install Cheat Engine
Double-click the .CT file in order to open it.
Click the PC icon in Cheat Engine in order to select the game process.
Keep the list.
Activate the trainer options by checking boxes or setting values from 0 to 1
To spawn anything, you must first have the item ID.
Next, open your player pointer and then the "Item" tab. Edit the "netID" value to whatever item ID you want. (You should have an item in the first slot of your inventory prior to changing the netID or else you will have to reload your character).
Lastly, either drop the item or reload your character and the item should automatically be updated!
To spawn anything, you must first have the item ID.
Next, open your player pointer and then the "Item" tab. Edit the "netID" value to whatever item ID you want. (You should have an item in the first slot of your inventory prior to changing the netID or else you will have to reload your character).
Lastly, either drop the item or reload your character and the item should automatically be updated!
[/QUOTE]
It's working tho. But is there a way to use something like "call Terraria.Item::SetDefaults" to reset item immidietely with id change?
• text on unlearned items is not displayed; not critical, not even sure it's possible to enable, no big deal really
• shortcut key to open the menu doesn't work; bit more important, but nothing an AHK script doesn't resolve (and I run one anyway to prevent carpal tunnel from all the clicking)
[S]• Enemy Difficulty slider doesn't work[/S]
• Enemy Spawn slider doesn't work at all; this is kind of important for me personally, and I'm not having luck finding the enemy spawn value in memory (correction, I can find both the float for the slider and the byte for enemy number, but can't change either)
Can someone help, my cheat table isnt working. When I try to activate anything it doesn't do anything. Cant check the boxes. I also saw that there is no functional social slots, can someone add that please
Last edited by bluefusion on Thu May 28, 2020 9:12 am, edited 1 time in total.
They have already updated for Journey's end. For the player pointer make sure you change your health and mana look in the game from fancy to classic. For the brightness one it may require a little bit to figure out. Others in this thread have given some great guides on it.