• You've discovered RedGuides 📕 an EverQuest multi-boxing community 🛡️🧙🗡️. We want you to play several EQ characters at once, come join us and say hello! 👋
  • IS THIS SITE UGLY? Change the look. To dismiss this notice, click the X --->
  • Unfortunately, yes, there is a suspension wave happening around the new tlp launch. :'( Please keep regular discussion to Suspension MegaThread and please consider submitting a Suspension report to RG.

the "parse" errors help plz (1 Viewer)

Rich (BB code):
    "bard", 8,
    "beastlord", 15,
    "berserkers", 16,
    "cleric", 2,
    "druid", 6,
    "enchanter", 14,
    "magician", 13,
    "monk", 7,
    "necromancer", 11,
    "paladin", 3,
    "ranger", 4,
    "rogue", 9,
    "shadow knight", 5,
    "shaman", 10,
    "warrior", 1,
    "wizard", 12,
so basically you need to change all of the
Rich (BB code):
${Me.Class[Shaman]}
to
Rich (BB code):
${Me.Class.ID}==10
or
Rich (BB code):
${Me.Class[Bard]}
to
Rich (BB code):
${Me.Class.ID}==8
 
the "parse" errors help plz

Users who are viewing this thread

Back
Top