Not possible to accept quest and talk to NPC
Posted: Thu Aug 22, 2013 1:17 am
Hello all,
I've just started with micromacro and im trying to make a macro to do the daily quest in Ancient Kingdom. However, i've tried everything to just make a start by accepting the quest and then starting the battle, but it just wont work. Does sum1 know what im doing wrong?
Greetings, Thealphabetic
This is my code:
I've just started with micromacro and im trying to make a macro to do the daily quest in Ancient Kingdom. However, i've tried everything to just make a start by accepting the quest and then starting the battle, but it just wont work. Does sum1 know what im doing wrong?
Greetings, Thealphabetic
This is my code:
Code: Select all
<?xml version="1.0" encoding="utf-8"?><waypoints>
<!-- # 1 --><waypoint x="-18351" z="-22687" y="469">
player:update();
player:target_NPC("Anthony Taz");
yrest(500);
AcceptQuestByName("Demonstration Battle");
yrest(2000);
player:target_NPC("Anthony Taz");
yrest(500);
sendMacro("ChoiceOption(1);");
</waypoint>
</waypoints>