-
Administrator
- Site Admin
- Posts: 5313
- Joined: Sat Jan 05, 2008 4:21 pm
#401
Post
by Administrator » Thu Feb 19, 2009 8:05 pm
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.
-
EidolonX
- Posts: 3
- Joined: Thu Feb 19, 2009 8:25 pm
#402
Post
by EidolonX » Thu Feb 19, 2009 8:26 pm
Works great, thanks for the update!
-
Kizami
- Posts: 24
- Joined: Sat Feb 07, 2009 1:38 am
#403
Post
by Kizami » Thu Feb 19, 2009 8:28 pm
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
-
Meglo
- Posts: 2
- Joined: Thu Feb 19, 2009 10:05 pm
#404
Post
by Meglo » Thu Feb 19, 2009 10:06 pm
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 ?
-
Alkizer
- Posts: 1
- Joined: Mon Jan 14, 2008 1:58 pm
#405
Post
by Alkizer » Fri Feb 20, 2009 12:18 am
Excuse me sir, look at previous posts and you will find your answer. And as always, has a nice day
-
cucu1
- Posts: 5
- Joined: Fri Feb 13, 2009 12:34 am
#406
Post
by cucu1 » Fri Feb 20, 2009 1:14 am
They're about to update the game again.. hopefully nothing will change for this bot.
-
Yahell14
- Posts: 9
- Joined: Fri Feb 20, 2009 6:43 am
#407
Post
by Yahell14 » Fri Feb 20, 2009 6:43 am
thanks babe! love ya!! ^_^
-
Kizami
- Posts: 24
- Joined: Sat Feb 07, 2009 1:38 am
#409
Post
by Kizami » Fri Feb 20, 2009 10:53 am
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
-
Yahell14
- Posts: 9
- Joined: Fri Feb 20, 2009 6:43 am
#410
Post
by Yahell14 » Fri Feb 20, 2009 11:31 am
why would you try and run 2 bots? :O
-
Administrator
- Site Admin
- Posts: 5313
- Joined: Sat Jan 05, 2008 4:21 pm
#411
Post
by Administrator » Fri Feb 20, 2009 1:51 pm
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.
-
deedly
- Posts: 17
- Joined: Fri Feb 20, 2009 2:40 pm
#413
Post
by deedly » Fri Feb 20, 2009 2:44 pm
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
-
Administrator
- Site Admin
- Posts: 5313
- Joined: Sat Jan 05, 2008 4:21 pm
#414
Post
by Administrator » Fri Feb 20, 2009 5:03 pm
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.
-
Kizami
- Posts: 24
- Joined: Sat Feb 07, 2009 1:38 am
#415
Post
by Kizami » Fri Feb 20, 2009 5:14 pm
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
-
SinSxi
- Posts: 11
- Joined: Thu Feb 19, 2009 3:31 pm
#416
Post
by SinSxi » Fri Feb 20, 2009 5:40 pm
The bot just stands there spinning, slowly, not attacking
-
SinSxi
- Posts: 11
- Joined: Thu Feb 19, 2009 3:31 pm
#417
Post
by SinSxi » Fri Feb 20, 2009 5:42 pm
Moonsun wrote:Hello! I have unfortunately this problem:
Anyone can help me? Please...
Im getting this problem too....
but heres mine-
-
barbarossa
- Posts: 46
- Joined: Sat Jan 24, 2009 3:34 pm
#418
Post
by barbarossa » Fri Feb 20, 2009 6:26 pm
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?
-
barbarossa
- Posts: 46
- Joined: Sat Jan 24, 2009 3:34 pm
#419
Post
by barbarossa » Fri Feb 20, 2009 6:29 pm
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.
-
Administrator
- Site Admin
- Posts: 5313
- Joined: Sat Jan 05, 2008 4:21 pm
#420
Post
by Administrator » Fri Feb 20, 2009 7:43 pm
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.
Who is online
Users browsing this forum: Google [Bot] and 10 guests