Description:
So basically I took it upon myself to creature The Lich King fight blizzlike.
This is as blizzlike as I could get it using default ArcEmu, many of the game mechanics that I needed was not implemented yet.
Still, I have created this with what I had to work with and I think it's pretty good.
This is for ArcEmu.
YOU WILL NEED TO USE THIS DBC EXTRACTOR FOR IT TO WORK (this is trinity's one since the ArcEmu one misses a lot of vital data we need): Filebeam - Beam up that File Scottie!)
You can start the intro and skip to the outro with #startlk and #endlk
Included in SQLs is a recall to the frozen throne - .rec port zoo
Bits Missing/Not Blizzlike:
-Valkyrs (This part works blizzlike, it just looks completly different due to missing game mechanics etc, it uses vehicles on retail which ofc isn't on ArcEmu)
-Frostmourne Chamber (I screwed up here, it's part of the main gameobject and I'm too lazy to try and fix how it should be)
-Defile (can't deal the damage even if the spell is scripted :/)
Video:
(This is before the spells and such were updated - this means the script is much better now)
[YT]<object width="760" height="625"><param name="movie" value="http://www.youtube.com/v/jI4LYS04QpY&hl=en_GB&fs=1&color1=0x2b405b&color2=0x6b8ab6&border=1"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/jI4LYS04QpY&hl=en_GB&fs=1&color1=0x2b405b&color2=0x6b8ab6&border=1" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="760" height="625"></embed></object>[/YT]
Please note - Each script currently will not work if another one is put in there as well - Only use one of the scripts otherwise it will not work properly!
10 Man Version
Script:
Lua | ------------------------------ - Stoneharry - 9U8q2ask - Pastebin.com
SQL:
Lua | INSERT INTO items (entry, clas - Stoneharry - W2yWT59d - Pastebin.com
10 Man Version - Heroic
Script:
Lua | ------------------------------ - Stoneharry - P9FERUkQ - Pastebin.com
SQL:
Lua | insert into `creature_proto` ( - Stoneharry - 10 man heroic SQL by Asir - WqSkr4Fw - Pastebin.com
25 Man Version
Please note, the 25man version and 10man version currently conflict, since they both use the same worldmap. So only use one of the two versions!
Script:
Lua | ------------------------------ - Stoneharry - Z8pmGjiP - Pastebin.com
SQL:
Lua | insert into `creature_proto` ( - LK25 SQL - C28694cT - Pastebin.com
Merged Version
This version makes 10man, 10man heroic and 25man into one script!
Script:
http://pastebin.com/vzZKjSiA
SQL:
Lua | INSERT INTO items (entry, clas - Stoneharry - W2yWT59d - Pastebin.com
Credits:
-stoneharry (writing script, putting together SQL, finding all visuals/ids/gameobjects etc)
-Asir (Swapped spells and updated SQLs for 10man heroic, 25man, 25man heroic.)
-Kaidos (gave me a sound id to work from and some visual ideas as replacements to the missing spells)
-Sebbe (taught me how to use packets properly)
-Sely_zero (helped alter many parts to blizzlike)
-Daskin (Showed my quake visual)