veiled Ehcampment waypoint
Posted: Thu Sep 27, 2012 8:57 am
hi this is the way point for the new daily in the new zone
it works but i don't want to use mouse click , how do i use the item "magic circle charge rune" at each mouse click thx.
Code: Select all
<?xml version="1.0" encoding="utf-8"?><waypoints>
<!-- # 1 --><waypoint x="-2654" z="-17947" y="810" type="TRAVEL"> player:target_NPC("Forem Mone");
CompleteQuestByName(425495);
AcceptQuestByName(425495);
</waypoint>
<!-- # 2 --><waypoint x="-2746" z="-18080" y="809"> </waypoint>
<!-- # 3 --><waypoint x="-2807" z="-18155" y="811"> </waypoint>
<!-- # 4 --><waypoint x="-2855" z="-18106" y="811"> </waypoint>
<!-- # 5 --><waypoint x="-2944" z="-18016" y="811"> player:mouseclickL(906, 689, 1280, 748);
player:rest(2);
</waypoint>
<!-- # 7 --><waypoint x="-2881" z="-18084" y="811"> </waypoint>
<!-- # 8 --><waypoint x="-2813" z="-18156" y="811"> player:mouseclickL(912, 687, 1280, 748);
player:rest(2);
</waypoint>
<!-- # 10 --><waypoint x="-2751" z="-18081" y="809"> </waypoint>
<!-- # 11 --><waypoint x="-2653" z="-17951" y="810"> player:mouseclickL(909, 696, 1280, 748);
player:rest(2);
</waypoint>
</waypoints>