tms
Member
- Joined
- Dec 20, 2013
- RedCents
- 1,400¢
Is it possible to make adjusting the pullrange optional via config ?
The red marked part i mean. Atleast using an variable for that, and put them at the beginning of the code ;-)
Reason: A normal spell with a range of 200 + the normal 27% range foci brings the range to 254. The puller moves currently to 150 feet to pull. Since i am often in tight spaces, where i dont really want the puller to much to move i allways adjust that value to 1.00 or even 0.9. Setting this up inside the config would make it easier.
Guess thats a first world problem, eh? :-)
The red marked part i mean. Atleast using an variable for that, and put them at the beginning of the code ;-)
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}
Reason: A normal spell with a range of 200 + the normal 27% range foci brings the range to 254. The puller moves currently to 150 feet to pull. Since i am often in tight spaces, where i dont really want the puller to much to move i allways adjust that value to 1.00 or even 0.9. Setting this up inside the config would make it easier.
Guess thats a first world problem, eh? :-)

