Search found 9 matches
- Mon Nov 02, 2009 11:46 am
- Forum: Runes of Magic
- Topic: Wander->repair,autobuy->waypoint->wander is it possible ?
- Replies: 3
- Views: 1695
Re: Wander->repair,autobuy->waypoint->wander is it possible ?
You can load a repair path with loadPaths("myrepairpath"); but where to put the code ? because right after i typed : rom\bot.lua profile:general the bot goes straitgh to waypoint 1 and start to wander, it didnt load any waypoint nor give any choice http://i897.photobucket.com/albums/ac177...
- Mon Nov 02, 2009 8:50 am
- Forum: Runes of Magic
- Topic: Wander->repair,autobuy->waypoint->wander is it possible ?
- Replies: 3
- Views: 1695
Wander->repair,autobuy->waypoint->wander is it possible ?
while playing with the multitude possibilities of the bot, i stumbled on the Wander option inside the profile folder, mycharname.xml and i tested it out and i loved it ! i prefered wandering instead of using precise waypoint it diminishes a lot of the bottish attitude except for the fact that the bo...
- Sun Nov 01, 2009 11:33 pm
- Forum: Runes of Magic
- Topic: Help with script needed here..
- Replies: 12
- Views: 5140
Re: Help with script needed here..
woot thank you so much d003232, the code works flawlessly and a note to others, the "reset timer" for the code above does not actually put the timer back to 0 on your micromacro window, so if your timer is set on 3660 (61 minute) the timer showed on the micromacro window will keep on incre...
- Sun Nov 01, 2009 3:51 pm
- Forum: Runes of Magic
- Topic: Help with script needed here..
- Replies: 12
- Views: 5140
Re: Help with script needed here..
Try: <!-- #16 --><waypoint x="-12364" z="10939"> if(player.free_counter1 == 0) then player.free_counter1 = os.time(); end; if( os.difftime(os.time(), player.free_counter1) > 3600 ) player.free_counter1 = os.time(); load_paths("5-7_bugs_repair.xml"); end </waypoint> If ...
- Thu Oct 29, 2009 7:13 pm
- Forum: Runes of Magic
- Topic: patch 2.1.2.1940
- Replies: 1
- Views: 1045
patch 2.1.2.1940
I'm having a trouble with the game client after the last patch (2.1.2.1940) The problem: - sometimes the game client launcher (or any other .exe in the game client folder) won't respond to any command at all (mouse right double click, right click>open, keyboard enter), it would just sit idle and do ...
- Thu Oct 29, 2009 3:24 am
- Forum: Runes of Magic
- Topic: Game Patch 2.1.2.1938
- Replies: 13
- Views: 4337
Re: Game Patch 2.1.2.1938
thank you again for that lightning speed reply, still encoutered some problem after i manage to figured out how to change the address : http://i897.photobucket.com/albums/ac177/mmoindoexchange/screenie/svnrelocate.jpg funny logs pops out, conflict .. ? : http://i897.photobucket.com/albums/ac177/mmoi...
- Thu Oct 29, 2009 2:35 am
- Forum: Runes of Magic
- Topic: Game Patch 2.1.2.1938
- Replies: 13
- Views: 4337
Re: Game Patch 2.1.2.1938
@Admin: thank you for clarifying, and I did tried to click the "update" instead, but a window pos out asking for a username and password.
Tried to press "ok" and leave the field blank, but failed.
Sorry I can't provide any screenie or copy-paste, posting this from my mobile.
Tried to press "ok" and leave the field blank, but failed.
Sorry I can't provide any screenie or copy-paste, posting this from my mobile.
- Thu Oct 29, 2009 12:31 am
- Forum: Runes of Magic
- Topic: Game Patch 2.1.2.1938
- Replies: 13
- Views: 4337
Re: Game Patch 2.1.2.1938
I think it is working now. However, I have problems with the bot not attacking aggros that is attacking it while it is resting and eventually got killed. Is that a problem with you guys too? how did u manage to get it to work ? did u update via SVN ? i tried to install Tortoise SVN, this one : Tort...
- Tue Oct 27, 2009 9:46 pm
- Forum: Runes of Magic
- Topic: I need an example to revive/repair/return
- Replies: 8
- Views: 2716
Re: I need an example to revive/repair/return
i dont know if my post are in the right section, but here goes i have some problem trying to set the bot to do this : - check main hand durability on waypoint 1 - if durability is 0.4 then use recall button (mine set on = ) - and load the repair paths - after the bot finishes repair and shopping loa...