Questie

Questie

116M Downloads

My Dead Corpse arrow remains after resurrect.

SalviaSage opened this issue ยท 3 comments

commented

My Dead Corpse arrow remains after resurrect.

Fix?

commented

Working on it.

commented

Ah yes... in this edge case... bad logic... if either of these two are true then your corpse arrow wouldn't be hidden. The corpseArrow shouldn't even be visible unless it's set to true.

if (QuestieConfig.arrowEnabled == false) and (QuestieConfig.corpseArrow == false) then
    TomTomCrazyArrow:Hide()
end

Re-engineered the PLAYER_UNGHOST event and OnUpdate code logic... fix will be in the 3.70 release.

commented

New beta release is out. It can be downloaded here.