in the 4th line of the script that looks somewhat like "aobscanmodule(MagicEXPMultAOB,grandia.exe,66 01 07 66 01 47 0A)" try adding "B8 E7 03 00 00" after the 0A, if that works I'll know why it did not work.
Try exchanging it with:
jmp newmem
nop
nop
return:
if that works I'll update the table.
Is this message new with the added bytes in the AoB? Did it say something different before?
Also (only if you can) can you try finding the AoB in the header and send me a screencap of the disassembled region?
magic exp multiplier now works fully thanks Gordon also to be truthful I'm not even sure how to find the AoB to get the disassembled region to screenshot it for you.
after adding "B8 E7 03 00 00" after 0A like you had said and changing to
jmp newmem
nop
nop
return:
the multiplier works without saying there are any problems
Okay so now i'm having a really stupid problem. Any time I get the cheat table and engine open and pick Grandia I can't click Enable anymore. It doesn't get ticked and I can't fix it.
It all worked fine the other day and my version can't update so I don't know what could have gone wrong. Am I just doing something simple wrong?
When I right click it says <<the array of named GetGoldPtrAOB could not be found>>
[ENABLE]
{$lua}
--Cake-san's Code
function cycleFullCompact(sender,force)
local state = not(compactmenuitem.Caption == 'Compact View Mode')
if force~=nil
then state = not force
end
compactmenuitem.Caption = state and 'Compact View Mode' or 'Full View Mode'
getMainForm().Splitter1.Visible = state
getMainForm().Panel4.Visible = state
getMainForm().Panel5.Visible = state
end
function addCompactMenu()
if compactmenualreadyexists
then return end
local parent = getMainForm().Menu.Items
compactmenuitem = createMenuItem(parent)
parent.add(compactmenuitem)
compactmenuitem.Caption = 'Compact View Mode'
compactmenuitem.OnClick = cycleFullCompact
compactmenualreadyexists = 'yes'
end
addCompactMenu()
cycleFullCompact(nil,true)
--End of Cake-san's Code
local al = getAddressList()
local DropDownListITM = createStringlist()
for i,j in ipairs(ItemList) do
DropDownListITM.add(string.format("%s",j))
end
local mr = al.getMemoryRecordByDescription("Character Items")
for i=0,12-1,1 do
al[mr.Index+1+i].DropDownList.Text = DropDownListITM.Text
al[mr.Index+1+i].DropDownReadOnly = false
al[mr.Index+1+i].DropDownDescriptionOnly = true
al[mr.Index+1+i].DisplayAsDropDownListItem = true
end
local mr2 = al.getMemoryRecordByDescription("Stash Inventory Editor")
when you rightclick it after clicking it it should give you a reason why it failed in the first line of the context menu. Can you tell me what that line is?
Also try attaching the cheat table before entering the main menu. If you do it later the something something goldptrAOB sometimes fails for me.