Any word on the aoe radius bug? Sorcs and BW are abusing the hell out of it.
This is a big issue.
Ability Rework Progress
Forum rules
Before posting on this forum, be sure to read the Terms of Service, Privacy Policy and Code of Conduct
Before posting on this forum, be sure to read the Terms of Service, Privacy Policy and Code of Conduct
Ads
Re: [Pending Update] Current State of Classes and Abilities
I looked into it last night but I didn't see anything obviously wrong. The radii are read from the tooltip and the internal functions for distance work in feet.
Re: [Pending Update] Current State of Classes and Abilities
Test them in game. They are wrong. Its more than 10 feet on some now i've tested some more.Azarael wrote:I looked into it last night but I didn't see anything obviously wrong. The radii are read from the tooltip and the internal functions for distance work in feet.
EDIT: No it is 10 feet on all now i've done more testing.
Seems likely the client already has 10 feet as a base for aoe. This is probably due to the range patch for when melee couldn't hit moving targets.

- noisestorm
- Posts: 1727
Re: [Pending Update] Current State of Classes and Abilities
Maybe the formula you use has a diameter in it instead of a radius one, or you missed a (.../4) somewhere in between? sometimes you dont find the tree in the forest (lulz)
Last edited by noisestorm on Wed Feb 18, 2015 4:51 pm, edited 1 time in total.
Re: [Pending Update] Current State of Classes and Abilities
The tooltips use radius, in the form "Within x ft of the target". I've never seen a tooltip that uses a diameter. I'm looking into it some more now.
- noisestorm
- Posts: 1727
Re: [Pending Update] Current State of Classes and Abilities
Yeah but you somewhere have to use some sort of circle-calculation around your actual target? or how do you handle that?
Re: [Pending Update] Current State of Classes and Abilities
It's done via spawning a temporary object at the player's location and calculating the distance of each nearby target from that object's position.
The distance calculation is FUBAR though, there's a strange linear interpolation in here whose purpose is unknown to me, but the result is that the distance calculation comes out totally wrong.
The distance calculation is FUBAR though, there's a strange linear interpolation in here whose purpose is unknown to me, but the result is that the distance calculation comes out totally wrong.
- noisestorm
- Posts: 1727
Re: [Pending Update] Current State of Classes and Abilities
Cant you just put a circle around your target with fixed parameters (like the 10 feet or w/e) and set up a query for targets in its parameters and apply the Class of your LoS Check to them?
And by 'just' i mean, that i have no clue about your actual code, but hope i can give you some perspectives on how to solve the problem
And by 'just' i mean, that i have no clue about your actual code, but hope i can give you some perspectives on how to solve the problem

Ads
Re: [Pending Update] Current State of Classes and Abilities
SM Blurring shock hits me, not opponent


Re: [Pending Update] Current State of Classes and Abilities
I didn't write the vector magnitude calculation functions, but this lerp must have been added for a reason so I'm not gonna change it without knowing why.
Issue with damaging procs is already noted in the General section.
Issue with damaging procs is already noted in the General section.
Who is online
Users browsing this forum: No registered users and 0 guests