Permanently stuck on the Wedding Suit

PunkBuster

New member
Messages
216
Points
0
One of my players encountered a problem while getting married. Something about the marriage process went wrong and now she's permamently stuck on the Wedding Dress.

She's been online for hours and the sprite won't revert back to it's original form.

What can I do to force-revert her back to player sprite?

 
I think your player is exaggerated about the time spent.

Wedding sprite will last for 60minutes based on this script 

Marriege.txt

Code:
										//Give ring to Bride, and change to wedding sprite.										sc_start SC_WEDDING,3600000,1;										getitem 2635,1; //Bride_Ring										//Give ring to Groom, and change to wedding sprite.										attachrid(getcharid(3,$@wed_groom$));										sc_start SC_WEDDING,3600000,1;
 
Last edited by a moderator:
check your script. Or run this script sc_end SC_WEDDING;

 
^ Please Mark Solved whatever solved you problem
default_smile.png


 
Back
Top