Code: Select all
<?xml version="1.0" encoding="utf-8"?><waypoints type="TRAVEL">
<!-- # 1 --><waypoint x="31954" z="3278" y="22">
-- Accept quest
player:target_NPC("Gamunhan");
sendMacro("AcceptQuest()"); yrest(2000);player:target_NPC("");
-- Complete quest
player:target_NPC("Gamunhan");
sendMacro("CompleteQuest()"); yrest(2000);
</waypoint>
<!-- # 9 --><waypoint x="32088" z="3399" y="7"> </waypoint>
<!-- # 10 --><waypoint x="32306" z="3332" y="28">
-- Accept quest
player:target_NPC("Daily Quest Manager");
sendMacro("AcceptQuest()"); yrest(2000);player:target_NPC("");
-- Complete quest
player:target_NPC("Daily Quest Manager");
sendMacro("CompleteQuest()"); yrest(2000);
</waypoint>
<!-- # 16 --><waypoint x="32163" z="3382" y="16"> </waypoint>
<!-- # 17 --><waypoint x="32005" z="3944" y="37"> </waypoint>
<!-- # 18 --><waypoint x="31843" z="4008" y="7"> </waypoint>
<!-- # 19 --><waypoint x="31805" z="4340" y="36"> </waypoint>
<!-- # 20 --><waypoint x="31836" z="4578" y="12">
sendMacro("}LoginNextToon=true;a={");
sendMacro("Logout();"); yrest(60*1000);
player = CPlayer.new();
settings.load();
settings.loadProfile("l1-10.xml");
yrest (4000)
loadPaths("Starter.xml");
end
</waypoint>
</waypoints>