Search found 4 matches

by stevenr
Thu Jun 18, 2009 2:40 am
Forum: Runes of Magic
Topic: How can I use this for a travel bot?
Replies: 13
Views: 5162

Re: How can I use this for a travel bot?

Open up rom/bot.lua in notepad. Search (CTRL+F) for player:fight(). Place two dashes (--) in front of the lines that contain this code. Example:

--player:fight();


Now, look for player:moveTo, you'll see this line:

local success, reason = player:moveTo(wp);


Change to:

local success ...
by stevenr
Thu Jun 11, 2009 2:44 pm
Forum: Runes of Magic
Topic: RoM bot
Replies: 2213
Views: 1818080

Re: RoM bot

Hi,

i have a question - is it possible to press a key from the keyboard from the script?


I try this...
FARM = {key = _G.key.VK_F12, modifier = nil},
<waypoints>
<waypoint x="-259" z="-6945" />
<waypoint x="-305" z="-7165" />
<waypoint x="-192" z="-7267" >
keyboardHold(settings.hotkeys.FARM ...
by stevenr
Mon Jun 08, 2009 7:02 am
Forum: Runes of Magic
Topic: RoM bot
Replies: 2213
Views: 1818080

Re: RoM bot

Ok,

if i dont missunderstand you - you have a plugin to harvest with the bot? Is it stable and can we/I try it out?
by stevenr
Sat Jun 06, 2009 7:14 am
Forum: Runes of Magic
Topic: RoM bot
Replies: 2213
Views: 1818080

Re: RoM bot

GZ to this great job - i love it.

Are there plans to integrate harvesting wood, herbs, mine?