[Release] Kael'Thalas Sunstrider - Reborn menu

User Tag List

Page 1 of 2 12 LastLast
Results 1 to 15 of 29
  1. #1
    stoneharry's Avatar Moderator Harry


    Reputation
    1618
    Join Date
    Sep 2007
    Posts
    4,564
    Thanks G/R
    151/150
    Trade Feedback
    0 (0%)
    Mentioned
    4 Post(s)
    Tagged
    0 Thread(s)

    [Release] Kael'Thalas Sunstrider - Reborn

    Kael'Thalas Sunstrider - Reborn




    Hello and welcome to my new release. This one is based on Kael'thalas in Magisters Terrace. I killed him on heroic on the normal servers the other day, and I thought that would be really hard and a waste of time to do on private servers. So instead, I've decided to make him awesome, but really balanced. I've spent ages balancing out this fight, getting the timers alright and such. Well here it is, your new sunstrider. This is a hard 5 man fight with T5 retail gear, but with full T7 etc and loads of talents + levels this is easy. Decide how if you want to use this on a overpowered server?

    When you approch him you will slow down to a walking speed, as Kael'thalas starts his silly 30 second long speech. During this speech he will not attack you and only emote. You will not be able to damage him, he will be imune to everything! Once he's finished he will demonstrate his power but blasting the whole party taking away 8000 hp (aprox) instantly. He will then run towards you to finish you off. Your healer must quickly pull of some decent healing as your group gets back on track. You will then have to tank and spank without over doing it, conserving your mana till later on. He will randomly cast spells till about 65% then, the fight gets interesting. A huge flame elemental will appear next to him as kael starts to try and heal him self. You must keep aggro controlled on the fire elemental as it hits really hard compared to kael, but also try to keep damaging kael. It depends how good your group is. After 45 seconds of this it's back to different random abilities, but then after 25 seconds from the 65% event; everyone in the party is froozen for 30 seconds. In this time Kael casts dark magic, with lots of exciting visuals, speech and effects. If your group didn't do enough damage from the last part, then your going to wipe as he then starts to cast loads of damage on all party members at random. You must nuke here, and hope that you did enough damage earlier on. He will then have a dramatic death, and you have saved the day!

    Pictures











    The Sql
    (Strongly Advised you download everything now)


    Code:
    INSERT INTO `creature_names` (`name`, `subname`, `info_str`, `type`, `family`, `rank`, `male_displayid`, `female_displayid`, `civilian`, `Leader`, `entry`) VALUES ('Kael\'thas Sunstrider', 'Lord of the Blood Elves', '', '7', '0', '3', '22906', '0', '0', NULL, '622115');
    
    INSERT INTO `creature_proto` (`minlevel`, `maxlevel`, `Faction`, `minhealth`, `maxhealth`, `mana`, `Scale`, `npcflags`, `attacktime`, `mindamage`, `maxdamage`, `rangedattacktime`, `rangedmindamage`, `rangedmaxdamage`, `combat_reach`, `boss`, `equipmodel1`, `equipmodel2`, `equipmodel3`, `respawntime`, `auras`, `invisibility_type`, `death_state`, `entry`) VALUES ('72', '72', '14', '201107', '215819', '130900', '0.7', '0', '1158', '451', '523', '0', '0', '0', '2', '1', '0', '0', '0', '360000', '0', '0', '0', '622115');

    The Lua

    Code:
    function salastone_OnCombat(Unit, event)
        Unit:PlaySoundToSet(12413)
        Unit:StopMovement(999999999)
        Unit:SetCombatCapable(1)
        Unit:RegisterEvent("StartFight", 35000, 0)
        Unit:CastSpell(1302)
        Unit:Emote(1, 1)
        Unit:CastSpell(30035)
        Unit:SendChatMessage(12,0,"Don't look so smug. I know what your thinking, but Tempest Keep was merely a setback. Did you honestly believe I would trust the future to some blind half night elf mongrel, hahahaha, oh no no no... He was merely an instrument, a stepping stone to a much larger plan. It has all led to this, and this time, you will not interfere.")
    end
    function StartFight(Unit)
    Unit:RemoveEvents()
    Unit:CastSpell(35923)
    Unit:CastSpell(52138)
    Unit:CastSpell(40425)
    Unit:StopMovement(1000)
    Unit:SetCombatCapable(0)
    Unit:RegisterEvent("HARDPART", 1000, 0)
    Unit:RegisterEvent("TanknSpank", 10000, 0)
    end
    function TanknSpank(Unit)
     if Unit:GetHealthPct() < 98 then
                    Choice=math.random(1, 4)
                    if Choice==1 then
                    Unit:FullCastSpellOnTarget(20692, Unit:GetRandomPlayer(0))
                    end 
                    if Choice==2 then
                    Unit:FullCastSpellOnTarget(32364, Unit:GetRandomPlayer(0))
                    end
                    if Choice==3 then
                    Unit:FullCastSpellOnTarget(11, Unit:GetRandomPlayer(0))
                    end
                    if Choice==4 then
                    Unit:FullCastSpellOnTarget(29879, Unit:GetRandomPlayer(0))
                    end
    end
    end
    function HARDPART(Unit)
     if Unit:GetHealthPct() < 60 then
                    Unit:RemoveEvents()
                    Unit:PlaySoundToSet(12418)
                    Unit:SendChatMessage(12,0,"I'll turn your world; upside down...")
                    Unit:StopMovement(999999999)
                    Unit:SetCombatCapable(1)
                    Unit:RegisterEvent("VisualIntro", 1000, 0)
                    Unit:RegisterEvent("VisualSecond", 3505, 0)
             x = Unit:GetX();
             y = Unit:GetY();
             z = Unit:GetZ();
             o = Unit:GetO();
                    x = x + 2
                    y = y + 2
                    z = z + 1
      Unit:SpawnCreature(22997, x, y, z, o, 17, 45000);
                    Unit:RegisterEvent("VisualEndBeginHard", 45000, 0)
     end
    end
    function VisualIntro(Unit)
    Unit:CastSpell(43541)
    end
    function VisualSecond(Unit)
    Unit:FullCastSpell(15586)
    end
    function VisualEndBeginHard(Unit)
    Unit:RemoveEvents()
    Unit:PlaySoundToSet(12420)
    Unit:SendChatMessage(12,0,"Do not, get to comfortable...")
    Unit:StopMovement(2500)
    Unit:SetCombatCapable(0)
    Unit:CastSpell(29963)
    Unit:CastSpell(39102)
    Unit:SetScale(1)
    Unit:CastSpell(34205)
    Unit:RegisterEvent("BeginRandom", 11000, 0)
    Unit:RegisterEvent("TanknSpanktwo", 7000, 0)
    Unit:RegisterEvent("zzzSTOP", 30000, 0)
    end
    function BeginRandom(Unit)
     if Unit:GetHealthPct() < 45 then
                    Choice=math.random(1, 5)
                    if Choice==1 then
                    Unit:FullCastSpellOnTarget(48072, Unit:GetRandomPlayer(0))
                    end 
                    if Choice==2 then
                    Unit:FullCastSpellOnTarget(36148, Unit:GetRandomPlayer(0))
                    end
                    if Choice==3 then
                    Unit:FullCastSpellOnTarget(45332, Unit:GetRandomPlayer(0))
                    end
                    if Choice==4 then
                    Unit:FullCastSpellOnTarget(40104, Unit:GetRandomPlayer(0))
                    end
                    if Choice==5 then
                    Unit:FullCastSpellOnTarget(38589, Unit:GetRandomPlayer(0))
                    end
    end
    end
    function TanknSpanktwo(Unit)
                    Choice=math.random(1, 4)
                    if Choice==1 then
                    Unit:FullCastSpellOnTarget(20692, Unit:GetRandomPlayer(0))
                    end 
                    if Choice==2 then
                    Unit:FullCastSpellOnTarget(32364, Unit:GetRandomPlayer(0))
                    end
                    if Choice==3 then
                    Unit:FullCastSpellOnTarget(11, Unit:GetRanomPlayer(0))
                    end
                    if Choice==4 then
                    Unit:FullCastSpellOnTarget(29879, Unit:GetRandomPlayer(0))
                    end
    end
    function zzzSTOP(Unit)
    Unit:CastSpell(40647) -- This freezes everyone for 30 seconds so remove if you want in a area with lots of other people
    Unit:StopMovement(99999999)
    Unit:SetCombatCapable(1)
    Unit:RegisterEvent("zzzVisual", 2000, 0)
    end
    function zzzVisual(Unit)
    Unit:RemoveEvents()
    Unit:PlaySoundToSet(12417)
    Unit:SendChatMessage(14,0,"Fela'mina sha!")
    Unit:CastSpell(9079)
    Unit:SetScale(2)
    Unit:RegisterEvent("VisualIntroTwo", 1000, 0)
    Unit:RegisterEvent("VisualSecondTwo", 3505, 0)
    Unit:RegisterEvent("TalkTalk", 16000, 0)
    Unit:RegisterEvent("zzzFINISH", 20000, 0)
    end
    function VisualIntroTwo(Unit)
    Unit:CastSpell(43541)
    Unit:CastSpell(34602)
    Unit:CastSpell(40436)
    end
    function TalkTalk(Unit)
    Unit:PlaySoundToSet(12415)
    Unit:SendChatMessage(14,0,"Vengeance Burns!")
    end
    function VisualSecondTwo(Unit)
    Unit:FullCastSpell(15586)
    end
    function zzzFINISH(Unit)
    Unit:SetScale(1)
    Unit:RemoveEvents()
    Unit:StopMovement(1200000)
    Unit:SetCombatCapable(1)
    Unit:RegisterEvent("zzzBlastSpam", 1000, 0)
    end
    function zzzBlastSpam(Unit)
    Unit:FullCastSpellOnTarget(38921, Unit:GetRandomPlayer(0))
    end
    function salastone_OnDied(Unit)
        Unit:RemoveEvents()    
        Unit:SendChatMessage(14,0,"My demise accomplishes nothing! The master will have you! You will drown in your own blood! The world shall burn! Gahhhhh!")
        Unit:PlaySoundToSet(12421)
    end
    function salastone_OnKilledTarget(Unit)
    Choice=math.random(1, 2)
    if Choice==1 then
    Unit:CastSpell(10576)
    end 
    if Choice==2 then
    Unit:CastSpell(12323)
    end
    end
    function salastone_OnLeaveCombat(Unit)
        Unit:RemoveEvents()
    end
    RegisterUnitEvent(622115,1,"salastone_OnCombat")
    RegisterUnitEvent(622115,2,"salastone_OnLeaveCombat")
    RegisterUnitEvent(622115,3,"salastone_OnKilledTarget")
    RegisterUnitEvent(622115,4,"salastone_OnDied")




    All credits go to me.

    Feel free to use and distribute but even if you edit always place credits.


    Remember All Speech has sounds to go with it.


    Thanks,
    ~Salamanda



    Edit: Code boxes are playing up, just tell me if they are all seperated again.




    Edit: Download at: [ame="http://files.filefront.com/Kaelthalas+rebornrar/;12163510;/fileinfo.html"]Kaelthalas_reborn.rar - FileFront.com[/ame]


    Download added because of code box issues
    Last edited by stoneharry; 11-05-2008 at 02:21 PM.

    [Release] Kael'Thalas Sunstrider - Reborn
  2. #2
    Etna's Avatar Banned
    Reputation
    20
    Join Date
    Sep 2007
    Posts
    349
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    DAMN !! THis is EPICCCCCCCC !!! +rep x2 when i can

  3. #3
    edet123's Avatar Banned
    Reputation
    20
    Join Date
    Mar 2008
    Posts
    308
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    gogo harry!

  4. #4
    AzolexX's Avatar Contributor
    Reputation
    179
    Join Date
    May 2007
    Posts
    587
    Thanks G/R
    0/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    This script is very good, it does not only look blizzmade but more advanced and it looks balanced, also all that phases are amazing. +rep man. After i spread.

    Find about scripting, programming and music! My blog: https://worldofsmth.wordpress.com!

  5. #5
    stoneharry's Avatar Moderator Harry


    Reputation
    1618
    Join Date
    Sep 2007
    Posts
    4,564
    Thanks G/R
    151/150
    Trade Feedback
    0 (0%)
    Mentioned
    4 Post(s)
    Tagged
    0 Thread(s)
    DAMN !! THis is EPICCCCCCCC !!! +rep x2 when i can
    Thanks

    gogo harry!
    Ermm ok

    This script is very good, it does not only look blizzmade but more advanced and it looks balanced, also all that phases are amazing. +rep man. After i spread
    Thanks

    Any way I can make my Lua fights better? Spent ages balancing and getting timing etc right, but cant think of what to create next :P

    Edit: Every time I edit it, it screws up, adds in loads of new code boxes etc. The filefront link keeps becoming a video. Just click at the top of it. Sorry, not my fault.
    Last edited by stoneharry; 10-26-2008 at 05:41 AM.

  6. #6
    AzolexX's Avatar Contributor
    Reputation
    179
    Join Date
    May 2007
    Posts
    587
    Thanks G/R
    0/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I think you should think like Blizzard or like player what do you expect? Any event, like mob comes resurrect first boss and summons second or any staff like that.

    Find about scripting, programming and music! My blog: https://worldofsmth.wordpress.com!

  7. #7
    Dibes's Avatar Active Member
    Reputation
    18
    Join Date
    May 2008
    Posts
    47
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    WOW amazing really is.. must of taken you forever to balance the fight. I had so much fun with i!!!!!!

  8. #8
    Gastricpenguin's Avatar Legendary
    Reputation
    980
    Join Date
    Feb 2007
    Posts
    2,236
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Would be better if he played the sound files.
    Life Puzzler WoW - Website | Forums

  9. #9
    AzolexX's Avatar Contributor
    Reputation
    179
    Join Date
    May 2007
    Posts
    587
    Thanks G/R
    0/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Gastricpenguin View Post
    Would be better if he played the sound files.
    Fully agree it would be more blizzlike.

    Find about scripting, programming and music! My blog: https://worldofsmth.wordpress.com!

  10. #10
    stoneharry's Avatar Moderator Harry


    Reputation
    1618
    Join Date
    Sep 2007
    Posts
    4,564
    Thanks G/R
    151/150
    Trade Feedback
    0 (0%)
    Mentioned
    4 Post(s)
    Tagged
    0 Thread(s)
    It does play the sound files? /confused

  11. #11
    Arthas117's Avatar Knight-Champion
    Reputation
    151
    Join Date
    Mar 2007
    Posts
    483
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    This script is ****ing amazing! But I found a few bugs by watching it...
    *The shadow prison spell makes you stunned for 30 seconds, you cant dispell it
    *It affects anyone in 5000 yards
    Haven't tried the script but did you use :SetCombatCapable(1) and set it to 0 after about 25-30 seconds? Once again, great script!

    World best PvP Paladin=Me? GG ;D


  12. #12
    Succy's Avatar Banned
    Reputation
    40
    Join Date
    Jun 2007
    Posts
    804
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Looks Awesome Will try it asap +Rep x3

  13. #13
    stoneharry's Avatar Moderator Harry


    Reputation
    1618
    Join Date
    Sep 2007
    Posts
    4,564
    Thanks G/R
    151/150
    Trade Feedback
    0 (0%)
    Mentioned
    4 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Arthas117 View Post
    This script is ****ing amazing! But I found a few bugs by watching it...
    *The shadow prison spell makes you stunned for 30 seconds, you cant dispell it
    *It affects anyone in 5000 yards
    Haven't tried the script but did you use :SetCombatCapable(1) and set it to 0 after about 25-30 seconds? Once again, great script!
    Yeah, It's supposed to stun you
    I couldn't find any other spell to use as mass stun So use it like in azshara crater or somewhere random
    You mean he's fighting after 25 seconds instead of 30 seconds? I'll edit some timers and have a look :P

    Thanks all

  14. #14
    keba's Avatar Member
    Reputation
    1
    Join Date
    Oct 2008
    Posts
    7
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    wow man looks ******** awesome!!+Rep

  15. #15
    Performer's Avatar Contributor
    Reputation
    212
    Join Date
    Nov 2007
    Posts
    874
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Looks freakin awesome.. Also hard :P GJ +Rep if i can.


