My first (?) macro

Moderator: Moderators

Message
Author
veiron
Noob
Noob
Posts: 8
Joined: 09 Dec 2010, 09:13
Noob?: Yes

My first (?) macro

#1 Post by veiron »

errr~

I'm pretty new at this so I thought I start small.
This macro Basically hides when a particular skill (e.g. Water Ball)
is being casted by a monster....
  • automacro hide {
    exclusive 1
    run-once 1
    spell Water Ball
    # check out the right name of the spell in tables/skills.txt
    call {
    do ss 51
    pause 20
    do ss 51
    release hide {
    ]
    }
    }
Anyway, you can change the skill regarding on the monster
and the type of skill used by that monster.
For instance if you ever wonder off in the minorous
area, you'd do well to avoid "Hammer Fall"

So, with that I'd like to hear your opinion guys.
And being I'm still a newb macro maker I'd appreciate it
if you guys could he me improve a bit. :D