Search found 96 matches

by raff
Mon Oct 19, 2009 5:51 pm
Forum: Runes of Magic
Topic: RoM bot
Replies: 2213
Views: 861657

Re: RoM bot

Hi, the onLoad feature works now, thanks :) but i have now another problem: my code: <onLoad> if( player.Level > 35 ) then loadPaths("wp1.xml"); elseif( player.Level > 30 ) then loadPaths("wp2.xml"); end; </onLoad> i have also wp1_return.xml and wp2_return.xml files in my waypoin...
by raff
Mon Oct 19, 2009 3:31 am
Forum: Runes of Magic
Topic: RoM bot
Replies: 2213
Views: 861657

Re: RoM bot

thanks for your fast answer and help :), i will try it out
by raff
Mon Oct 19, 2009 1:27 am
Forum: Runes of Magic
Topic: RoM bot
Replies: 2213
Views: 861657

Re: RoM bot

hi, i have a question, i want to make one waypoint file for all i mean i want that the bot run this on startup: if( player.Level > 0 ) then loadPaths("wp1.xml"); end; if( player.Level > 4 ) then loadPaths("wp2.xml"); end; if( player.Level > 8 ) then loadPaths("wp3.xml")...
by raff
Thu Aug 13, 2009 2:23 am
Forum: Runes of Magic
Topic: RoM bot
Replies: 2213
Views: 861657

Re: RoM bot

i have a problem with loading a new waypoint i have modified the last waypoint to: <!-- #16 --><waypoint x="-17316" z="-2139">load_paths("spot1.xml","returnspot1.xml");</waypoint> when the bot reach this waypoint, it will load both paths, but the bot will go t...
by raff
Wed Aug 05, 2009 2:50 am
Forum: Runes of Magic
Topic: RoM bot
Replies: 2213
Views: 861657

Re: RoM bot

breaking sequence is not correctly working for me with the new version. when i get the msg: Taking too long to damage target, breaking sequence... the bot will always target the same target again and again.. Could you explain the situation a little more. What happens? What kind of mob and where. Wh...
by raff
Tue Aug 04, 2009 6:16 pm
Forum: Runes of Magic
Topic: RoM bot
Replies: 2213
Views: 861657

Re: RoM bot

breaking sequence is not correctly working for me with the new version.

when i get the msg:

Code: Select all

Taking too long to damage target, breaking sequence...
the bot will always target the same target again and again..
by raff
Tue Jul 28, 2009 9:12 pm
Forum: Runes of Magic
Topic: Error after Patch 1.8: Unable to find static char base po...
Replies: 15
Views: 5210

Re: Error after Patch 1.8: Unable to find static char base po...

i made a SVN update and now i`m getting this error, when my bot trys to attack

Image
by raff
Tue Jul 07, 2009 9:29 am
Forum: Runes of Magic
Topic: Not working with the lastest patch.
Replies: 1
Views: 1261

Re: Not working with the lastest patch.

run update.lua with micromacro
by raff
Thu Jul 02, 2009 9:10 am
Forum: Runes of Magic
Topic: RoM bot
Replies: 2213
Views: 861657

Re: RoM bot

i think looting is not working correctly with the new version 2.41, my bot is often not looting the target. I suppose it is the yrest(500); -- <<< HERE -- Monster is dead (0 HP) but still targeted. -- Loot and clear target. self:update(); in line 434 in player.lua,before the self:update(). It seem ...
by raff
Thu Jul 02, 2009 8:49 am
Forum: Runes of Magic
Topic: RoM bot
Replies: 2213
Views: 861657

Re: RoM bot

i think looting is not working correctly with the new version 2.41, my bot is often not looting the target. i know that the bot will not loot the first target, if i get a add.

the bot is not always looting single targets, too.

never had theses problem with 2.39 :/
by raff
Wed Jul 01, 2009 1:50 pm
Forum: Runes of Magic
Topic: RoM bot
Replies: 2213
Views: 861657

Re: RoM bot

hi, thanks for the new version, but i have one problem with it. my english isnt good, i try to explain it simply. bot pulls mob A bot is fighting mob A mob B will add, while bot is fighting mob A bot kills mob A and switch instant to mob B bot kills mob B bot loot mob B so if a mob will add, the bot...
by raff
Wed Mar 25, 2009 10:02 am
Forum: Runes of Magic
Topic: RoM bot
Replies: 2213
Views: 861657

Re: RoM bot

is it possible to add in skills.xml something like minhp=30, so that it only attacks enemys with more than 30 hp?
by raff
Fri Feb 06, 2009 7:00 am
Forum: Runes of Magic
Topic: RoM bot
Replies: 2213
Views: 861657

Re: RoM bot

is it possible to log off, if the bot dies?
by raff
Sat Jan 24, 2009 4:09 pm
Forum: Runes of Magic
Topic: RoM bot
Replies: 2213
Views: 861657

Re: RoM bot

@markusbab seems like you have a scout and not a rogue. try changing <skill name="SCOUT_VAMPIRE_ARROWS" hotkey="4" modifier="" /> <skill name="SCOUT_WIND_ARROWS" hotkey="3" modifier="" /> <skill name="SCOUT_FROST_ARROW" hotkey=&qu...
by raff
Sat Jan 24, 2009 2:37 pm
Forum: Runes of Magic
Topic: RoM bot
Replies: 2213
Views: 861657

Re: RoM bot

the range of SCOUT_VAMPIRE_ARROWS in skills.xml is incorrect, it is 180 not 200
by raff
Thu Jan 22, 2009 10:50 am
Forum: Runes of Magic
Topic: RoM bot
Replies: 2213
Views: 861657

Re: RoM bot

thanks for your fast update, but i have problems with it. my rogue is only trying to use hide in combat, he pulls with vampire arrow, attack and then hes only spamming hide <profile> <options> <option name="HP_LOW" value="63" /> <option name="MP_LOW_POTION" value="...