Page 1 of 2 12 LastLast

Similar Threads

  1. Model Edit: Kael'thas Sunstrider
    By Uchiha Ottaba in forum WoW ME Questions and Requests
    Replies: 3
    Last Post: 08-24-2008, 01:17 PM
  2. [Release]Kael'Thas Prince-Lua Scripts 100%Blizzlike
    By AzolexX in forum WoW EMU General Releases
    Replies: 25
    Last Post: 08-11-2008, 11:59 PM
  3. Kael'thas Sunstrider in MgT
    By JediDave91 in forum World of Warcraft Exploits
    Replies: 15
    Last Post: 07-10-2008, 08:18 AM
  4. [Texture Edit]Kael Thalas in Pink
    By T1B in forum World of Warcraft Model Editing
    Replies: 4
    Last Post: 12-11-2007, 06:21 PM
  5. Noggenfogger skeletton --> Kael'thalas
    By Frostye1111 in forum World of Warcraft Model Editing
    Replies: 15
    Last Post: 02-28-2007, 04:48 AM
All times are GMT -5. The time now is 06:58 PM. Powered by vBulletin® Version 4.2.3
Copyright © 2025 vBulletin Solutions, Inc. All rights reserved. User Alert System provided by Advanced User Tagging (Pro) - vBulletin Mods & Addons Copyright © 2025 DragonByte Technologies Ltd.
Google Authenticator verification provided by Two-Factor Authentication (Free) - vBulletin Mods & Addons Copyright © 2025 DragonByte Technologies Ltd.
Digital Point modules: Sphinx-based search