Page 1 of 1
Patch 5.04 [Fixed]
Posted: Tue Oct 30, 2012 8:38 am
by Jandrana
Did a "rom/update" - seems to work ok.
When starting the bot, this error appeared:
2:26pm - ...Games/micromacro/scripts/rom/classes/memorytable.lua:7: bad argument
#2 to 'memoryReadIntPtr' (number expected, got nil)
tried to get more info whats wrong:
local function GetIdAddressLine(id)
local lineSize = 0x20;
local tablePointer = memoryReadIntPtr( getProc(), addresses.tablesBase, addresses.tablesBaseOffset )
printf("GetAddressLine"..tostring(id)..":"..tostring(tablePointer));
local startAddressOffsets = {0,addresses.tableStartPtrOffset, addresses.tableDataStartPtrOffset}
local dataPointer = memoryReadIntPtr( getProc(), tablePointer , startAddressOffsets ) - lineSize
Which gave me this output:
GetAddressLine502980:nil
I'm not acquainted enough with this part of the bot. Maybe someone knows whats wrong.
Re: Patch 5.04 [Fixed]
Posted: Tue Oct 30, 2012 9:19 am
by rock5
Committed fix in Revision 740.
I can't believe I'm still having problems with "tablesbase" and "partyMemberList_address" addresses. I really thought I'd found good patterns for them.
Re: Patch 5.04 [Fixed]
Posted: Tue Oct 30, 2012 9:21 am
by botje
please post it for the beta too? :3
Re: Patch 5.04 [Fixed]
Posted: Tue Oct 30, 2012 9:30 am
by Jandrana
rock, thx for the quick fix.
Re: Patch 5.04 [Fixed]
Posted: Tue Oct 30, 2012 9:40 am
by botje
nvm, ill just copy the new files to the beta

Re: Patch 5.04 [Fixed]
Posted: Tue Oct 30, 2012 9:49 am
by Ego95
lol, and I am trying to get it working myself since 2 hours now with lisas guide and it didn't work. Thanks rock

Re: Patch 5.04 [Fixed]
Posted: Tue Oct 30, 2012 10:04 am
by botje
hmm, that didnt work, misses some stuff we have new in beta

Re: Patch 5.04 [Fixed]
Posted: Tue Oct 30, 2012 10:05 am
by rock5
botje wrote:nvm, ill just copy the new files to the beta

But the new update.lua wont update the new addresses. You could probably copy the changes or just copy those 2 addresses I mentioned (after running the beta update) but no need. Here they are.
Edit: Out of date files removed.
Re: Patch 5.04 [Fixed]
Posted: Tue Oct 30, 2012 10:16 am
by lisa
AlterEgo95 wrote:lol, and I am trying to get it working myself since 2 hours now with lisas guide and it didn't work. Thanks rock

but my guide is awesome =(
Re: Patch 5.04 [Fixed]
Posted: Tue Oct 30, 2012 10:20 am
by botje
thanx, that did the trick rock ^^
Re: Patch 5.04 [Fixed]
Posted: Tue Oct 30, 2012 2:33 pm
by nightclaw
i copyed them in beta but still have same issue
Re: Patch 5.04 [Fixed]
Posted: Tue Oct 30, 2012 2:44 pm
by nightclaw
rock5 wrote:botje wrote:nvm, ill just copy the new files to the beta

But the new update.lua wont update the new addresses. You could probably copy the changes or just copy those 2 addresses I mentioned (after running the beta update) but no need. Here they are.
i copyed and pasted them in the beta still same error even after i did rom\update help please cant get it working in beta any how
Re: Patch 5.04 [Fixed]
Posted: Tue Oct 30, 2012 3:20 pm
by nightclaw
ok now i am geting
i even tryed to redo it all from scrach same thing can someone just send me a zip copy i replace my hole macro folder

i never had this much issues in past updateing the adress
Re: Patch 5.04 [Fixed]
Posted: Tue Oct 30, 2012 10:41 pm
by rock5
It's strange because the new update I posted above works with 5.0.3 as well as 5.0.4. And I'm pretty sure it would work with 5.0.2. So it's weird that you can make it fail.
Re: Patch 5.04 [Fixed]
Posted: Wed Oct 31, 2012 1:08 am
by nightclaw
i know i just suck i had to delete all of it re put all back it but its working now thax 4 help

...also on the new patch it said that some the wardens chops skill should be 15 sec GC but i dont see the diffs at all...
Re: Patch 5.04 [Fixed]
Posted: Wed Oct 31, 2012 1:29 am
by rock5
I think that's specifically talking about S/WD. I happen to have one and can confirm it is an instant 15s cooldown now. It might be in relation to the elite "Charged Power". Funnily Charged Power still says cooldown increases by 4s.
Re: Patch 5.04 [Fixed]
Posted: Fri Nov 16, 2012 11:28 am
by Jamnyk
Rock5, thank you! my bot is ok now, have good day everyone

Re: Patch 5.04 [Fixed]
Posted: Thu Dec 20, 2012 3:00 pm
by Jamnyk
Hi. 5.0.6 game version.. [...]/classes/memorytable.lua:7:.... how to fix it?

Re: Patch 5.04 [Fixed]
Posted: Thu Dec 20, 2012 3:19 pm
by Cindy
I ran rom/bot worked just fine.