• 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 - CastRadius how to change?

Jensen

New member
Joined
Mar 19, 2007
RedCents
926¢
Is there a way to change cast radius, KA sets it to 160 on a spell that has 270 range with focus, would be nice incase theres a hill or something
 
Line 4930
Rich (BB code):
/if (${Select[${Role},puller,pullertank,pullerpettank,hunterpettank]}) /call PullVars ${Math.Calc[${Spell[${Spell[${PullWith}].ID}].Range}/1.25]} "${PullWith}" ${Spell[${Spell["${PullWith}"].ID}].Range}

changed /1.25 to *1.25

Seems to have set range to 250
 
Line 4930
Rich (BB code):
/if (${Select[${Role},puller,pullertank,pullerpettank,hunterpettank]}) /call PullVars ${Math.Calc[${Spell[${Spell[${PullWith}].ID}].Range}/1.25]} "${PullWith}" ${Spell[${Spell["${PullWith}"].ID}].Range}

changed /1.25 to *1.25

Seems to have set range to 250

You don't want your pull range to be greater than the range of the spell. The /1.25 will return about 80% of the spell cast range. You are better off changing the /1.25 to *.90 that way your pull range will be set to 90% of the spells cast range. The *1.25 just sets your pull range to 25% further than the spell can reach, so you may not get close enough to the mob to cast on it.
 
Reason he's multiplying by 1.25 is due to spell range focus. Does KA factor in foci for distance, or does it just go by base casting range?
 
Question - CastRadius how to change?

Users who are viewing this thread

Back
Top
Cart