Goodmorning! So I made a macro to do killing quest in geffen for flying petite. What happen is I manually type "Macro checkQuest" on the kore for the bot to talk to the npc. And after getting the quest the bot will just stand and will not go to kill the monster. I would really appreciate if someone can help me. Here is all in my macros.txt
automacro checkQuest {
# hook packet/quest_update_mission_hunt
hook target_died
exclusive 1
call {
if (@config(skypQuest) != 1 || $.lvl > 80) goto next
$temp1 = @eval($::questList->{62680}->{missions}->{1156}->{count})
if ($temp1 == 150) call questSkyP
:end
}
}
macro questSkyP {
set exclusive 1
do move geffen 72 77
pause 1
do talk @npc (74 79)
pause 2
do talk resp 0
pause 2
do talk resp 5
pause 2
do talk resp 0
:end
}
repeatable quest.
Moderator: Moderators
-
- Noob
- Posts: 5
- Joined: 05 Feb 2016, 19:56
- Noob?: Yes
-
- Noob
- Posts: 4
- Joined: 17 Mar 2016, 04:07
- Noob?: No
Re: repeatable quest.
try macro status and see where it stop, or did it run successfully.