• Dear Guest,

    You're browsing our forum as a Guest meaning you can only see a portion of the forum in read-only mode.
    To view all forum nodes and be able to create threads/posts please register or log-in with your existing account.

    TwinStar team

Macro: Hand in Repeatable Quests

THIKUE

New Member
Joined
Sep 28, 2016
Other than in many Net articles "SelectGossipAvailableQuest(x)", the correct command is: "SelectGossipActiveQuest(x)"
The (x) stands for the quest to select, for example at Thorium Brotherhood "x" is "2" for handing in Iron.

"CompleteQuest()" hands in the mats and triggers the "Continue" button.
"GetQuestReward()" triggers the "Complete Quest" Button.


So, the full macro for iron at Thorium Brotherhood is:

/script SelectGossipActiveQuest(2)
/script CompleteQuest()
/script GetQuestReward()


DON'T PLAY WITH THESE COMMANDS! WE ALL WANT THE SERVER STAY STABLE!
 
Top Bottom