Selecting Quest Rewards?

Runes of Magic/Radiant Arcana (http://www.runesofmagic.com)
Post Reply
Message
Author
Binafus
Posts: 23
Joined: Thu Jul 09, 2009 1:22 pm

Selecting Quest Rewards?

#1 Post by Binafus »

Is there a way to select Quest Rewards without having to mouse click with the window in front?
RoMain
Posts: 10
Joined: Wed Apr 21, 2010 8:49 pm

Re: Selecting Quest Rewards?

#2 Post by RoMain »

SetChoiceItem_QuestDetail(x)
Binafus
Posts: 23
Joined: Thu Jul 09, 2009 1:22 pm

Re: Selecting Quest Rewards?

#3 Post by Binafus »

I found the solution.

Code: Select all

sendMacro("OnClick_QuestListButton(3,1)");
yrest(1000);
sendMacro('OnClick_QuestRewardButton(getglobal("SpeakQuestReward1_Item1"));');
yrest(1000);
sendMacro("CompleteQuest()");
yrest(1000);
Post Reply