automacro checkQuest {
timeout 15
exclusive 1
call {
$temp1 = @eval($::questList->{62567}->{missions}->{1060}->{count})
if ($temp1 == 150) call Bigfoot
}
}
macro Bigfoot {
do is Butterfly Wing
pause 3
do move payon 151 92
pause 1
do talknpc 148 93 c c r0 c r0 c r0 n
pause 2
do talknpc 148 93 c c r1 c r0 c r0 n
pause 2
}
the count doesnt work/failed/error. any idea?
i think one of the problem is the kill count for quest is not showing/appear in my console. its should appear like this: [Bounty Board Bigfoot] Quest - defeated [Bigfoot] progress (59/150)
pls see the picture attached. thank you in advance.
You do not have the required permissions to view the files attached to this post.
i did some research here in forum too.
i try put *parse_quest_update_mission_hunt = *Network::Receive::ServerType0::parse_quest_update_mission_hunt_v2;
*reconstruct_quest_update_mission_hunt = *Network::Receive::ServerType0::reconstruct_quest_update_mission_hunt_v2;
at src/network/iRO.pm but still my bot is not counting every progress of my quest. pls help me.
i downloaded my openkore at github. this is new version.
i also copy the quests_killcount.txt from killcount plugin to my tables but still the same.