[WIP] Noth the Plaguebringer [DK zone]

[CODE]-- Noth the Plaguebringer SAI
UPDATE creature_template SET AIName= ‘SmartAI’ WHERE entry=28919;
DELETE FROM smart_scripts WHERE entryorguid IN (28919,2891900);
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
(28919,0,0,0,62,0,100,0,9754,0,0,0,80,2891900,0,0,0,0,0,1,0,0,0,0,0,0,0, ‘On gossip option select run script’),
(2891900,9,0,0,0,0,100,0,0,0,0,0,72,0,0,0,0,0,0,7,0,0,0,0,0,0,0, ‘Close gossip’),
(2891900,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 one of five texts’);

DELETE FROM creature_text WHERE entry=28919;
INSERT INTO creature_text (entry,groupid,id,text,type,language,probability,emote,duration,sound,comment) VALUES
(28919,0,0, ‘Heigan is probably performing maintenance on his slime and crap filled dance studio’,0,0,0,0,0,0, ‘Noth the Plaguebringer’),
(28919,0,1, ‘How dare you! Get out of my sight!’,0,0,0,0,0,0, ‘Noth the Plaguebringer’),
(28919,0,2, ‘I can tell you where he’‘s not…’,0,0,0,0,0,0, ‘Noth the Plaguebringer’),
(28919,0,3, ‘NEVER say that name around me! Consider this your one and only warning!’,0,0,0,0,0,0, ‘Noth the Plaguebringer’),
(28919,0,4, ‘That no good kiss-up is probably practising ballet in his chambers’,0,0,0,0,0,0, ‘Noth the Plaguebringer’);[/sql][/CODE]

Propably i dont get all text for him.

I’d suggest doing linkings instead of actionlists, especially since there is no delay in executing scripts.