• 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

Tip - Powersource switcher with mq2react

Joined
Oct 23, 2018
RedCents
2,058¢
Made this to fit my cheap/lazy ass playstyle.
I bought 6 old powersources and 6 new ones, for my 6box crew.
It will use the ToV powersource when there is a named in Xtar 1 or 2, or if there is more than 2 on xtar
or the shit one if no named or less than 3 on xtar.

INI:
PScaster: 
    action: >-
      /multiline ; /autoinv ; /echo \aoUsing Powersource \at-> \awVelium Convoker Source \at<- ; /timed 5 /exchange "Velium Convoker Source" powersource
    condition: "(${Me.XTarget[1].Named} | ${Me.XTarget[2].Named} | ${Me.XTarget} > 2) && !${Me.Dead} && ${Me.Inventory[powersource].ID}!=163590"
  PSheal: 
    action: >-
      /multiline ; /autoinv ; /echo \aoUsing Powersource \at-> \awVelium Mendicant Source \at<- ; /timed 5 /exchange "Velium Mendicant Source" powersource
    condition: "(${Me.XTarget[1].Named} | ${Me.XTarget[2].Named} | ${Me.XTarget} > 2) && !${Me.Dead} && ${Me.Inventory[powersource].ID}!=163588"
  PSmelee: 
    action: >-
      /multiline ; /autoinv ; /echo \aoUsing Powersource \at-> \awVelium Assaulter Source \at<- ; /timed 5 /exchange "Velium Assaulter Source" powersource
    condition: "(${Me.XTarget[1].Named} | ${Me.XTarget[2].Named} | ${Me.XTarget} > 2) && !${Me.Dead} && ${Me.Inventory[powersource].ID}!=163592"
  PSshit: 
    action: >-
      /multiline ; /autoinv ; /echo \aoUsing Powersource \at-> \awPure Energeian Growth Orb \at<- ; /timed 5 /exchange "Pure Energeian Growth Orb" powersource
    condition: "(!${Me.XTarget[1].Named} && !${Me.XTarget[2].Named} && ${Me.XTarget} < 3) && !${Me.Dead} && ${Me.Inventory[powersource].ID}!=80743"
  PStank: 
    action: >-
      /multiline ; /autoinv ; /echo \aoUsing Powersource \at-> \awVelium Protector Source \at<- ; /timed 5 /exchange "Velium Protector Source" powersource
    condition: "((${Me.XTarget[1].Named} | ${Me.XTarget[2].Named} | ${Me.XTarget} > 2) && !${Me.Dead} && ${Me.Inventory[powersource].ID}!=163586"
 
Last edited:
added && !${Me.Dead}
added a /autoinv and a /timed 5
Cosmetic changes - Colors
 
Last edited:
Tip - Powersource switcher with mq2react

Users who are viewing this thread

Back
Top
Cart