Page 21 of 111
Re: RoM bot
Posted: Thu Feb 19, 2009 8:05 pm
by Administrator
Works fine for me. Try completely deleting your the 'rom' folder and fully reinstalling the scripts. If that doesn't help, open up addresses.lua and check the first line.
Code: Select all
staticcharbase_address = 0x8557CC; -- Also should work: 0x855808, 0x881D68, 0x89EB10
Try replacing staticcharbase_address with one of the other suggestions.
Re: RoM bot
Posted: Thu Feb 19, 2009 8:26 pm
by EidolonX
Works great, thanks for the update!
Re: RoM bot
Posted: Thu Feb 19, 2009 8:28 pm
by Kizami
Administrator wrote:Works fine for me. Try completely deleting your the 'rom' folder and fully reinstalling the scripts. If that doesn't help, open up addresses.lua and check the first line.
Code: Select all
staticcharbase_address = 0x8557CC; -- Also should work: 0x855808, 0x881D68, 0x89EB10
Try replacing staticcharbase_address with one of the other suggestions.
Replaced with 0x855808 and it wouldn't even start the bot. Then replaced with 0x881D68 and it started the bot normally.
So does the createpath command, thanks
Kiz
Re: RoM bot
Posted: Thu Feb 19, 2009 10:06 pm
by Meglo
Has the new runes of magic patch messed up the bot? ... im getting adress code errors and i was just wondering when are you going to be able to fix it ?
Re: RoM bot
Posted: Fri Feb 20, 2009 12:18 am
by Alkizer
Excuse me sir, look at previous posts and you will find your answer. And as always, has a nice day

Re: RoM bot
Posted: Fri Feb 20, 2009 1:14 am
by cucu1
They're about to update the game again.. hopefully nothing will change for this bot.
Re: RoM bot
Posted: Fri Feb 20, 2009 6:43 am
by Yahell14
thanks babe! love ya!! ^_^
Re: RoM bot
Posted: Fri Feb 20, 2009 10:08 am
by barbarossa
new ubdate today!!
and script not worked!
Re: RoM bot
Posted: Fri Feb 20, 2009 10:53 am
by Kizami
My bot works fine after I changed the top line of the addresses file, however I've encountered a new problem. When trying to run more than 1 bot at once, windows now freezes and tints slightly blue then my PC restarts.
It can't be coincidence that it's happened the last 3 times I've tried to run two at a time. It's fine for the first one and will run forever but as soon as you try and start a new bot it crashes.
Kiz
Re: RoM bot
Posted: Fri Feb 20, 2009 11:31 am
by Yahell14
why would you try and run 2 bots? :O
Re: RoM bot
Posted: Fri Feb 20, 2009 1:51 pm
by Administrator
I am unable to reproduce your problem. I'm guessing it has something to do with Vista, though I'm not sure what. Go ahead and try to run two bots at the same time again then wait for it to crash. After rebooting, check your event viewer (Control Panel/Administrative Tools/Event Viewer) and see if you can find any information on what was the source of the crash.
Re: RoM bot
Posted: Fri Feb 20, 2009 2:40 pm
by 3cmSailorfuku
Yahell14 wrote:why would you try and run 2 bots? :O
Because you can.
Re: RoM bot
Posted: Fri Feb 20, 2009 2:44 pm
by deedly
Hi, im unable to heal myself with regenerate on my warrior. got it in profiles and i even tried changing "target=friendly" to "target=self" in skills.xml
Just wont heal.
anyone have any idea on how to solve this? and can i somehow heal a party member when hes on lower HP?
thanks
Re: RoM bot
Posted: Fri Feb 20, 2009 5:03 pm
by Administrator
deedly wrote:Hi, im unable to heal myself with regenerate on my warrior. got it in profiles and i even tried changing "target=friendly" to "target=self" in skills.xml
Just wont heal.
Reading the instructions is typically a good idea.
Re: RoM bot
Posted: Fri Feb 20, 2009 5:14 pm
by Kizami
Yahell14 wrote:why would you try and run 2 bots? :O
Why wouldn't you want to level 2 people at the same time considering you're not actually playing anyway? lol
As for the freezing I haven't been able to reproduce it yet and I've been running 2 bots for approx 6 hours. So maybe it somehow fixed itself :S. They were the only things running at the time too so it's not like it was something else I was doing.
If I can re-create it with any success I'll let you know.
Kiz
Re: RoM bot
Posted: Fri Feb 20, 2009 5:40 pm
by SinSxi
The bot just stands there spinning, slowly, not attacking
Re: RoM bot
Posted: Fri Feb 20, 2009 5:42 pm
by SinSxi
Moonsun wrote:Hello! I have unfortunately this problem:
Anyone can help me? Please...
Im getting this problem too....
but heres mine-

Re: RoM bot
Posted: Fri Feb 20, 2009 6:26 pm
by barbarossa
Code: Select all
<skill name="MAGE_THUNDERSTORM" mana="70" range="180" type="damage" target="enemy" />
that skill not be casted
also bot pressed the key but cast will not be
any idea?
Re: RoM bot
Posted: Fri Feb 20, 2009 6:29 pm
by barbarossa
SinSxi wrote:Moonsun wrote:Hello! I have unfortunately this problem:
Anyone can help me? Please...
Im getting this problem too....
but heres mine-

this help me
maybe you too
Administrator wrote:Works fine for me. Try completely deleting your the 'rom' folder and fully reinstalling the scripts. If that doesn't help, open up addresses.lua and check the first line.
Code: Select all
staticcharbase_address = 0x8557CC; -- Also should work: 0x855808, 0x881D68, 0x89EB10
Try replacing staticcharbase_address with one of the other suggestions.
Re: RoM bot
Posted: Fri Feb 20, 2009 7:43 pm
by Administrator
markusbab wrote:Code: Select all
<skill name="MAGE_THUNDERSTORM" mana="70" range="180" type="damage" target="enemy" />
that skill not be casted
also bot pressed the key but cast will not be
any idea?
The instructions wrote:
My skills aren't working. Why?
Press escape and go to interface settings. Turn on Self Cast. This will help for buffs at least.
Next, make sure your energy types are set correctly in your profile. Your primary energy storage is set to the energy type that your primary class uses, and your secondary energy storage is (obviously) for your secondary class. If both classes use the same energy type, then only the primary storage is needed, and the secondary storage can be set to "none".
For example, a knight/warrior would use primary storage of "mana" and secondary storage of "rage". A mage/priest would use a primary of "mana" and secondary of "none". The values are case sensitive, so "Mana" would not work.