Search found 64 matches

by aasi888
Tue May 26, 2009 5:53 am
Forum: Runes of Magic
Topic: Sometimes bot doesn't notice death
Replies: 0
Views: 3306

Sometimes bot doesn't notice death

Sometimes the bot doesn't notice death. It just tries to use MP/HP potions and move through waypoints and does nothing else. On death script: <onDeath> keyboardPress(key.VK_9); yrest(5000); cprintf(cli.red, language[4]); yrest(60000); -- wait 60 seconds before going about your path. </onDeath> The r...
by aasi888
Mon May 25, 2009 11:49 am
Forum: Runes of Magic
Topic: SUGGESTION: Kill aggros, and rest
Replies: 5
Views: 2551

Re: SUGGESTION: Kill aggros, and rest

By adding those lines I got a new problem. MY bot will never loot. EDIT: solved by editing profile.lua I put this after looting and not before. if( type(settings.profile.events.onLeaveCombat) == "function" ) then local status,err = pcall(settings.profile.events.onLeaveCombat); if( status =...
by aasi888
Sat May 16, 2009 9:49 am
Forum: Runes of Magic
Topic: SUGGESTION: Kill aggros, and rest
Replies: 5
Views: 2551

SUGGESTION: Kill aggros, and rest

Coudl you add to the base macro the following: After killing main target check if you are being attacked and clear the aggressive mobs. Then rest (use potions or just wait) to get enough hp to continue. In what file should I put that code?
by aasi888
Sat May 16, 2009 4:06 am
Forum: Runes of Magic
Topic: rest after killing
Replies: 1
Views: 1489

rest after killing

I tried this but it shows error at line 24 column 1. <options> <option name="HP_LOW" value="80" /> <option name="HP_LOW_POTION" value="55" /> <option name="MP_LOW_POTION" value="30" /> <option name="HP_LOW_REST" value="85&quo...