I have this on my config.txt
Code: Select all
macro_orphans terminate
macro_nowarn 0
macro_file macros.txt
macro_allowDebug 0Code: Select all
automacro wrpnpc {
call {
do talk @npc 156 99
pause 1
do next
pause 1
do Dungeons
pause 1
do Brasilis Dungeon
pause 1
do next
pause1
do Brasilis Dungeon 2
# w1 r6 w1 r6 w1 c w1 r2 n #NPC coords and talk sequence
}
release ck
}
automacro sp {
sp > 200
call {
do c sp low
}
timeout 10
}