View Single Post
  #4  
Old 11-28-2010, 10:11 PM
steve
Discordant
 
Join Date: Jan 2002
Posts: 305
Default

Quote:
Originally Posted by Huppy View Post
That script must be dealing with expired corpses or something.
I'll have to poke around and see if I can fix it somehow.
Yes:
my $corpse = quest::getplayerburriedcorpsecount($charid);
...
quest::summonburriedplayercorpse($charid, $x, $y, $z, 0);

It's summoning ones that get sent to Shadowrest.
Reply With Quote