Page 1 of 1

help with sidestep turn undead macro

Posted: 22 Feb 2019, 00:30
by brooks08
automacro TuSidestep {
console /Skill Turn Undead failed/
exclusive 1
run-once 1
call {
do east
pause 1
release all
}

it doesnt trigger at all lol anything wrong ???

Re: help with sidestep turn undead macro

Posted: 22 Feb 2019, 01:36
by fadreus
Missing closing braces } at the end.

Re: help with sidestep turn undead macro

Posted: 22 Feb 2019, 02:12
by brooks08
i did now still no go ... could it be the east west i have is wrong ??? is there anyway i call let the bot do sidesteps like 2 steps to anydirection?

i did some renovation lol still it will not trigger

automacro TurnUndeadSidestep {
location in_sphynx4
exclusive 1
run-once 1
console /Skill Turn Undead failed/
call {
do @random ("west 6","east 6","north 6","northeast 4","southeast 4")
do ai clear
pause 1
release all
}
}

first problem i think is how to make it trigger :(

Re: help with sidestep turn undead macro

Posted: 22 Feb 2019, 04:21
by fadreus
Make sure your console /<text>/ is exactly the same as printed in your console.
Btw, in_sphynx4 is where LOL?
I know in_sphinx4, idk Private Server with custom names.

This probably a dumb question but you have macro plugin enabled?
There are 2 similar but different; macro and eventMacro.
Do your macro text file have correct name as instructed at the installation section?

Except for in_sphynx4, the rest would work as it should.
Unless you understand their usage incorrectly.

Give more info on what else did you do, might just something you overlooked.

Re: help with sidestep turn undead macro

Posted: 22 Feb 2019, 09:07
by brooks08
i was able to make it work my friend ... umm in_sphynx4 is where anubis are found...