COMPLETE [Quest/Azuremyst Isle] Inoculation [9303]

thanks for the explanation Brian… seriously you are right and it should be removed if no longer needed. that would eliminate problems such as this from occurring. as for all the older ones… maybe someone could create a procedure to wipe that info from the quests.

i remember you and i had this discussion before when i suggested a fix LOL… this time, you gave an explanation to why there is still an old problem.

oh, forgot to mention, if this would be removed, it will help, because a very large % of quests are broken because when a spell is required to hit an npc, it generally is exploitable, therefore requiring a fix for that.

Anyway…Can someone confirm the last fix is working?

as i noted in post 10…

2011-02-15 12:06:59 Loading Conditions…

2011-02-15 12:06:59 ERROR: SourceEntry 29528 in condition table does not have any implicit target TARGET_UNIT_NEARBY_ENTRY(38) or TARGET_DST_NEARBY_ENTRY (46),TARGET_UNIT_AREA_ENTRY_SRC(7), TARGET_UNIT_AREA_ENTRY_DST(8), TARGET_UNIT_CONE_ENTRY(60), TARGET_GAMEOBJECT_NEARBY_ENTRY(40)TARGET_GAMEOBJECT_AREA_SRC(51), TARGET_GAMEOBJECT_AREA_DST(52)

setting conditions is not required anyways, the device will give appropriate warning of invalid targets when trying to use it on anything else. other then this… quest is working blizzlike now.

DONE:

[CODE]-- Quest 9303 “Inoculation”
SET @OWL := 16518; – Nestlewood Owlkin
SET @IOWL := 16534; – Inoculated Nestlewood Owlkin
UPDATE creature_template SET AIName= ‘SmartAI’, ScriptName=‘’ WHERE entry=@OWL;
DELETE FROM creature_ai_scripts WHERE creature_id=@OWL;
DELETE FROM smart_scripts WHERE source_type=0 ANDentryorguid=@OWL;
DELETE FROM smart_scripts WHERE source_type=9 ANDentryorguid=@OWL100;
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
(@OWL,0,0,0,8,0,100,0,29528,0,3000,3000,80,@OWL
100,0,0,0,0,0,1,0,0,0,0,0,0,0, ‘on spellhit run script’),
(@OWL100,9,0,0,0,0,100,0,3000,3000,0,0,66,0,0,0,0,0,0,7,0,0,0,0,0,0,0,‘face player’),
(@OWL
100,9,1,0,0,0,100,0,0,0,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,‘say random text from groupid 0’),
(@OWL100,9,2,0,0,0,100,0,0,0,0,0,36,@IOWL,0,0,0,0,0,1,0,0,0,0,0,0,0,‘morph to entry’),
(@OWL
100,9,3,0,0,0,100,0,0,0,0,0,18,33024,0,0,0,0,0,1,0,0,0,0,0,0,0,‘change unitflags’),
(@OWL100,9,4,0,0,0,100,0,300,300,0,0,33,@IOWL,0,0,0,0,0,7,0,0,0,0,0,0,0,‘give quest credit’),
(@OWL
100,9,5,0,0,0,100,0,500,500,0,0,89,15,0,0,0,0,0,1,0,0,0,0,0,0,0,‘random movement’),
(@OWL100,9,6,0,0,0,100,0,9000,9000,0,0,36,@OWL,0,0,0,0,0,1,0,0,0,0,0,0,0,‘change entry back’),
(@OWL
100,9,7,0,0,0,100,0,0,0,0,0,19,256,0,0,0,0,0,1,0,0,0,0,0,0,0,‘change unitflags back’),
(@OWL*100,9,8,0,0,0,100,0,0,0,0,0,41,0,0,0,0,0,0,1,0,0,0,0,0,0,0,‘despawn’);

– NPC talk text insert from sniff
DELETE FROM creature_text WHERE entry=16518;
INSERT INTO creature_text (entry,groupid,id,text,type,language,probability,emote,duration,sound,comment) VALUES
(16518,0,0, ‘The %s seems overjoyed.’,2,0,100,0,0,0, ‘Inoculated Nestlewood Owlkin’),
(16518,0,1, ‘The %s seems disoriented.’,2,0,100,0,0,0, ‘Inoculated Nestlewood Owlkin’),
(16518,0,2, ‘The %s doesn’‘t look like it minds the crystal’‘s effects.’,2,0,100,0,0,0, ‘Inoculated Nestlewood Owlkin’),
(16518,0,3, ‘The %s didn’‘t like what just happened.’,2,0,100,0,0,0, ‘Inoculated Nestlewood Owlkin’),
(16518,0,4, ‘The %s looks confused.’,2,0,100,0,0,0, ‘Inoculated Nestlewood Owlkin’),
(16518,0,5, ‘The %s nods appreciatively.’,2,0,100,0,0,0, ‘Inoculated Nestlewood Owlkin’);

– spell does not target the innoculated owlkin and it is not spawned, so take spell requirement out of equation
UPDATE quest_template SET ReqSpellCast1=0 WHERE entry=9303;[/sql]
[/CODE]

Dont raise your voice at me… i will come to canada (when it gets warmer) and hit you with Brian’s Beat Stick.

HAHA, you afraid of a little snow?

got snow here too… just despise cold weather.

On tracker