• 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

Question - Bug or not ?

Joined
Mar 23, 2017
RedCents
1,560¢
Line 1608 in KA reads:
Rich (BB code):
          /if (${Spawn[${MyTargetID}].PctHPs}<=${AssistAt} && ${PetOn} && ${PetCombatOn}) /call CombatPet
Is this correct or should it check for PetAssistAt ?
 
Line 1608 in KA reads:
Rich (BB code):
          /if (${Spawn[${MyTargetID}].PctHPs}<=${AssistAt} && ${PetOn} && ${PetCombatOn}) /call CombatPet
Is this correct or should it check for PetAssistAt ?

Yes......

Corrected and re-posted... you earned your redcents today. Good Eye

Edited to be:
Rich (BB code):
/if (${Spawn[${MyTargetID}].PctHPs}<=${PetAssistAt} && ${PetOn} && ${PetCombatOn}) /call CombatPet
 
Question - Bug or not ?

Users who are viewing this thread

Back
Top
Cart