kindly check what i have done wrong it simply do not work.
automacro start1 {
console /Monsters in morocc/i
priority 1
run-once 1
call morrocna
}
macro morrocna {
do c @go 1
pause 3
do conf lockMap morocc
pause 1
do eval AI::clear
}
automacro start2 {
console /Monsters in geffen/i
priority 1
run-once 1
call geffenna
}
macro geffenna {
do c @go 2
pause 3
do conf lockMap geffen
pause 1
do eval AI::clear
}
[Help] Macro: Change map the lock it donr work
Moderators: Moderators, Documentation Writers
-
- Noob
- Posts: 19
- Joined: 02 Jun 2008, 21:22
- Noob?: Yes
-
- Plain Yogurt
- Posts: 73
- Joined: 09 Nov 2010, 16:20
- Noob?: No
Re: [Help] Macro: Change map the lock it donr work
Try switching your eval AI::clear with the command line "ai clear" and maybe a "reload config.txt" before it.
-
- Noob
- Posts: 19
- Joined: 02 Jun 2008, 21:22
- Noob?: Yes
Re: [Help] Macro: Change map the lock it donr work
ai clear - same
remove it - same
it doesnt warp and not change lockmap. im lost.
remove it - same
it doesnt warp and not change lockmap. im lost.
-
- Developers
- Posts: 1798
- Joined: 05 Dec 2008, 05:42
- Noob?: Yes
Re: [Help] Macro: Change map the lock it donr work
No need for priority and run-once.