Go Back   EQEmulator Home > EQEmulator Forums > Development > Development::Database/World Building

Development::Database/World Building World Building forum, dedicated to the EQEmu MySQL Database. Post partial/complete databases for spawns, items, etc.

Reply
 
Thread Tools Display Modes
  #1  
Old 04-14-2007, 07:41 PM
froglok23's Avatar
froglok23
Hill Giant
 
Join Date: May 2005
Location: Australia
Posts: 113
Default Emperor Ssraeshza - PEQ

Hi all,

Im running the latst peq db and peq quests form the CVS.

Just foolign around in ssra temple and it appears that Emperor Ssraeshza event is not working.

I kill the blood, but the non targetagble Emperor Ssraeshza doesnt depop and the targetable "real" Emperor Ssraeshza never spawns.

I heared that on the offical PEQ guids are now raiding Emperor Ssraeshza and are killing him.

Is the CVS up to date?

-DP / Froglok
Reply With Quote
  #2  
Old 04-16-2007, 05:21 AM
Caseus
Fire Beetle
 
Join Date: Feb 2007
Posts: 14
Default

Do you have the PEQ quest files? It should work assuming you have the #Blood_of_Ssraeshza.pl and #Emperor_Ssraeshza.pl files in your quests/ssratemple folder.

#Blood_of_Ssraeshza.pl:
-------------------------
# Emperor Ssraeshza trigger
#

sub EVENT_DEATH {
quest::signalwith(162065,99,0);
}

#EOF zone: ssratemple ID: 162189 NPC: #Blood_of_Ssraeshza


#Emperor_Ssraeshza.pl:
-----------------------
# no-target emperor to depop when blood/blood golem killed
#

sub EVENT_SIGNAL {
if ($signal == 99) {
quest::settimer("spawnemp",350);
}
}

sub EVENT_TIMER {
if ($timer eq "spawnemp") {
quest::spawn2(162227,0,0,$x,$y,$z,189.5);
quest::stoptimer("spawnemp");
quest::depop();
}
}

# EOF zone: ssratemple ID: 162065 NPC: #Emperor_Ssraeshza


#Emperor_Ssraeshza_.pl:
------------------------
# spawn shissar wraiths on death of emperor ssraeshza for celestial rifts
#

sub EVENT_DEATH {
quest::spawn2(162210,0,0,953,-332,403.1,190);
quest::spawn2(162210,0,0,953,-324,403.1,190);
quest::spawn2(162210,0,0,953,-316,403.1,190);
quest::spawn2(162210,0,0,937,-332,403.1,190);
quest::spawn2(162210,0,0,937,-324,403.1,190);
quest::spawn2(162210,0,0,937,-316,403.1,190);
}

# EOF zone: ssartemple ID: 162227 NPC: #Emperor_Ssraeshza_
Reply With Quote
  #3  
Old 04-16-2007, 05:22 AM
Caseus
Fire Beetle
 
Join Date: Feb 2007
Posts: 14
Default

Oops, missed Blood Golem:

#Ssraeshzian_Blood_Golem.pl:
-----------------------------
# Emperor Ssraeshza trigger
#

sub EVENT_DEATH {
quest::signalwith(162065,99,0);
}

#EOF zone: ssratemple ID: 162064 NPC: #Ssraeshzian_Blood_Golem
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 11:48 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