[Ember 1.0.3] Arcane Shield not triggering with HealingSalve
Moderator: Moderator
[Ember 1.0.3] Arcane Shield not triggering with HealingSalve
Arcane Shield talent says it triggers on a direct heal. Tinker Healing Salve heals ### health just like the healing inscriptions. The Tinker Healing Salve didn't trigger arcane shield to make a shield as the talent describes.
Re: [Ember 1.0.3] Arcane Shield not triggering with HealingS
I wonder if it's related to this bit from /data/general/objects/tinkers/therapeutics.lua:line 36
I don't know what the difference is between "self" and "who" in this context, but maybe allow_on_heal should be getting set on who instead of self.
Code: Select all
resolvers.medical_salves("heal %d", 15, function(self, who)
self:attr("allow_on_heal", 1)
who:heal(self:getCharmPower(who), who)
self:attr("allow_on_heal", -1)
Re: [Ember 1.0.3] Arcane Shield not triggering with HealingS
Yep, that is wrong.
My feedback meter decays into coding. Give me feedback and I make mods.
-
- Spiderkin
- Posts: 574
- Joined: Sun May 12, 2013 7:00 am
Re: [Ember 1.0.3] Arcane Shield not triggering with HealingS
Yup, that's it. I fixed it a week or so ago when the revelation came up.
<astralInferno> poor stunt
<astralInferno> you suffer so that others may suffer in the intended way
Have a save in need of fixing? Open a ticket, send me a copy of your save: http://www.te4support.org/
<astralInferno> you suffer so that others may suffer in the intended way
Have a save in need of fixing? Open a ticket, send me a copy of your save: http://www.te4support.org/
Re: [Ember 1.0.3] Arcane Shield not triggering with HealingS
was the comparable bug with fungal growth fixed too?Stuntofthelitter wrote:Yup, that's it. I fixed it a week or so ago when the revelation came up.
-
- Spiderkin
- Posts: 574
- Joined: Sun May 12, 2013 7:00 am
Re: [Ember 1.0.3] Arcane Shield not triggering with HealingS
Not a problem with either fungal growth or arcane shield, but an issue in what the salve was doing. So yes, it will correct the issue in both cases.
<astralInferno> poor stunt
<astralInferno> you suffer so that others may suffer in the intended way
Have a save in need of fixing? Open a ticket, send me a copy of your save: http://www.te4support.org/
<astralInferno> you suffer so that others may suffer in the intended way
Have a save in need of fixing? Open a ticket, send me a copy of your save: http://www.te4support.org/