Search found 4 matches

by freerom
Thu Feb 11, 2010 12:04 pm
Forum: Runes of Magic
Topic: Mount Up
Replies: 8
Views: 3174

Re: Mount Up

And any way of using the mount for 1 day you got from the begining? Tnks.Tryed to use a code in my profile page like this for mounting.has no effect. <onLevelup> -- open giftbag and equipt content openGiftbags1To10(player.Level); --203571 the id for brown horse inventory:useItem(203571); </onLevelup>
by freerom
Thu Jan 14, 2010 7:48 am
Forum: Runes of Magic
Topic: question
Replies: 1
Views: 908

question

Having problems making him never atack.I'm trying to deliver some daily quests mounted on horse and want him to ignore the "in combat".How can i do that?
tnks
by freerom
Sun Jan 10, 2010 5:13 am
Forum: Runes of Magic
Topic: How to accept/complete a quest ?
Replies: 2
Views: 1307

Re: How to accept/complete a quest ?

Your Ex: <waypoints> <!-- # 1 --><waypoint x="-4072" z="-8255"> -- Obtain Quest: Report In player:target_NPC("Laif Cindai"); player:rest(2); sendMacro("OnClick_QuestListButton(1,1)"); yrest(2000); sendMacro("AcceptQuest()"); yrest(2000); sendMacro(&...
by freerom
Sun Jan 10, 2010 4:37 am
Forum: Runes of Magic
Topic: How to accept/complete a quest ?
Replies: 2
Views: 1307

How to accept/complete a quest ?

Hello.I'm newbie in using ROM bot.I'm trying to make the bot take the quest from the npc using the Num 5 and 7 command when creatingpath.lua.The problem is that bot does't seems to see the click i made for taking the quest all times.IS there any way simple to do that? Good luck to you all. Ex: <wayp...