[Quest/fix] The Restless Dead

Could someone test this? I have some problems with server.

[CODE]-- [Q] The Restless Dead

– Reanimated Crusader SAI
SET @ENTRY := 31043;
SET @SPELL_HOLY_WATER := 57806;
SET @SPELL_FREED_CRUSADER := 57808;
UPDATE creature_template SET AIName=‘SmartAI’ WHERE entry=@ENTRY;
UPDATE quest_template SET ReqSpellCast=0 WHERE entry=13110;
DELETE FROM smart_scripts WHERE entryorguid=@ENTRY;
INSERT INTO smart_scripts (entryorguid,source_type,id,link,event_type,event_phase_mask,event_chance,event_flags,event_param1,event_param2,event_param3,event_param4,action_type,action_param1,action_param2,action_param3,action_param4,action_param5,action_param6,target_type,target_param1,target_param2,target_param3,target_x,target_y,target_z,target_o,comment) VALUES
(@ENTRY,0,0,0,8,0,100,0,@SPELL_HOLY_WATER,0,0,0,11,@SPELL_FREED_CRUSADER,0,0,0,0,0,7,0,0,0,0,0,0,0,“Reanimated Crusader - On Spellhit - Cast Freed Crusader Soul”);

– Father Gustav SAI
SET @ENTRY := 30683;
UPDATE creature_template SET AIName=‘SmartAI’ WHERE entry=@ENTRY;
DELETE FROM smart_scripts WHERE entryorguid=@ENTRY;
INSERT INTO smart_scripts (entryorguid,source_type,id,link,event_type,event_phase_mask,event_chance,event_flags,event_param1,event_param2,event_param3,event_param4,action_type,action_param1,action_param2,action_param3,action_param4,action_param5,action_param6,target_type,target_param1,target_param2,target_param3,target_x,target_y,target_z,target_o,comment) VALUES
(@ENTRY,0,0,0,20,0,100,0,13110,0,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,“Father Gustav - On Quest Complete - Say Line 0”);

– Text
DELETE FROM creature_text WHERE entry=@ENTRY;
INSERT INTO creature_text (entry,groupid,id,text,type,language,probability,emote,duration,sound,comment) VALUES
(@ENTRY,0,0,“The path of the righteous crusader is one beset by inequity and evil.”,12,0,100,0,0,0,“Father Gustav”);[/sql]
[/CODE]

It should cast back spell 57808 on invoker.

i chouldn’t complete the quest as a player, Reanimated Crusader are unseen while GM OFF

should i do this quest with some buff that allowed me see them?

Updated.

No idea, can’t find anything on google…

They have (should have atleast) a phasemask which requires you to complete some amount of quests to see them. GM ON can see all phases

I bet, that even if you do that amount of quests you still wont see them, same story at The Son of Hodir NPC’s…

This will probably need an entry in spell_area table with a spell putting players in that specific phase like one of these http://old.wowhead.com/search?q=phase+shift#spells.

how write Kaelima probably it need some PreQ for this Quest… for example The Ebon Blade reputation need complete a lot of Quest for doing it…