[Question] auto change map

All about the macro plugin can be found in this forum. This forum is intended for the macro plugin only.

Moderator: Moderators

Message
Author
vespercore02
Noob
Noob
Posts: 18
Joined: 15 Nov 2010, 11:40
Noob?: No

[Question] auto change map

#1 Post by vespercore02 »

i want to ask about my macro uhm i made for auto change map each time the level change like this





automacro MOVEto {
base > 49
exclusive 1
run-once 1
call {

call save
call conf
log done
stop
}
}
macro save {
do move geffen 121 61
pause 2
$i = 0
while ($i < 2) as loop
do talknpc 120 62 c r0 n
$i++
end loop
stop
}
macro conf {

do conf storageAuto_npc geffen 120 62
do conf lockMap gef_fild08
stop
}


but when i reopen or open again the bot.. it will do again the macro instead of nothing because he done it already on the other day


sorry for bad english

vespercore02
Noob
Noob
Posts: 18
Joined: 15 Nov 2010, 11:40
Noob?: No

Re: [Question] auto change map

#2 Post by vespercore02 »

i solve my problem you can delete this topic


i change the ">" to "=" hehe

thanks to the macro share i found out what is wrong on my macro /gg

example_x1
Noob
Noob
Posts: 5
Joined: 28 Feb 2011, 23:23
Noob?: Yes

Re: [Question] auto change map

#3 Post by example_x1 »

vespercore02 wrote:i want to ask about my macro uhm i made for auto change map each time the level change like this





automacro MOVEto {
base > 49
exclusive 1
run-once 1
call {

call save
call conf
log done
stop
}
}
macro save {
do move geffen 121 61
pause 2
$i = 0
while ($i < 2) as loop
do talknpc 120 62 c r0 n
$i++
end loop
stop
}
macro conf {

do conf storageAuto_npc geffen 120 62
do conf lockMap gef_fild08
stop
}


but when i reopen or open again the bot.. it will do again the macro instead of nothing because he done it already on the other day


sorry for bad english

FAIL~~~

Post Reply