I affirm:
OS / platform the server is running (if known)
Windows10
Branch affected by issue
base
Steps to reproduce
doing /heal in Xarc [S] does not proc Voidwatch when player has Abyssite
Gives these errors:
[07/01/26 16:05:23:818][map][error] luautils::onEffectGain: ./scripts/effects/healing.lua:25: attempt to index field 'dancesWithLuopans' (a nil value)
stack traceback:
./scripts/effects/healing.lua:25: in function <./scripts/effects/healing.lua:8> (luautils::OnEffectGain:2933)
[07/01/26 16:05:27:141][map][error] luautils::onEffectLose: ./scripts/effects/healing.lua:90: attempt to index field 'dancesWithLuopans' (a nil value)
stack traceback:
./scripts/effects/healing.lua:90: in function <./scripts/effects/healing.lua:85> (luautils::OnEffectLose:2971)
Expected behavior
Player should proc VW
Xaver gave me the fix (I haven't figured out PRs yet, sorry)
require('scripts/quests/adoulin/Dances_with_Luopans') needed at the top of healing.lua in scripts\effects
I affirm:
OS / platform the server is running (if known)
Windows10
Branch affected by issue
baseSteps to reproduce
doing /heal in Xarc [S] does not proc Voidwatch when player has Abyssite
Gives these errors:
[07/01/26 16:05:23:818][map][error] luautils::onEffectGain: ./scripts/effects/healing.lua:25: attempt to index field 'dancesWithLuopans' (a nil value)
stack traceback:
./scripts/effects/healing.lua:25: in function <./scripts/effects/healing.lua:8> (luautils::OnEffectGain:2933)
[07/01/26 16:05:27:141][map][error] luautils::onEffectLose: ./scripts/effects/healing.lua:90: attempt to index field 'dancesWithLuopans' (a nil value)
stack traceback:
./scripts/effects/healing.lua:90: in function <./scripts/effects/healing.lua:85> (luautils::OnEffectLose:2971)
Expected behavior
Player should proc VW
Xaver gave me the fix (I haven't figured out PRs yet, sorry)
require('scripts/quests/adoulin/Dances_with_Luopans')needed at the top of healing.lua inscripts\effects