Page 1 of 1

Taekwon Mission Macro please help

Posted: 24 Jan 2019, 22:18
by PowerHouse4
i have been searching the internet for any sort of tk mission macro to help my tkranker i got the macro below but it says "Skill Taekwon Mission Failed: Basic ( error number 0)

here is the macro i got . Please help me before my brain explodes . Thank you very much


sub tkpackets {
my (undef, $args) = @_;
my $tkmission = $args->{monsterName};
return "$tkmission";
}


automacro changeTkMission {
run-once 1
hook taekwon_packets_getmob
varvar Counter unset
varvar OldMonsters unset
call {
$Counter++

if ($Counter == 1) goto nomission
if ($Counter >= 2) goto yesmission

:nomission
$Counter++
$OldMonsters = tkpackets()
do eval warning "First time - Get Monster\n";
goto end



:yesmission
$Counter--
$NewMonsters = tkpackets()
do eval warning "Not first time. It's your $Counter time...\n";


if ($NewMonsters != $OldMonsters) goto newdetect
do eval warning "No monsters detected\n";
goto end


:newdetect
do eval warning "New monsters : $NewMonsters ~ Old monsters : $OldMonsters\n"
goto end


:end


}

}

macro tmc {
do ss 493 TK_MISSION
}

Re: Taekwon Mission Macro please help

Posted: 25 Jan 2019, 12:03
by fadreus

Re: Taekwon Mission Macro please help

Posted: 26 Jan 2019, 01:29
by PowerHouse4
yes i did but it seems not working for me how do i make it work i asked questions now because i have been searching the net and trying to write my own macro but i am having so much difficulty because i am not that good. i do not want to be a leech but i can no longer help myself :( i need help please