help with sidestep turn undead macro

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

Moderator: Moderators

Message
Author
brooks08
Noob
Noob
Posts: 3
Joined: 22 Feb 2019, 00:24
Noob?: Yes

help with sidestep turn undead macro

#1 Post 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 ???

User avatar
fadreus
The Kore Devil
The Kore Devil
Posts: 708
Joined: 17 Nov 2017, 23:32
Noob?: No
Location: Genting Highland, Malaysia
Contact:

Re: help with sidestep turn undead macro

#2 Post by fadreus »

Missing closing braces } at the end.

iRO Supporter.
Read before you ask is the wisest thing human can do.
Unless you're a cat.
Image

brooks08
Noob
Noob
Posts: 3
Joined: 22 Feb 2019, 00:24
Noob?: Yes

Re: help with sidestep turn undead macro

#3 Post 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 :(

User avatar
fadreus
The Kore Devil
The Kore Devil
Posts: 708
Joined: 17 Nov 2017, 23:32
Noob?: No
Location: Genting Highland, Malaysia
Contact:

Re: help with sidestep turn undead macro

#4 Post 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.

iRO Supporter.
Read before you ask is the wisest thing human can do.
Unless you're a cat.
Image

brooks08
Noob
Noob
Posts: 3
Joined: 22 Feb 2019, 00:24
Noob?: Yes

Re: help with sidestep turn undead macro

#5 Post by brooks08 »

i was able to make it work my friend ... umm in_sphynx4 is where anubis are found...

Post Reply