*Support for quest 1144 - by guenex

*Changed in midnight - by Anubisss

--HG--
branch : trunk
This commit is contained in:
Blaymoira
2008-12-27 22:46:01 +01:00
parent 536879150d
commit 27f770a40a
7 changed files with 36 additions and 0 deletions

View File

@@ -0,0 +1,16 @@
UPDATE `quest_template` SET `SpecialFlags` = 2 WHERE `entry` = 1144;
UPDATE `creature_template` SET `Scriptname`='npc_willix' WHERE entry=4508;
DELETE FROM script_texts WHERE entry BETWEEN -1047000 and -1047010;
INSERT INTO script_texts (entry, content_default, sound, type, language, comment) VALUES
(-1047000, 'Phew! Finally,out here. However, it will not become easy. Detain your eyes after annoyance.', 0, 0, 0, 'Willix'),
(-1047001, 'There on top resides Charlga Razorflank. The damned old Crone.', 0, 0, 0, 'Willix'),
(-1047002, 'Help! Get this Raging Agam\'ar from me!', 0, 0, 0, 'Willix'),
(-1047003, 'In this ditch there are Blueleaf Tuber! As if the gold waited only to be dug out, I say it you!', 0, 0, 0, 'Willix'),
(-1047004, 'Danger is behind every corner.', 0, 0, 0, 'Willix'),
(-1047005, 'I do not understand how these disgusting animals can live at such a place.... puh as this stinks!', 0, 0, 0, 'Willix'),
(-1047006, 'I think, I see a way how we come out of this damned thorn tangle.', 0, 0, 0, 'Willix'),
(-1047007, 'I am glad that we are out again from this damned ditch. However, up here it is not much better!', 0, 0, 0, 'Willix'),
(-1047008, 'Finally! I am glad that I come, finally out here.', 0, 0, 0, 'Willix'),
(-1047009, 'I will rather rest a moment and come again to breath, before I return to Ratchet.', 0, 0, 0, 'Willix'),
(-1047010, 'Many thanks for your help.', 0, 0, 0, 'Willix');

View File

@@ -275,6 +275,7 @@ scripts/zone/netherstorm/netherstorm.cpp \
scripts/zone/onyxias_lair/boss_onyxia.cpp \
scripts/zone/orgrimmar/orgrimmar.cpp \
scripts/zone/razorfen_downs/boss_amnennar_the_coldbringer.cpp \
scripts/zone/razorfen_kraul/razorfen_kraul.cpp \
scripts/zone/ruins_of_ahnqiraj/boss_ayamiss.cpp \
scripts/zone/ruins_of_ahnqiraj/boss_buru.cpp \
scripts/zone/ruins_of_ahnqiraj/boss_kurinnaxx.cpp \

View File

@@ -410,6 +410,9 @@ extern void AddSC_orgrimmar();
//Razorfen Downs
extern void AddSC_boss_amnennar_the_coldbringer();
//Razorfen Kraul
extern void AddSC_razorfen_kraul();
//Redridge Mountains
//Ruins of Ahn'Qiraj
//Scarlet Monastery
@@ -1608,6 +1611,9 @@ void ScriptsInit()
//Razorfen Downs
AddSC_boss_amnennar_the_coldbringer();
//Razorfen Kraul
AddSC_razorfen_kraul();
//Redridge Mountains
//Ruins of Ahn'Qiraj
//Scarlet Monastery

View File

@@ -532,6 +532,10 @@
<Filter
Name="Razorfen Kraul"
>
<File
RelativePath="..\scripts\zone\razorfen_kraul\razorfen_kraul.cpp"
>
</File>
</Filter>
<Filter
Name="Redridge Mountains"

View File

@@ -709,6 +709,10 @@
<Filter
Name="Razorfen Kraul"
>
<File
RelativePath="..\scripts\zone\razorfen_kraul\razorfen_kraul.cpp"
>
</File>
</Filter>
<Filter
Name="Redridge Mountains"

View File

@@ -702,6 +702,10 @@
<Filter
Name="Razorfen Kraul"
>
<File
RelativePath="..\scripts\zone\razorfen_kraul\razorfen_kraul.cpp"
>
</File>
</Filter>
<Filter
Name="Redridge Mountains"

View File

@@ -58,6 +58,7 @@ struct TRINITY_DLL_DECL boss_midnightAI : public ScriptedAI
Attumen = 0;
Mount_Timer = 0;
m_creature->RemoveFlag(UNIT_FIELD_FLAGS, UNIT_FLAG_NON_ATTACKABLE);
m_creature->SetVisibility(VISIBILITY_ON);
}