Search found 4 matches
- Sun Apr 12, 2009 8:48 pm
- Forum: Runes of Magic
- Topic: RoM bot
- Replies: 2213
- Views: 1238465
Re: RoM bot
hmm seens i cannot set any function in a waypoint list ......
- Sun Apr 12, 2009 8:29 pm
- Forum: Runes of Magic
- Topic: RoM bot
- Replies: 2213
- Views: 1238465
Re: RoM bot
ok i changed the "pauseondeath" function with this: function pauseOnDeath() yrest(1000) keyboardPress(key.VK_9); -- with a macro: /script AcceptResurrect(); and also setted the hotkey yrest(60000) --waits 60 secs __WPL:load(getExecutionPath() .. "/waypoints/death.xml"); -- this i...
- Sun Apr 12, 2009 7:30 pm
- Forum: Runes of Magic
- Topic: RoM bot
- Replies: 2213
- Views: 1238465
Re: RoM bot
OMG if i clik this command while alive the game count me as death and raise up my debt :\elroy72 wrote:Hey, make a macroand set it to a hotkey.Code: Select all
/script AcceptResurrect();
TY i'm gonna chek it right now
Enigmatico
- Sun Apr 12, 2009 6:24 pm
- Forum: Runes of Magic
- Topic: RoM bot
- Replies: 2213
- Views: 1238465
Re: RoM bot
Eviltuna: I think if you do something like this it might work <onDeath> -- Additional Lua code to execute on death yrest(1000) keyboardPress(key.VK_6);--press a key to hit a macro to accept res. yrest(60000) --waits 60 secs keyboardPress(key.VK_DELETE); -- hits delete to unpause script __WPL:load(g...