Search found 2 matches

by Enignite
Wed Sep 02, 2015 5:31 am
Forum: Scripting
Topic: Problems with empathy and buff duration
Replies: 3
Views: 2455

Re: Problems with empathy and buff duration

That would make sense, just replaced MOD_ATT with what I wanted without thinking. Haste is transferring and pet:getMod(MOD_HASTE_MAGIC) is returning the correct value but even if I set Haste (spell) to power = 400 it's not having any effect on the wyvern, is there specific way to apply it to pets or...
by Enignite
Tue Sep 01, 2015 5:56 am
Forum: Scripting
Topic: Problems with empathy and buff duration
Replies: 3
Views: 2455

Problems with empathy and buff duration

Wrote a section in spirit_link.lua to handle empathy buff transfer, it seems to be working except the buffs do not wear off on the wyvern until you zone or dismiss it. It's also suppose to transfer buffs from left to right but they aren't ordered here so they are as they appear in the status.lua Eff...