adde88 / Nerdpack-Zylla

Zylla's Combat Routines for NerdPack
MIT License
6 stars 7 forks source link

Feral Rotation pops error/stops #11

Closed hgdubbe closed 6 years ago

hgdubbe commented 7 years ago

feral rotation pops following error and stops almost every fight: https://pastebin.com/gBZjqUV2

caused by the lines

NeP.DSL:Register('dot.pmultiplier', function(_, spell)
  return Zylla.f_Snapshots[spell:lower()][UnitGUID('target')] or 0
end)

NeP.DSL:Register('persistent_multiplier', function(_, spell)
  return Zylla.f_Snapshots[spell:lower()].current or 1
end)

seems to happen after fast target switching or manual interference

edit: nope, also happens with no interference dumping f_test always returns table containing the dots names but no content

adde88 commented 6 years ago

Interesting. I'll take a look at into today.

adde88 commented 6 years ago

Testing Feral here. Dumping f_test is working here.

Could you try this? : /dump Zylla.f_Snapshots

adde88 commented 6 years ago

Btw, i read the error message. Have you updated lately? Like within the last days? I recently updated these conditions- Also i tried going to line 539 in my conditions.lua file, and it provides me something else than the one you are running.

hgdubbe commented 6 years ago

at the time of creation it was the latest version, cant test atm as the whole addon doesnt work for me with the latest changes ;)

hgdubbe commented 6 years ago

/dump Zylla.f_Snapshots returns link after the rotation stops. the error thrown into bugsack reads link

tested it several times, the error always appears after the first regrowth nerdpack action log

unlocker is firehack everything updated with nerdpack toolbox

adde88 commented 6 years ago

Can you check if this is still an issue for you?

hgdubbe commented 6 years ago

got hit by the last banwave, so i can't test it, sorry :-/