Guadah
Member
- Joined
- Feb 7, 2010
- Messages
- 438
Hi,
it?s a normal buff.
I tried exactly this command without any success...
When you cast the spell, look under your pet. There are two types of buffs, those on the left side and those on the right side (still talking about your pet, not the enemy). Buffs on the right are team buffs, buffs on the left are self buffs.
Open the logic creator and click on self buff or team buff depending on the type of buff it is. Then write:
CAST SPELL(2) HASTEAMBUFF(###) EQUALS false
or
CAST SPELL(2) HASBUFF(###) EQUALS false
Obviously you need to change the #2 to whatever spell is being cast (1, 2 or 3) and the ### to the buff you find.