Page 1 of 1
AOE Targets
Posted: Mon Aug 08, 2016 11:22 am
by Gangrenous
I noticed that AOE damage from a spell seems to be getting the caster too. I have not tried to see if it is also hitting group members. I am thinking it is some combination of settings I have wrong. Thoughts? I do have the target as enemy.
Re: AOE Targets
Posted: Mon Aug 08, 2016 12:32 pm
by Jabantiz
A PBAoE always had that problem here, they were the only true AoE spells in eq2, no one got around to looking into it though. So no it is probably not with your settings.
Re: AOE Targets
Posted: Mon Aug 08, 2016 12:45 pm
by Gangrenous
Okay, known problem. Seems like it would not be horrible to fix though.
Re: AOE Targets
Posted: Mon Aug 08, 2016 2:02 pm
by Cynnar
Check with tyrbo on this. I know Scribble mentioned this to him, but I'm not sure if he is looking into it or not.
Re: AOE Targets
Posted: Mon Aug 08, 2016 7:08 pm
by Scribble
Code: Select all
cpp
if (luaspell->initial_target && luaspell->caster->GetID() != luaspell->initial_target) {
the original, I believe, is just
cpp
if (luaspell->initial_target)
or osmething
Re: AOE Targets
Posted: Mon Aug 08, 2016 7:09 pm
by Scribble
Scribble wrote:Code: Select all
cpp
if (luaspell->initial_target && luaspell->caster->GetID() != luaspell->initial_target) {
the original, I believe, is just
cpp
if (luaspell->initial_target)
or osmething
Btw was a fix coded by turbo.