Search found 9 matches

by neveryoumind
Mon Jan 31, 2011 2:11 pm
Forum: Runes of Magic
Topic: bot unsticking player when not actually stuck.
Replies: 2
Views: 1174

bot unsticking player when not actually stuck.

I’m having a problem that when I run a way point file, or just the wander option, the bot will start doing the "unsticking player” routine, when the player is not stuck. I have paused the bot when it does this to see if the player is stuck on something invisible, but don’t get hung up on anythi...
by neveryoumind
Wed Jan 26, 2011 10:39 am
Forum: Runes of Magic
Topic: Automatic siege merit trading
Replies: 14
Views: 2677

Re: Automatic siege merit trading

Thank you again. My goal for this script is to automate the farming of the merits. The reason for this is that I have noticed that a number of small guilds that siege, about 0-5 players, routinely use alt-characters for farming. Also this seem to be a area not covered, so I could contribute somethin...
by neveryoumind
Tue Jan 25, 2011 1:42 pm
Forum: Runes of Magic
Topic: Automatic siege merit trading
Replies: 14
Views: 2677

Re: Automatic siege merit trading

ok, borrowing from matt87, I now have this. it is dirty, but almost works;) <?xml version="1.0" encoding="utf-8"?><waypoints> <onLoad> changeProfileOption("ANTI_KS", false) changeProfileOption("PATH_TYPE", "wander") changeProfileOption("WANDER_R...
by neveryoumind
Tue Jan 25, 2011 1:06 pm
Forum: Runes of Magic
Topic: Automatic siege merit trading
Replies: 14
Views: 2677

Re: Automatic siege merit trading

I gave that a try it didn't seem to work. back to reading the wiki I think.
by neveryoumind
Tue Jan 25, 2011 11:58 am
Forum: Runes of Magic
Topic: Automatic siege merit trading
Replies: 14
Views: 2677

Re: Automatic siege merit trading

ok, this is what I have now: <?xml version="1.0" encoding="utf-8"?> <waypoints> <onLoad> changeProfileOption("PATH_TYPE", "wander") changeProfileOption("WANDER_RADIUS", 0) </onLoad> <onTRADE_REQUEST> RoMScript("AgreeTrade();") --agree to tr...
by neveryoumind
Tue Jan 25, 2011 10:54 am
Forum: Runes of Magic
Topic: Automatic siege merit trading
Replies: 14
Views: 2677

Re: Automatic siege merit trading

Thanks! I can't wait until I get home to test this out:)
by neveryoumind
Tue Jan 25, 2011 9:46 am
Forum: Runes of Magic
Topic: Automatic siege merit trading
Replies: 14
Views: 2677

Automatic siege merit trading

I am trying to write a script for siege war, that whenever someone requests a trade, the bot will trade the merits from the first slot in his backpack. This is my code, I haven’t tested it yet, I was hoping you could tell me if I’m close or way off. <?xml version="1.0" encoding="utf-8...
by neveryoumind
Mon Jan 17, 2011 5:20 am
Forum: Runes of Magic
Topic: won't target and attack certain MOBs
Replies: 3
Views: 943

Re: won't target and attack certain MOBs

it was the 10 lvl below setting:-) thanks for helping a total nube:^)
by neveryoumind
Sun Jan 16, 2011 11:20 pm
Forum: Runes of Magic
Topic: won't target and attack certain MOBs
Replies: 3
Views: 943

won't target and attack certain MOBs

I am having a problem with the bot. when the bot is wondering, it won't target and attack certain MOBs. Two examples are ystra winter spiders and sea of snow cyclopes. IT will attack other MOBs perfectly, such as black mane foxes. Any ideas? also I do not have a list of MOBs to attack in my profile,...