Patch 5.04 [Fixed]

Runes of Magic/Radiant Arcana (http://www.runesofmagic.com)
Post Reply
Message
Author
Jandrana
Posts: 187
Joined: Thu Jul 05, 2012 5:53 am

Patch 5.04 [Fixed]

#1 Post by Jandrana » Tue Oct 30, 2012 8:38 am

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.

User avatar
rock5
Posts: 12173
Joined: Tue Jan 05, 2010 3:30 am
Location: Australia

Re: Patch 5.04 [Fixed]

#2 Post by rock5 » Tue Oct 30, 2012 9:19 am

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.
  • Please consider making a small donation to me to support my continued contributions to the bot and this forum. Thank you. Donate
  • I check all posts before reading PMs. So if you want a fast reply, don't PM me but post a topic instead. PM me for private or personal topics only.
  • How to: copy and paste in micromacro
    ________________________
    Quote:
    • “They say hard work never hurt anybody, but I figure, why take the chance.”
          • Ronald Reagan

User avatar
botje
Posts: 656
Joined: Wed Oct 27, 2010 7:17 am

Re: Patch 5.04 [Fixed]

#3 Post by botje » Tue Oct 30, 2012 9:21 am

please post it for the beta too? :3

Jandrana
Posts: 187
Joined: Thu Jul 05, 2012 5:53 am

Re: Patch 5.04 [Fixed]

#4 Post by Jandrana » Tue Oct 30, 2012 9:30 am

rock, thx for the quick fix.

User avatar
botje
Posts: 656
Joined: Wed Oct 27, 2010 7:17 am

Re: Patch 5.04 [Fixed]

#5 Post by botje » Tue Oct 30, 2012 9:40 am

nvm, ill just copy the new files to the beta :P

User avatar
Ego95
Posts: 564
Joined: Tue Feb 28, 2012 12:38 pm
Contact:

Re: Patch 5.04 [Fixed]

#6 Post by Ego95 » Tue Oct 30, 2012 9:49 am

lol, and I am trying to get it working myself since 2 hours now with lisas guide and it didn't work. Thanks rock ;)

User avatar
botje
Posts: 656
Joined: Wed Oct 27, 2010 7:17 am

Re: Patch 5.04 [Fixed]

#7 Post by botje » Tue Oct 30, 2012 10:04 am

hmm, that didnt work, misses some stuff we have new in beta :(

User avatar
rock5
Posts: 12173
Joined: Tue Jan 05, 2010 3:30 am
Location: Australia

Re: Patch 5.04 [Fixed]

#8 Post by rock5 » Tue Oct 30, 2012 10:05 am

botje wrote:nvm, ill just copy the new files to the beta :P
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.
  • Please consider making a small donation to me to support my continued contributions to the bot and this forum. Thank you. Donate
  • I check all posts before reading PMs. So if you want a fast reply, don't PM me but post a topic instead. PM me for private or personal topics only.
  • How to: copy and paste in micromacro
    ________________________
    Quote:
    • “They say hard work never hurt anybody, but I figure, why take the chance.”
          • Ronald Reagan

User avatar
lisa
Posts: 8332
Joined: Tue Nov 09, 2010 11:46 pm
Location: Australia

Re: Patch 5.04 [Fixed]

#9 Post by lisa » Tue Oct 30, 2012 10:16 am

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 =(
Remember no matter you do in life to always have a little fun while you are at it ;)

wiki here http://www.solarstrike.net/wiki/index.php?title=Manual

User avatar
botje
Posts: 656
Joined: Wed Oct 27, 2010 7:17 am

Re: Patch 5.04 [Fixed]

#10 Post by botje » Tue Oct 30, 2012 10:20 am

thanx, that did the trick rock ^^

User avatar
nightclaw
Posts: 123
Joined: Sun Sep 02, 2012 4:39 am

Re: Patch 5.04 [Fixed]

#11 Post by nightclaw » Tue Oct 30, 2012 2:33 pm

i copyed them in beta but still have same issue

User avatar
nightclaw
Posts: 123
Joined: Sun Sep 02, 2012 4:39 am

Re: Patch 5.04 [Fixed]

#12 Post by nightclaw » Tue Oct 30, 2012 2:44 pm

rock5 wrote:
botje wrote:nvm, ill just copy the new files to the beta :P
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

User avatar
nightclaw
Posts: 123
Joined: Sun Sep 02, 2012 4:39 am

Re: Patch 5.04 [Fixed]

#13 Post by nightclaw » Tue Oct 30, 2012 3:20 pm

ok now i am geting
Image

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

User avatar
rock5
Posts: 12173
Joined: Tue Jan 05, 2010 3:30 am
Location: Australia

Re: Patch 5.04 [Fixed]

#14 Post by rock5 » Tue Oct 30, 2012 10:41 pm

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.
  • Please consider making a small donation to me to support my continued contributions to the bot and this forum. Thank you. Donate
  • I check all posts before reading PMs. So if you want a fast reply, don't PM me but post a topic instead. PM me for private or personal topics only.
  • How to: copy and paste in micromacro
    ________________________
    Quote:
    • “They say hard work never hurt anybody, but I figure, why take the chance.”
          • Ronald Reagan

User avatar
nightclaw
Posts: 123
Joined: Sun Sep 02, 2012 4:39 am

Re: Patch 5.04 [Fixed]

#15 Post by nightclaw » Wed Oct 31, 2012 1:08 am

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...

User avatar
rock5
Posts: 12173
Joined: Tue Jan 05, 2010 3:30 am
Location: Australia

Re: Patch 5.04 [Fixed]

#16 Post by rock5 » Wed Oct 31, 2012 1:29 am

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.
  • Please consider making a small donation to me to support my continued contributions to the bot and this forum. Thank you. Donate
  • I check all posts before reading PMs. So if you want a fast reply, don't PM me but post a topic instead. PM me for private or personal topics only.
  • How to: copy and paste in micromacro
    ________________________
    Quote:
    • “They say hard work never hurt anybody, but I figure, why take the chance.”
          • Ronald Reagan

Jamnyk
Posts: 28
Joined: Thu Nov 15, 2012 7:12 am

Re: Patch 5.04 [Fixed]

#17 Post by Jamnyk » Fri Nov 16, 2012 11:28 am

Rock5, thank you! my bot is ok now, have good day everyone :)

Jamnyk
Posts: 28
Joined: Thu Nov 15, 2012 7:12 am

Re: Patch 5.04 [Fixed]

#18 Post by Jamnyk » Thu Dec 20, 2012 3:00 pm

Hi. 5.0.6 game version.. [...]/classes/memorytable.lua:7:.... how to fix it? :)

Cindy
Posts: 237
Joined: Fri Sep 28, 2012 4:23 pm

Re: Patch 5.04 [Fixed]

#19 Post by Cindy » Thu Dec 20, 2012 3:19 pm

I ran rom/bot worked just fine.

Post Reply

Who is online

Users browsing this forum: No registered users and 0 guests