Search found 30 matches

by Niko
Fri Nov 23, 2012 5:49 am
Forum: Runes of Magic
Topic: Getting Rombot to loot the magic giftbags from Tergothen?
Replies: 16
Views: 5443

Re: Getting Rombot to loot the magic giftbags from Tergothen

the target object will have to be the same name or ID as the findnearestname or id <onLoad> settings.profile.events.onLeaveCombat = function() if player:findNearestNameOrId("Bolsa Misteriosa") then player:target_Object("Bolsa Misteriosa") yrest(500) -- If not enough time to pick...
by Niko
Thu Nov 22, 2012 9:19 pm
Forum: Runes of Magic
Topic: Getting Rombot to loot the magic giftbags from Tergothen?
Replies: 16
Views: 5443

Re: Getting Rombot to loot the magic giftbags from Tergothen

Ok i'v done this <onLoad> settings.profile.events.onLeaveCombat = function() if player:findNearestNameOrId("Bolsa Misteriosa") then player:target_Object("Gift Bag") yrest(500) -- If not enough time to pick up bag, increase it. end end </onLoad> and i didn't got any problem... i s...
by Niko
Thu Nov 22, 2012 9:08 pm
Forum: Runes of Magic
Topic: Farming at rorazan
Replies: 6
Views: 1914

Re: Farming at rorazan

In spanish is "Bolsa Misteriosa" so lucky bag ain't the right translation...
Thank's anyway Cindy :)
by Niko
Mon Nov 19, 2012 7:50 am
Forum: Runes of Magic
Topic: Farming at rorazan
Replies: 6
Views: 1914

Re: Farming at rorazan

actually i did tried to find it but i use spanish client so i didn't knew how the bags were called in english...
thank's anyway :)
by Niko
Mon Nov 19, 2012 7:49 am
Forum: Runes of Magic
Topic: Getting Rombot to loot the magic giftbags from Tergothen?
Replies: 16
Views: 5443

Re: Getting Rombot to loot the magic giftbags from Tergothen

does de onleavecombat haves to be into every waypoint? or on the onload part of the script? or where?
by Niko
Mon Nov 19, 2012 7:19 am
Forum: Runes of Magic
Topic: Farming at rorazan
Replies: 6
Views: 1914

Farming at rorazan

Hi, i'm farming some mobs in rorazan, and sometimes appears quite near some bags, that usually haves blue accesories... how can my bot pick up those bags?
Thank's...
by Niko
Mon Oct 29, 2012 8:46 pm
Forum: Runes of Magic
Topic: Problems taking buffs and getting stucked
Replies: 1
Views: 849

Problems taking buffs and getting stucked

How do I make my character to take buffs (i mean skills buffs) only at one waypoint, and not when I load the waypoint file or get into an instance?

Is there any chance to change what my character does when it get stuck on a waypoint?

Thank's!
by Niko
Thu Aug 02, 2012 7:37 pm
Forum: Runes of Magic
Topic: Fix waypoints manually
Replies: 4
Views: 1594

Re: Fix waypoints manually

i'll try it, one million thank's! ;)
by Niko
Thu Aug 02, 2012 8:07 am
Forum: Runes of Magic
Topic: Fix waypoints manually
Replies: 4
Views: 1594

Fix waypoints manually

Hi, i'm trying to fix waypoints manually (right now with KS waypoints...) but, is there any way to know where am i? as waypoints don't match with maps coordinates, how to know where i'm standing at? ... i know that i can quit the script, run createpath, make a waypoint, open the file and check it, f...
by Niko
Sat Jul 28, 2012 8:42 am
Forum: Runes of Magic
Topic: RomBot open and close the Gamemenu after Macrotest
Replies: 16
Views: 3797

Re: RomBot open and close the Gamemenu after Macrotest

(sorry if i write something wrong, i don't have a very good english) Let's see, i have the same problem that gamemenu flashes all over again, i tried deleting those lines you said in player.lua... rombot printed this: scripts\rom/bot.lua:34: .../player.lua:1: unexpected symbol near '´' ... i just pu...