Page 1 of 1

Daily Quest Handing in

Posted: Sat Oct 16, 2010 7:40 pm
by kthuynh86

Code: Select all

<?xml version="1.0" encoding="utf-8"?><waypoints>
    <!-- #  1 --><waypoint x="2790" z="-888">    </waypoint>
    <!-- #  2 --><waypoint x="2492" z="-1218">    </waypoint>
    <!-- #  3 --><waypoint x="2764" z="-1641">    </waypoint>
    <!-- #  4 --><waypoint x="2788" z="-1737">    
        player:rest(1.2)    
        player:target_NPC("Rufus");
        player:rest(1)
        sendMacro("OnClick_QuestListButton(1,1);");
        player:rest(.7)
        sendMacro("CompleteQuest();");
        
    </waypoint>
    <!-- #  8 --><waypoint x="2799" z="-1689">    </waypoint>
</waypoints>
Hey guys, ive been reading through the forums and getting what i can from handing in quests. Clearly this isnt working as my quest isnt being handed in. Its the daily beetle legs quest iin Varanas. The dialogue opens yet it wont complete the quest. Can anyone help with thiS?

Regards

Re: Daily Quest Handing in

Posted: Sat Oct 16, 2010 10:12 pm
by radulfizz
try

Code: Select all

sendMacro("OnClick_QuestListButton(3,1);");
to complete the first completable quest.