Taekwon Mission Macro please help

Private server support - Only post connectivity issues in the subforum!

Moderator: Moderators

Message
Author
PowerHouse4
Noob
Noob
Posts: 2
Joined: 24 Jan 2019, 22:05
Noob?: Yes

Taekwon Mission Macro please help

#1 Post 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
}

User avatar
fadreus
The Kore Devil
The Kore Devil
Posts: 708
Joined: 17 Nov 2017, 23:32
Noob?: No
Location: Genting Highland, Malaysia
Contact:

Re: Taekwon Mission Macro please help

#2 Post by fadreus »


iRO Supporter.
Read before you ask is the wisest thing human can do.
Unless you're a cat.
Image

PowerHouse4
Noob
Noob
Posts: 2
Joined: 24 Jan 2019, 22:05
Noob?: Yes

Re: Taekwon Mission Macro please help

#3 Post 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

Post Reply