Search found 8 matches

by richi
Sat May 03, 2014 2:39 am
Forum: RoM general
Topic: ks farming strats
Replies: 282
Views: 130330

Re: ks farming strats

lisa wrote:...to use lower lvl chars, 60ish, and with basically the lvl 60 bags as gear, so if they do get banned it only takes me a couple hours to replace them.
How can you level so fast?
by richi
Mon Jul 16, 2012 9:42 am
Forum: Runes of Magic
Topic: loadPath Problem
Replies: 1
Views: 1036

loadPath Problem

Hi,
I have some problem with the following code: sometimes the bot load the whole wayoint again at waypoint 3 or 4, although there isn't any code for that. What's wrong ? (Google Translator)

<?xml version="1.0" encoding="utf-8"?><waypoints>
<!-- # 1 --><waypoint x="-16372" z="-17727" y="522" tag ...
by richi
Sat Mar 17, 2012 3:48 pm
Forum: Runes of Magic
Topic: Load code after every kill
Replies: 3
Views: 1817

Load code after every kill

Is it possible to stop attacking on a WP without going to the next waypoint place ?
For example:
The player fight on waypoint 4:
<!-- # 4 --><waypoint x="-27537" z="24353" y="-83"></waypoint>
and I want to go to waypoint 8 if the quest is completed, but I don't want to wait until the bot goes to ...
by richi
Sun Feb 12, 2012 4:33 am
Forum: Runes of Magic
Topic: EventMonitorCheck
Replies: 4
Views: 1732

Re: EventMonitorCheck

The addon says it is a WARNING_MESSAGE event
by richi
Sat Feb 11, 2012 8:01 am
Forum: Runes of Magic
Topic: EventMonitorCheck
Replies: 4
Views: 1732

Re: EventMonitorCheck

I want to prove the Zone Chat in Tergothen Bay on "Regional event now restarting" and it happens nothing.
by richi
Sat Feb 11, 2012 6:44 am
Forum: Runes of Magic
Topic: EventMonitorCheck
Replies: 4
Views: 1732

EventMonitorCheck

Does anybody know what's wrong with


EventMonitorStart("Event", "WARNING_MESSAGE");
local time, moreToCome, name, msg = EventMonitorCheck("Event", "4,1")
if msg ~= nil then
if string.find(msg,"event") then
__WPL:setWaypointIndex(__WPL:findWaypointTag("start"));

end
end


?
by richi
Thu Feb 09, 2012 12:26 pm
Forum: Runes of Magic
Topic: Temp Friend
Replies: 7
Views: 2705

Re: Temp Friend

What's wrong with

Code: Select all

<!-- #  2 --><waypoint x="-26084" z="33576" y="-145">	
settings.profile.friends["namehere"] = nil;
</waypoint>
?
It should reverse the first code but it also don't work
by richi
Thu Feb 09, 2012 11:25 am
Forum: Runes of Magic
Topic: Temp Friend
Replies: 7
Views: 2705

Temp Friend

Can somebody tell me why

<!-- # 1 --><waypoint x="-27897" z="32817" y="-279">
table.insert(settings.profile.options.friends, "namehere");
</waypoint>

don't work ?
There come : [string "..."]:2: bad argument #1 to 'insert' <table expected, got nil>