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.