mirror of
https://github.com/cmangos/mangos-tbc
synced 2026-08-14 04:26:10 -04:00
Implement Amani'shi Scout AI
Not working fully yet.
This commit is contained in:
parent
9b111cb958
commit
14bed4c439
6 changed files with 166 additions and 3 deletions
|
|
@ -1225,6 +1225,7 @@ UPDATE creature_template SET ScriptName='npc_harkor' WHERE entry=23999;
|
|||
UPDATE creature_template SET ScriptName='npc_tanzar' WHERE entry=23790;
|
||||
UPDATE creature_template SET ScriptName='npc_kraz' WHERE entry=24024;
|
||||
UPDATE creature_template SET ScriptName='npc_ashli' WHERE entry=24001;
|
||||
UPDATE creature_template SET ScriptName='npc_amanishi_scout' WHERE entry=23586;
|
||||
|
||||
/* ZUL'FARRAK */
|
||||
UPDATE instance_template SET ScriptName='instance_zulfarrak' WHERE map=209;
|
||||
|
|
@ -4508,7 +4509,9 @@ INSERT INTO script_texts (entry,content_default,sound,type,language,emote,commen
|
|||
(-1568116,'Weeee! I\'m alive, I\'m alive, I\'m alive! Oh, I hope it\'s not too forward of me to tell you that I think I love you all and I hope I can find my bag because you certainly deserve a little something extra, you know, for the effort and all that you must have went through to save me...',0,0,0,4,'ashli SAY_ASHLI_EVENT_1'),
|
||||
(-1568117,'Hmm, maybe it\'s this one - oh by the way, did I ever tell you about the time Fudgerick Two-toots snuck up on me while I was casting a fireball? We call him two-toots because, well, nevermind that, it was just terrible timing, and momma was soo mad - my eyebrows are just now growing back....',0,0,0,0,'ashli SAY_ASHLI_EVENT_2'),
|
||||
(-1568118,'Nope, not in that one either - well, it must be around here somewhere, by the way, did I mention how wonderful it is to be out of that stinky cage? It was almost impossible to run around in there but I did anyway but sometimes I got going so fast that I ended up walking on the walls of the cage so finally I stopped trying and just turned around in circles....',2691,0,0,0,'ashli SAY_ASHLI_EVENT_3'),
|
||||
(-1568119,'There\'s my bag! At last I\'ve found it and now it\'s my gift to you and I truly hope you like it because I want you to all remember this wonderful moment for as long as you live and I hope that when you think of it you\'ll smile inside because I know I\'ll never forget it in a million years and I can\'t wait to tell momma all about it when I get back home.... Do you like my earrings?',0,0,0,0,'ashli SAY_ASHLI_EVENT_4');
|
||||
(-1568119,'There\'s my bag! At last I\'ve found it and now it\'s my gift to you and I truly hope you like it because I want you to all remember this wonderful moment for as long as you live and I hope that when you think of it you\'ll smile inside because I know I\'ll never forget it in a million years and I can\'t wait to tell momma all about it when I get back home.... Do you like my earrings?',0,0,0,0,'ashli SAY_ASHLI_EVENT_4'),
|
||||
|
||||
(-1568120,'Invaders! Sound the alarm!',0,1,0,0,'amanishi scout SAY_ALARM');
|
||||
|
||||
-- -1 580 000 SUNWELL PLATEAU
|
||||
INSERT INTO script_texts (entry,content_default,sound,type,language,emote,comment) VALUES
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue