Blinded Fix

Moderator: Moderators

Message
Author
sn00p
Noob
Noob
Posts: 6
Joined: 06 Oct 2012, 15:52
Noob?: Yes
Location: Germany

Blinded Fix

#1 Post by sn00p »

This is my first simple but handy macro. Every melee knows, after you get blinded and the status is gone away you will fail to hit most of time, so the use of a flywing is needed. Especially at lvling in glastheim this will happens often.

Effect:
- After status blinded ends, Kore will use a flywing if there is any in inventory

Code: Select all

automacro flywing_blinded {
	console /You are no longer: ailment: Blinded/i
	inventory "Fly Wing" >= 1
	timeout 5
	exclusive 1
	call {
		do is Fly Wing
		release flywing_blinded
	}
}
Give it a try!