Search found 13 matches

by Jig
Fri May 03, 2013 1:36 pm
Forum: Runes of Magic
Topic: AH Bot anyone?
Replies: 2
Views: 3041

AH Bot anyone?

Hello,

does anybody have info about a ROM AH Bot?

Im trying to create a very simple and basic ah bot, but if somebody has tips or already a AH Bot then share it please :-)

greetings,
Jig
by Jig
Tue Apr 30, 2013 8:16 am
Forum: Runes of Magic
Topic: dont paddle back in a fight
Replies: 2
Views: 1272

Re: dont paddle back in a fight

Thank you very much rock5.
by Jig
Tue Apr 30, 2013 7:51 am
Forum: Runes of Magic
Topic: dont paddle back in a fight
Replies: 2
Views: 1272

dont paddle back in a fight

Hello,

just a little question - How can i configure, that the bot doesn't paddle back in a fight? In every fight he goes back - that is most of the time very useful, but not for all fights.


greetings,
jig
by Jig
Sun Apr 28, 2013 3:38 am
Forum: Runes of Magic
Topic: Scan for other players, when near then do x
Replies: 3
Views: 1726

Re: Scan for other players, when near then do x

Thank you very much lisa and wps.
by Jig
Sat Apr 27, 2013 11:03 am
Forum: Runes of Magic
Topic: goto command in waypoints
Replies: 3
Views: 2954

Re: goto command in waypoints

i will test it in a few hours with a profile, but thank you very much again. When i have a problem i will reply.
by Jig
Sat Apr 27, 2013 11:01 am
Forum: Runes of Magic
Topic: Scan for other players, when near then do x
Replies: 3
Views: 1726

Scan for other players, when near then do x

hello,

i want to scan for nearby players and when they are near then i want to buff them with skill x or do action y.

I dont know where to start to search for the other players :(

local target = player:getTarget();
target:updateBuffs()
if target:hasBuff("buffname") then


I just figured out ...
by Jig
Sat Apr 27, 2013 5:15 am
Forum: Runes of Magic
Topic: Option - run back after fight to wp
Replies: 4
Views: 3486

Re: Option - run back after fight to wp

Thank you very much rock5 and lisa.

It works really great. Now its perfect. :-)
by Jig
Sat Apr 27, 2013 2:42 am
Forum: Runes of Magic
Topic: goto command in waypoints
Replies: 3
Views: 2954

goto command in waypoints

Hello,

is it possible to use a "goto line xy" command to jump between lines in the same .xml?

example:

(line 1 )

waypoint 1
waypoint 2
waypoint 3
jump to line 3

(line 2 )
doanything then jump to line 1 else line 3

(line 3 )

blabla
jump to line 1

or better like the goto like in c++ ;)
by Jig
Sat Apr 27, 2013 2:06 am
Forum: Runes of Magic
Topic: Option - run back after fight to wp
Replies: 4
Views: 3486

Option - run back after fight to wp

Hello,

i have follow problem, i want to farm some mobs, but without running - just standing still.

if i use wander with radius 0 then i have the problem the bot doesnt run to the original position. im using this atm:


<waypoints>

<option name="PATH_TYPE" value="wander"/>
<option name="WANDER ...
by Jig
Fri Apr 26, 2013 7:05 am
Forum: Runes of Magic
Topic: Problems with AcceptBorderQuest()
Replies: 4
Views: 2294

Re: Problems with AcceptBorderQuest()

thank you very much - that is a better solution.
by Jig
Thu Apr 25, 2013 11:19 am
Forum: Runes of Magic
Topic: Problems with AcceptBorderQuest()
Replies: 4
Views: 2294

Re: Problems with AcceptBorderQuest()

Can you share your solution, please?

Edit:

You can use

Code: Select all

		sendMacro("ChoiceOption(1or2or3or4);");
to close the window :)
by Jig
Thu Apr 25, 2013 10:18 am
Forum: Runes of Magic
Topic: Play sound when player whispers to me etc.
Replies: 2
Views: 1381

Re: Play sound when player whispers to me etc.

I found a very usefull addon ( curse.com/addons/rom/gildenpieps ), that plays a soundfile, when someone is whispering to you.
by Jig
Tue Apr 23, 2013 4:20 pm
Forum: Runes of Magic
Topic: Play sound when player whispers to me etc.
Replies: 2
Views: 1381

Play sound when player whispers to me etc.

Hello,

im using the bot for about two weeks. Its really awesome.

But i have a question, is it possible to play a sound file when a bot dies (or when rom window crash) or when a player is whispering to me?
I dont know where to look or find information about it - when somebody could help, i would be ...