• 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

Problem - Class.ShortName

Joined
Jan 26, 2022
RedCents
481¢
hi Sic and CWTN

any chance you can take a look at the /${Me.Class.ShortName}? apparently it is not switching modes on me

/${Me.Class.ShortName} Mode 2 will always remain in its previors mode state. will not switch to chase or any other mode

plugin window does not show an error but /echo ${Me.Class.ShortName} does reflect the approriate class

but when i do the specific /clr mode 2 this will change to chase do the same /clr mode 0 will switch to manual however the /${Me.Class.ShortName} 0|1|2|3 etc... does not appear to be switching

thx
 
i must be doing somthing stupid or im just dumb,

can you help me out here and see why the healers are constantly keep switching to Mode 2?
Code:
/echo sending healers to Lich Spot

    /cwtng Mode 0

/delay 2s

:CastersHide
    /bcg //nav waypoint 5-Lich

/delay 5s

    /bcg //if (${Navigation.Active}) /goto :CastersHide

/delay 5s

    /noparse /bcg //if (${Me.Class.Name.Equal[Shaman]} || ${Me.Class.Name.Equal[Cleric]} || ${Me.Class.Name.Equal[Druid]} || ${Me.Class.Name.Equal[Enchanter]} || ${Me.Class.Name.Equal[Wizard]}) /docommand /${Me.Class.ShortName} Mode 1

/delay 5s

    /noparse /bcg //if (!${Me.Class.Name.Equal[Shaman]} || !${Me.Class.Name.Equal[Cleric]} || !${Me.Class.Name.Equal[Druid]} || !${Me.Class.Name.Equal[Enchanter]} || !${Me.Class.Name.Equal[Wizard]}) /docommand /${Me.Class.ShortName} Mode 2


/end
 
Last edited by a moderator:
i must be doing somthing stupid or im just dumb,

can you help me out here and see why the healers are constantly keep switching to Mode 2?
Code:
/echo sending healers to Lich Spot

    /cwtng Mode 0

/delay 2s

:CastersHide
    /bcg //nav waypoint 5-Lich

/delay 5s

    /bcg //if (${Navigation.Active}) /goto :CastersHide

/delay 5s

    /noparse /bcg //if (${Me.Class.Name.Equal[Shaman]} || ${Me.Class.Name.Equal[Cleric]} || ${Me.Class.Name.Equal[Druid]} || ${Me.Class.Name.Equal[Enchanter]} || ${Me.Class.Name.Equal[Wizard]}) /docommand /${Me.Class.ShortName} Mode 1

/delay 5s

    /noparse /bcg //if (!${Me.Class.Name.Equal[Shaman]} || !${Me.Class.Name.Equal[Cleric]} || !${Me.Class.Name.Equal[Druid]} || !${Me.Class.Name.Equal[Enchanter]} || !${Me.Class.Name.Equal[Wizard]}) /docommand /${Me.Class.ShortName} Mode 2


/end
In the final command where you are setting non-casters to mode 2, you should be using && instead of ||.
 
Problem - Class.ShortName

Users who are viewing this thread

Back
Top
Cart