Go Back   EQEmulator Home > EQEmulator Forums > Support > Support::Windows Servers

Support::Windows Servers Support forum for Windows EQEMu users.

Reply
 
Thread Tools Display Modes
  #1  
Old 08-02-2015, 09:20 PM
Nightrider84's Avatar
Nightrider84
Discordant
 
Join Date: Aug 2010
Location: Colorado
Posts: 410
Default NPC script issue

well long story short, I wrote a script a few years ago for my corpse summoner npc's and after I updated they don't work now, here is the script if someone could give me a hint it would be appreciated.

sub EVENT_SAY {

my $bodies = quest::saylink("bodies", 1);
my $charid = 0;
my $corpse = 0;
my $charid = $client->CharacterID();
my $x = $npc->GetX();
my $y = $npc->GetY();
my $z = $npc->GetZ();

quest::buryplayercorpse($charid);
my $corpse = quest::getplayerburriedcorpsecount($charid);

if($text=~/hail/i) {
plugin::Whisper("The spectral figure stares into your soul with cold eyes, its voice entering your mind. We keep all that has been lost. In times past, nothing be returned once it was mine. Your $bodies, that were lost to you can now be returned.");
}
if($text=~/bodies/i && $corpse == 0) {
$client->Message(13, "The voice booms angrily in your mind, Be gone from this place. You waste my time!");
}
if($text=~/bodies/i && $corpse > 0) {
quest::summonburriedplayercorpse($charid, $x, $y, $z, 0);
plugin::Whisper("I have returned your body to this world, please be more careful in Norrath.");
}
}
Reply With Quote
  #2  
Old 08-02-2015, 09:54 PM
Nightrider84's Avatar
Nightrider84
Discordant
 
Join Date: Aug 2010
Location: Colorado
Posts: 410
Default

So ive isolated the probem to

quest::buryplayercorpse($charid);
my $corpse = quest::getplayerburriedcorpsecount($charid);

is whats causing the issue, it is either an unused pearl sub or i have it in the wrong spot or missing something
Reply With Quote
  #3  
Old 08-02-2015, 10:32 PM
Kingly_Krab
Administrator
 
Join Date: May 2013
Location: United States
Posts: 1,594
Default

I recently changed this function, burried is now buried. Refer to this commit: https://github.com/EQEmu/Server/comm...18d76f1e0fa637
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

   

All times are GMT -4. The time now is 03:35 AM.


 

Everquest is a registered trademark of Daybreak Game Company LLC.
EQEmulator is not associated or affiliated in any way with Daybreak Game Company LLC.
Except where otherwise noted, this site is licensed under a Creative Commons License.
       
Powered by vBulletin®, Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Template by Bluepearl Design and vBulletin Templates - Ver3.3