• 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 --->

Strategy - kissassist change that helped my targeting problem (1 Viewer)

Chanticleer

yells at clouds
Joined
Dec 14, 2010
RedCents
25¢
In notepad ++ been looking over targeting code area - I changed line 938 to help my targeting rere mobs when close to same name but targeting further mob -


Rich (BB code):
/echo  ATTACKING -> ${Spawn[${MyTargetID}].CleanName} <-
to


Rich (BB code):
/echo  ATTACKING -> ${Spawn[${MyTarget.ID}].CleanName} <-


Adding the .id the macro has been able to separate the target's as meaning targeting the closes mob towards me now not further mob -


also anyone look into the idea of


Rich (BB code):
${Spawn[Mytarget.Zradius}] ${[Mytarget.Zheight}.CleanName ???

wouldn't this allow kissassist to pull based off the zradius and height as its currently designed to do but pulls based off los ? wouldn't this use mq2navigation more core to its tool ? of map targeting for Zradius and Zheight ?
 
Last edited by a moderator:
Strategy - kissassist change that helped my targeting problem

Users who are viewing this thread

Back
Top