iforgotmyoldlogin
New member
- Joined
- Mar 8, 2013
- RedCents
- 3¢
Why doesn't the below work?
Rich (BB code):
/if (${Me.Buff[Bite of the Shissar Poison VII].ID}==NULL) {
/casting "Bite of the Shissar XIV"
/echo Reapplying poison to weapon
}
/if (${Me.Buff[Elixir of Speed VI].ID}==NULL) {
/casting "Distillate of Alacrity VI"
/echo Reapplying haste
}
/if (${Me.Buff[Primal Guard].ID}==NULL) {
/casting "Darkened Flowing Black Silk Sash"
/echo Reapplying haste
}

