--=== Official patch 4.0.5.2472 topic ===--

Runes of Magic/Radiant Arcana (http://www.runesofmagic.com)
Message
Author
User avatar
lisa
Posts: 8332
Joined: Tue Nov 09, 2010 11:46 pm
Location: Australia

--=== Official patch 4.0.5.2472 topic ===--

#1 Post by lisa »

I'm not going to post a list of addresses like I usually do because for some reason people keep complaining how the addresses don't work.

So I am just going to post the addresses that still need finding.

Code: Select all

	charClassInfoBase = 
	itemSetSkillsBase = 
	rentBagBase = 
Once I have them all and tested I will just commit.
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
brujilla
Posts: 46
Joined: Fri Jun 17, 2011 4:56 am

Re: --=== Official patch 4.0.5.2472 topic ===--

#2 Post by brujilla »

Please lisa, I'm small and not as they are. You can not put as long as the work place, please.
User avatar
rock5
Posts: 12173
Joined: Tue Jan 05, 2010 3:30 am
Location: Australia

Re: --=== Official patch 4.0.5.2472 topic ===--

#3 Post by rock5 »

I'm trying a new way that makes my process easier. This is what I have so far out of the ones you don't have, I'll finish the rest soon I thinbk.

Code: Select all

   castingBarPtr = 0xA20860, 
   editBoxHasFocus_address = 0xA1DC2C,
   partyIconList_base = 0xA22030,
   partyMemberList_address = 
   skillsTableBase = 0xA23350,
   tablesBase = 0x9EEE4C,
   zoneId = 0xA18EC8,
  • 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
ExeCuter
Posts: 15
Joined: Tue Oct 25, 2011 9:25 pm

Re: --=== Official patch 4.0.5.2472 topic ===--

#4 Post by ExeCuter »

moneyPtr = 0x9DDD9C

first try with your tutorial lisa, so I don't know if I'm right ;)
User avatar
lisa
Posts: 8332
Joined: Tue Nov 09, 2010 11:46 pm
Location: Australia

Re: --=== Official patch 4.0.5.2472 topic ===--

#5 Post by lisa »

ExeCuter wrote:moneyPtr = 0x9DDD9C

first try with your tutorial lisa, so I don't know if I'm right ;)
I still go back to my tutorial topic to remind myself how to find some of the addresses lol
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
SpiralV
Posts: 72
Joined: Sat Jun 25, 2011 10:37 am
Location: Germany

Re: --=== Official patch 4.0.5.2472 topic ===--

#6 Post by SpiralV »

partyMemberList_address = 0x9EDBC0,
tried works
User avatar
lisa
Posts: 8332
Joined: Tue Nov 09, 2010 11:46 pm
Location: Australia

Re: --=== Official patch 4.0.5.2472 topic ===--

#7 Post by lisa »

SpiralV wrote:partyMemberList_address = 0x9EDBC0,
tried works
Thanks, just a few to go, I still can't log in yet =(
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
rock5
Posts: 12173
Joined: Tue Jan 05, 2010 3:30 am
Location: Australia

Re: --=== Official patch 4.0.5.2472 topic ===--

#8 Post by rock5 »

lisa wrote:I'm not going to post a list of addresses like I usually do because for some reason people keep complaining how the addresses don't work.
I just pmed you my addresses.lua. I tested all the ones not updated by update.lua.
  • 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: --=== Official patch 4.0.5.2472 topic ===--

#9 Post by lisa »

commited.
Not 100% sure on the itemsetskill but rest should be fine.

Any issues just follow instructions in my signature.

The message saying to use update.lua shouldn't happen either.
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
lisa
Posts: 8332
Joined: Tue Nov 09, 2010 11:46 pm
Location: Australia

Re: --=== Official patch 4.0.5.2472 topic ===--

#10 Post by lisa »

3am and time for bed, any issues I'll deal with tomorrow, unless someone else handles them first ;)
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
brujilla
Posts: 46
Joined: Fri Jun 17, 2011 4:56 am

