[Help] Macro: Change map the lock it donr work

All resolved question will be found here. It is recommended that you browse / search through this section first and see if your question has been answered before

Moderators: Moderators, Documentation Writers

dezmay
Noob
Noob
Posts: 19
Joined: 02 Jun 2008, 21:22
Noob?: Yes

[Help] Macro: Change map the lock it donr work

#1 Post by dezmay »

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
}
Daedalus
Plain Yogurt
Plain Yogurt
Posts: 73
Joined: 09 Nov 2010, 16:20
Noob?: No

Re: [Help] Macro: Change map the lock it donr work

#2 Post by Daedalus »

Try switching your eval AI::clear with the command line "ai clear" and maybe a "reload config.txt" before it.
dezmay
Noob
Noob
Posts: 19
Joined: 02 Jun 2008, 21:22
Noob?: Yes

Re: [Help] Macro: Change map the lock it donr work

#3 Post by dezmay »

ai clear - same
remove it - same

it doesnt warp and not change lockmap. im lost.
EternalHarvest
Developers
Developers
Posts: 1798
Joined: 05 Dec 2008, 05:42
Noob?: Yes

Re: [Help] Macro: Change map the lock it donr work

#4 Post by EternalHarvest »

No need for priority and run-once.