Elf Token Farming Preparation Script

Runes of Magic/Radiant Arcana (http://www.runesofmagic.com)
Post Reply
Message
Author
Germangold
Posts: 276
Joined: Thu Oct 22, 2009 3:58 am

Elf Token Farming Preparation Script

#1 Post by Germangold » Fri Nov 19, 2010 9:05 pm

I was tired of creating over and over elven to farm token and solving those neccessary first quest to start

this is what i got so far

i am stuck with those three quest from npc
Jifand Samirat Watimod
to complete the quest you have to select your gift (sword or staff, robe or chains)
how do i select automaticaily

Code: Select all

<?xml version="1.0" encoding="utf-8"?><waypoints type="RUN">
	<!-- #  1 --><waypoint x="31954" z="3278">		
		player:target_NPC("Gamunhan");
		sendMacro("AcceptQuest()"); yrest(2000);
		sendMacro("CompleteQuest()"); yrest(2000);
		player:target_NPC("Gamunhan");
		sendMacro("AcceptQuest()");  yrest(2000);
		sendMacro("CompleteQuest()"); yrest(2000);
		player:target_NPC("Gamunhan");
	</waypoint>
	<!-- #  5 --><waypoint x="32049" z="3315">	</waypoint>
	<!-- #  6 --><waypoint x="32172" z="3359">	</waypoint>
	<!-- #  7 --><waypoint x="32239" z="3343">	</waypoint>
	<!-- #  8 --><waypoint x="32287" z="3359">		
		player:target_NPC(112949);
		sendMacro("AcceptQuest()"); yrest(2000);
		sendMacro("CompleteQuest()"); yrest(2000);
		player:target_NPC(112949);
		sendMacro("AcceptQuest()");  yrest(2000);
		sendMacro("CompleteQuest()"); yrest(2000);
		
	</waypoint>
	<!-- # 11 --><waypoint x="32240" z="3323">	</waypoint>
	<!-- # 12 --><waypoint x="31968" z="3829">	</waypoint>
	<!-- # 13 --><waypoint x="31841" z="4185">	</waypoint>
	<!-- # 14 --><waypoint x="31790" z="4351">	</waypoint>
	<!-- # 15 --><waypoint x="31819" z="4480">	</waypoint>
	<!-- # 16 --><waypoint x="31849" z="4542">	</waypoint>
	<!-- # 17 --><waypoint x="31842" z="4579">		
		player:target_NPC("Blinsik");yrest(2000);
		sendMacro("OnClick_QuestListButton(1, 1)");
		sendMacro("OnClick_QuestListButton(3, 1)");
	    sendMacro("AcceptQuest(422340)"); yrest(2000);
		sendMacro("AcceptQuest()"); yrest(2000);
		sendMacro("CompleteQuest()"); yrest(2000);
		
		-- drei folge quest annehmen
		sendMacro("OnClick_QuestListButton(1, 1)");yrest(2000);
		sendMacro("OnClick_QuestListButton(2, 1)");yrest(2000);
		sendMacro("OnClick_QuestListButton(3, 1)");yrest(2000);
		player:target_NPC("Blinsik");sendMacro("AcceptQuest()"); yrest(2000);
		
		player:target_NPC("Blinsik");sendMacro("AcceptQuest()"); yrest(2000);
		
		
		player:target_NPC("Jifand");  yrest(2000);
		
		sendMacro("OnClick_QuestListButton(1, 1)"); yrest(2000);
		 yrest(2000);sendMacro("AcceptQuest()"); yrest(2000);
		  yrest(2000);
	
		player:target_NPC("Jifand");
	</waypoint>
	<!-- # 29 --><waypoint x="32013" z="4458">	</waypoint>
	<!-- # 30 --><waypoint x="32104" z="4435">	</waypoint>
	<!-- # 31 --><waypoint x="32161" z="4444">		
	    player:target_NPC("Samirat");
		player:target_NPC("Samirat");
	</waypoint>
	<!-- # 34 --><waypoint x="32277" z="4387">		
	    player:target_NPC("Watimod");
		player:target_NPC("Watimod");
	</waypoint>
	<!-- # 37 --><waypoint x="32187" z="4413">	</waypoint>
	<!-- # 38 --><waypoint x="32128" z="4427">	</waypoint>
	<!-- # 39 --><waypoint x="32051" z="4467">	</waypoint>
	<!-- # 40 --><waypoint x="32004" z="4493">		
		player:target_NPC("Blinsik");
		player:target_NPC("Blinsik");
		sendMacro("ChoiceOption(1);");
		player:target_NPC("Blinsik");
	</waypoint>
</waypoints>

User avatar
rock5
Posts: 12173
Joined: Tue Jan 05, 2010 3:30 am
Location: Australia

Re: Elf Token Farming Preparation Script

#2 Post by rock5 » Sat Nov 20, 2010 1:37 am

The way I do it is;
1. Select the quest to complete.

Code: Select all

sendMacro("OnClick_QuestListButton(3, 1)");
2. Select the reward.

Code: Select all

sendMacro("SpeakFrame_ClickQuestReward(SpeakQuestReward1_Item1)")
When Selecting the reward, the number to change is the number after 'Item'.

3. Complete the quest.

Code: Select all

sendMacro("CompleteQuest()");
There are other ways of doing this as mentioned in other posts but this is how I do it.
  • Please consider making a small donation to me to support my continued contributions to the bot and this forum. Thank you. Donate
  • I check all posts before reading PMs. So if you want a fast reply, don't PM me but post a topic instead. PM me for private or personal topics only.
  • How to: copy and paste in micromacro
    ________________________
    Quote:
    • “They say hard work never hurt anybody, but I figure, why take the chance.”
          • Ronald Reagan

Post Reply

Who is online

Users browsing this forum: No registered users and 2 guests