View Single Post
  #6  
Old 04-30-2008, 06:21 AM
AndMetal
Developer
 
Join Date: Mar 2007
Location: Ohio
Posts: 648
Default

Next on the list is the Drakeen Controller.

#Drakeen_Apprentice.pl:
Code:
#############
#Quest Name: Help the Bladesouls: Paldar | Help the Bladesouls: Ulessa
#Author: AndMetal
#NPCs Involved: #Drakeen_Apprentice (128046), #Drakeen_Protector (128071), Drakeen_Controller (unknown)
#Zone: Sleeper's Tomb (sleeper)
#NPC: #Drakeen_Apprentice (128046)
#############

sub EVENT_DEATH {
	quest::spawn(128071,0,0,$z,$y,$z,$h); # Spawn Drakeen Protector
}
#Drakeen_Protector.pl:
Code:
#############
#Quest Name: Help the Bladesouls: Paldar | Help the Bladesouls: Ulessa
#Author: AndMetal
#NPCs Involved: #Drakeen_Apprentice (128046), #Drakeen_Protector (128071), Drakeen_Controller (unknown)
#Zone: Sleeper's Tomb (sleeper)
#NPC: #Drakeen_Protector (128071)
#############

sub EVENT_DEATH {
	quest::spawn(?,0,0,$z,$y,$z,$h); # Spawn Drakeen Controller
}
And of course, the Drakeen Controller will have to be added to the npc_types table.

Now I just need to finish Furious Phantasm, Forbidding Gargoyle, & Sinister Gargoyle, which will be saved for a later time.
__________________
GM-Impossible of 'A work in progress'
A non-legit PEQ DB server
How to create your own non-legit server

My Contributions to the Wiki
Reply With Quote