I have a priest and rogue character able to duo dod, so i decided to make a script for the healer so i can duofarm mems and other stuff for both.
So i found a partyhealer script on this forum and modified it to cover my needs.
I want my priest to follow my rogue and heal/buff when needed and that is working fine outside instances, but when i enter dod it stops working.
I think its related to addresses changing between pawn:update() and player:cast() and it looks like people normaly solve this issue with waitForLoadingScreen() but they know when the zone change is about to happen and i would rather not have to know that in advance since it would blow my idear.
hope someone can give me a pointer in the right direction
Yayman