[Release]Kael'Thas Prince-Lua Scripts 100%Blizzlike menu

User Tag List

Page 1 of 2 12 LastLast
Results 1 to 15 of 26
  1. #1
    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)

    [Release]Kael'Thas Prince-Lua Scripts 100%Blizzlike

    here it goes its done by me And wow wiki:
    Code:
    function Kael_OnCombat(Unit, Event) 
    Unit:SendChatMessage(12, 0, "Don't look so smug! I know what you're thinking, but Tempest Keep was merely a set back. 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!
    ")
    Unit:RegisterEvent("Kael_FireBolt", 8000, 1)
    Unit:RegisterEvent("Kael_Flamestrike", 18000, 1)
    Unit:RegisterEvent("Kael_Phoenix", 35000, 1)
    Unit:RegisterEvent("Kael_Gravity",1000,0)
    end
    
    function Kael_FireBolt(pUnit, Event) 
    pUnit:FullCastSpellOnTarget(46164, pUnit:GetRandomPlayer(4)) 
    end
    
    function Kael_Flamestrike(pUnit, Event) 
    pUnit:CastSpell(46162, pUnit:GetRandomPlayer(0)) 
    Unit:SendChatMessage(12, 0, "Felomin ashal!")
    end
    
    function Kael_Phoenix(pUnit, Event) 
    pUnit:FullCastSpellOnTarget(44194, pUnit:GetRandomPlayer(6)) 
    Unit:SendChatMessage(12, 0, "Vengeance burns!")
    end
    
    function Kael_Gravity(pUnit, Event) 
    if pUnit:GetHealthPct() < 50 then 
    pUnit:RemoveEvents(); 
    pUnit:FullCastSpell(44224)
    Unit:SendChatMessage(12, 0, "I'll turn your world...upside...down")
    end 
    end
    
    function Kael_OnLeaveCombat(Unit, Event) 
    Unit:RemoveEvents() 
    end
    
    function Kael_OnDied(Unit, Event) 
    Unit:RemoveEvents() 
    Unit:SendChatMessage(12, 0, "My demise accomplishes nothing! The Master will have you! You will drown in your own blood! The world shall burn! Aaaghh!") 
    end
    
    function Kael_OnKilledTarget(Unit, Event) 
    end
    
    RegisterUnitEvent(24664, 1, "Kael_OnCombat")
    RegisterUnitEvent(24664, 2, "Kael_OnLeaveCombat")
    RegisterUnitEvent(24664, 3, "Kael_OnKilledTarget")
    RegisterUnitEvent(24664, 4, "Kael_OnDied")

    [Release]Kael'Thas Prince-Lua Scripts 100%Blizzlike
  2. #2
    sheepking's Avatar Banned
    Reputation
    52
    Join Date
    Nov 2007
    Posts
    690
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Code:
    function Kael_Phoenix(pUnit, Event) 
    pUnit:FullCastSpellOnTarget(44194, pUnit:GetRandomPlayer(6)) 
    Unit:SendChatMessage(12, 0, "Vengeance burns!")
    end
    Thats everything other than Blizzlike...

  3. #3
    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)
    it will spawn Phoenix At Random Player so that is blizzlike.......................
    check Wowwiki

  4. #4
    sheepking's Avatar Banned
    Reputation
    52
    Join Date
    Nov 2007
    Posts
    690
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I am in this instance EVERY DAY (On retail WoW) I KNOW whats blizzlike and whats not. WoWWiki does often tell shit

  5. #5
    Le Froid's Avatar Contributor
    Reputation
    172
    Join Date
    Mar 2007
    Posts
    1,327
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Nothing is 100% blizz but blizz
    +1 rep for contribution

  6. #6
    EcHoEs's Avatar lol why u mad
    Reputation
    374
    Join Date
    Sep 2006
    Posts
    1,647
    Thanks G/R
    3/1
    Trade Feedback
    2 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I wonder, isn't WoWWiki written by random players, like Wikipedia is written by random someones.

    Otherwise, nice job. +1 repz for effort ^_^


  7. #7
    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)
    Here is the whole part i Was in MgT yesterday on retail-heroic:
    Enter-Combat:
    He will Start casting Firebolts
    Flamestrikes in 20s,and phoenix leater
    after 60 sec he will shield himself and cast insane pyroblas(no that part here)
    on 50% Hp-Phase 2 (Gravity phase)
    And after 30 sec you will fall......You have 10 sec to nuke him,if You dont do it he will repeat Phase 2(Gravity)
    Ty for rep.

  8. #8
    TheZaronz's Avatar Active Member
    Reputation
    97
    Join Date
    Dec 2007
    Posts
    567
    Thanks G/R
    0/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I Will "Anti Leecher you" +Rep

  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)
    heh ty:P i am making my First Repack With Alot of Blizzlike Stuff and Pre-TBC

  10. #10
    momchos's Avatar Member
    Reputation
    13
    Join Date
    Apr 2008
    Posts
    50
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    cool thanks

  11. #11
    latruwski's Avatar Banned
    Reputation
    647
    Join Date
    Dec 2006
    Posts
    2,456
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    looks nice, +rep for the contribution

  12. #12
    Dragonshadow's Avatar ★ Elder ★
    Reputation
    1170
    Join Date
    Apr 2007
    Posts
    3,858
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    This is awesome! Very blizzlike!
    Look at your post, now back to mine; Now back to your post, now back to mine. Sadly, it isn't mine, but if you stopped trolling and started posting legitimate content, it could look like mine. Look down, backup, where are you? You're scrolling through threads, reading the post your post could look like. What did you post? Back at mine; It's a reply saying something you want to hear. Look again and the reply is now diamonds.

    Anything is possible when you think before you post. The moon is shrinking.

  13. #13
    Makirael's Avatar Member
    Reputation
    1
    Join Date
    May 2008
    Posts
    5
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Very helpful buddy, thanks for this

  14. #14
    metehan's Avatar Banned
    Reputation
    19
    Join Date
    Feb 2008
    Posts
    317
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by 9alokin4 View Post
    here it goes its done by me And wow wiki:
    Code:
    function Kael_OnCombat(Unit, Event) 
    Unit:SendChatMessage(12, 0, "Don't look so smug! I know what you're thinking, but Tempest Keep was merely a set back. 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!
    ")
    Unit:RegisterEvent("Kael_FireBolt", 8000, 1)
    Unit:RegisterEvent("Kael_Flamestrike", 18000, 1)
    Unit:RegisterEvent("Kael_Phoenix", 35000, 1)
    Unit:RegisterEvent("Kael_Gravity",1000,0)
    end
    
    function Kael_FireBolt(pUnit, Event) 
    pUnit:FullCastSpellOnTarget(46164, pUnit:GetRandomPlayer(4)) 
    end
    
    function Kael_Flamestrike(pUnit, Event) 
    pUnit:CastSpell(46162, pUnit:GetRandomPlayer(0)) 
    Unit:SendChatMessage(12, 0, "Felomin ashal!")
    end
    
    function Kael_Phoenix(pUnit, Event) 
    pUnit:FullCastSpellOnTarget(44194, pUnit:GetRandomPlayer(6)) 
    Unit:SendChatMessage(12, 0, "Vengeance burns!")
    end
    
    function Kael_Gravity(pUnit, Event) 
    if pUnit:GetHealthPct() < 50 then 
    pUnit:RemoveEvents(); 
    pUnit:FullCastSpell(44224)
    Unit:SendChatMessage(12, 0, "I'll turn your world...upside...down")
    end 
    end
    
    function Kael_OnLeaveCombat(Unit, Event) 
    Unit:RemoveEvents() 
    end
    
    function Kael_OnDied(Unit, Event) 
    Unit:RemoveEvents() 
    Unit:SendChatMessage(12, 0, "My demise accomplishes nothing! The Master will have you! You will drown in your own blood! The world shall burn! Aaaghh!") 
    end
    
    function Kael_OnKilledTarget(Unit, Event) 
    end
    
    RegisterUnitEvent(24664, 1, "Kael_OnCombat")
    RegisterUnitEvent(24664, 2, "Kael_OnLeaveCombat")
    RegisterUnitEvent(24664, 3, "Kael_OnKilledTarget")
    RegisterUnitEvent(24664, 4, "Kael_OnDied")
    HAHAHA OMG THIS MADE MY DAY
    100% blizzlike? Where are the advisors? The TK weapons? This is less than 1% blizzlike. Sorry, but if I could rep you down I would.

  15. #15
    guitargod218's Avatar Banned
    Reputation
    61
    Join Date
    Apr 2008
    Posts
    192
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by metehan View Post
    HAHAHA OMG THIS MADE MY DAY
    100% blizzlike? Where are the advisors? The TK weapons? This is less than 1% blizzlike. Sorry, but if I could rep you down I would.
    Wow, you may actually be the dumbest person on these forums. This is for the Kael'thas fight in Magister's Terrace, a.k.a. his sunwell appearance. Really, don't go acting like a jerk until you get your facts straight.

    By the way, I can't use this right now, but +Rep for effort and attempt at contribution!

Page 1 of 2 12 LastLast

Similar Threads

  1. [Release]2,167 Blizzlike Lua Scripts
    By Pedregon in forum WoW EMU General Releases
    Replies: 11
    Last Post: 03-27-2009, 04:51 PM
  2. [RELEASE] WOTLK Kel'Thuzad LUA Script!
    By VictoRo in forum WoW EMU General Releases
    Replies: 21
    Last Post: 01-01-2009, 06:46 AM
  3. [Release] Re-Writen Kael'Thas script Blizzlike
    By AzolexX in forum WoW EMU General Releases
    Replies: 6
    Last Post: 11-05-2008, 04:50 AM
  4. [Release]Sunwell M'uru 100% blizzlike Script
    By AzolexX in forum World of Warcraft Emulator Servers
    Replies: 5
    Last Post: 06-24-2008, 04:22 PM
  5. Gnome Male > Prince Kael'Thas undead advisor
    By lohkies in forum WoW ME Questions and Requests
    Replies: 0
    Last Post: 09-13-2007, 05:14 PM
All times are GMT -5. The time now is 10:41 AM. Powered by vBulletin® Version 4.2.3
Copyright © 2024 vBulletin Solutions, Inc. All rights reserved. User Alert System provided by Advanced User Tagging (Pro) - vBulletin Mods & Addons Copyright © 2024 DragonByte Technologies Ltd.
Digital Point modules: Sphinx-based search