Re: --=== Official patch 4.0.5.2472 topic ===--

#11 Post by brujilla »

I changed the addresses that you have posted adress and it works the bot correctly. THANKS
User avatar
rock5
Posts: 12173
Joined: Tue Jan 05, 2010 3:30 am
Location: Australia

Re: --=== Official patch 4.0.5.2472 topic ===--

#12 Post by rock5 »

I noticed that skillsTableBase is different to the one I gave you. I did some testing. Neither of the addresses yields skillnum and skilltab values for all the skills. It looks like there has been a change in the memory structure.

I'm too tired to work it out now.
  • 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
rock5
Posts: 12173
Joined: Tue Jan 05, 2010 3:30 am
Location: Australia

Re: --=== Official patch 4.0.5.2472 topic ===--

#13 Post by rock5 »

brujilla wrote:I changed the addresses that you have posted adress and it works the bot correctly. THANKS
Why don't you just do an SVN update(don't forget to do a Revert)?
  • 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
ExeCuter
Posts: 15
Joined: Tue Oct 25, 2011 9:25 pm

Re: --=== Official patch 4.0.5.2472 topic ===--

#14 Post by ExeCuter »

Main functions seems to work, I had to modify the addresses.lua because of some symbols, works fine for me now. thanks
dancerinthedark
Posts: 16
Joined: Tue Aug 23, 2011 9:00 am

Re: --=== Official patch 4.0.5.2472 topic ===--

#15 Post by dancerinthedark »

Hello,

I'm having problem with bot since last patch. While running Cot script game crashes and message shows up

/classes/memorytable.lua:7: bad argument #2 to 'memoryReadIntPtr' ((null)). I followed Lisa's instructions correctly. What could be the problem?

P.S. Cot script isn't working now, bot triggers wrong seals and swimhack has changed.

Thanks for your time, dd
dancerinthedark
Posts: 16
Joined: Tue Aug 23, 2011 9:00 am

Re: --=== Official patch 4.0.5.2472 topic ===--

#16 Post by dancerinthedark »

Found problem, swimhack needed to be updated. Cot works fine now. Ty
Rickster
Posts: 291
Joined: Sun Oct 24, 2010 4:23 pm

Re: --=== Official patch 4.0.5.2472 topic ===--

#17 Post by Rickster »

Hi,

my bot got stuck at nearly every waypoint, i am not able to run any waypoint file as the bot runs to a wp and then continues to run forward, turns around 180° (quickturn enabled) and again runs forward until stuck times reached and logging out. Sometimes when manually jumping it gets the bot out of this cycle and it moves on to the next wp ... getting stuck again.

Ric
Unnbekannter
Posts: 16
Joined: Tue Oct 25, 2011 10:32 am

Re: --=== Official patch 4.0.5.2472 topic ===--

#18 Post by Unnbekannter »

Hello

After rom update is not offered the more I've done svn update and now I have this error now .. Who great if someone could help me.

Thank you very much
Attachments
file.png
Rickster
Posts: 291
Joined: Sun Oct 24, 2010 4:23 pm

Re: --=== Official patch 4.0.5.2472 topic ===--

#19 Post by Rickster »

it does not look like you updated rom bot, as your revision is a bit out dated. we are at r680 at the moment. yours is r572.
User avatar
lisa
Posts: 8332
Joined: Tue Nov 09, 2010 11:46 pm
Location: Australia

Re: --=== Official patch 4.0.5.2472 topic ===--

#20 Post by lisa »

rock5 wrote:I noticed that skillsTableBase is different to the one I gave you. I did some testing. Neither of the addresses yields skillnum and skilltab values for all the skills. It looks like there has been a change in the memory structure.

I'm too tired to work it out now.
Yeah I figure the itemsetskills can wait a day to be fixed. I'll do some playing around later today, when I get some time.
Just a matter of getting correct address.
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
Post Reply