• You've discovered RedGuides, an EverQuest multi-boxing and scripting community 🧙‍♀️⚙️. We want you to play several EQ characters at once, come join us and say hello! 👋

  • A TLP without truebox has thawed (Very Vanilla ready)
    Frostreaver

Use pots / haste belt snippet help

iforgotmyoldlogin

New member
Joined
Mar 8, 2013
RedCents
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
	}
 
Mouse over the Buff icons in your buff window and make sure the text matches your /if statements.

/casting is MQ2Cast make sure its loaded

also try the item tag
Rich (BB code):
 /casting "Distillate of Alacrity VI" item

If none of that works try
Rich (BB code):
(!${Me.Buff[Bite of the Shissar Poison VII].ID})
instead of
Rich (BB code):
(${Me.Buff[Bite of the Shissar Poison VII].ID}==NULL)
 
Use pots / haste belt snippet help

Users who are viewing this thread

Back
Top
Cart