SunBeam wrote: ↑Wed Feb 15, 2023 8:08 am
Here's the fix:
Code: Select all
--local aob_to_Commit_OnUnequip2 = "B201488D4C24??E8????????84C075??48"
local aob_to_Commit_OnUnequip2 = "B201488D4D??E8????????84C075??48"
local sl = aobScanEx( aob_to_Commit_OnUnequip2 )
if not sl or sl.Count < 1 then stopExec( "'aob_to_Commit_OnUnequip2' not found." ) end
--t = tonumber( sl[0], 16 ) + 0x7
t = tonumber( sl[0], 16 ) + 0x6
unregisterSymbol( "Commit_OnUnequip2" )
registerSymbol( "Commit_OnUnequip2", t, true )
Right-click [ Enable ] script > Change script. Go to line 111 and replace the code block with the above. Click OK and save the table so you don't have to do it every time.
Hey, I was encoutering the ">> 'aob_to_Commit_OnUnequip2' not found. <<" error message with the default table, so I used the provided steps and tried the fix for the "[ Enable ]" script, so I right click the script "Change Script" opens a window I modify line 111, then I can't just save it, but instead I press apply to Cheat Table, now I have a new script called "Auto assembled script", I rename it to [ Fixed Enable ] (although i have tried it without this step -- I also tried naming it [ Enable ]), when I double click the script I see the "fixed" version, but when I run it -- nothing happens, no new options appear, no changes of any kind of notceable in game or in cheat table. I am wondering if anyone can help me fix my issue.
PS: when I say modify line 111 - I meant the entire block starting at 111.
PSS: I signed up for the Patreon and downloaded the fixed cheat table available by being patreon member and downloading it from his discord. I must just not have done the fix right myself, the one sunbeam provided in the chat on discord worked for me immediately.