Can someone try it please and fix it, for the life of me I can't do it. =[
Its the elf daily called "helping them grow" from NPC "Blinsik" in the elf starting area.
It's also telling me to change my hotkey in game to Ctrl-Tab for TARGET_FRIEND. But in game there is no target friend just Nearest Ally: ctrl+Tab. How do I fix that? because it's not clicking on the NPC and opening the dialoag box. I have the add-on streamline so it will auto accept and complete quests when the NPC dialog box is open.
Code: Select all
<waypoints>
<!-- # 1 --><waypoint x="31866" z="4584">
player:target_NPC("Blinsik");
</waypoint>
<!-- # 3 --><waypoint x="31905" z="4696"> </waypoint>
<!-- # 4 --><waypoint x="31434" z="5691"> </waypoint>
<!-- # 5 --><waypoint x="31421" z="5721">
player:rest(5);
changeProfileOption("HARVEST_TIME", 10);
player:harvest(112976)
</waypoint>
<!-- # 6 --><waypoint x="31911" z="4637"> </waypoint>
<!-- # 7 --><waypoint x="31899" z="4554"> </waypoint>
<!-- # 8 --><waypoint x="31866" z="4582"> player:target_NPC("Blinsik");
</waypoint>
</waypoints>