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

User Tag List

Page 2 of 2 FirstFirst 12
Results 16 to 26 of 26
  1. #16
    Entr0py's Avatar Member
    Reputation
    35
    Join Date
    May 2007
    Posts
    396
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by sheepking View Post
    I am in this instance EVERY DAY (On retail WoW) I KNOW whats blizzlike and whats not. WoWWiki does often tell shit
    WHAT DO YOU SPEAK OF lol.
    ive done mgt many, many times and he does indeed spawn pheonix's
    though maybe not infront of random players it may be next to him...

    Remember to + Rep people who help you!

    [Release]Kael'Thas Prince-Lua Scripts 100%Blizzlike
  2. #17
    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 guitargod218 View Post
    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!
    Even so it is STILL less than %1 blizzlike. Where are the pheonixes?

  3. #18
    мιяаgє's Avatar Member
    Reputation
    42
    Join Date
    Jan 2008
    Posts
    210
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Metehan, your earlier comment made me rofl my socks off.


  4. #19
    Siliticx's Avatar Member
    Reputation
    1
    Join Date
    May 2008
    Posts
    18
    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.
    AHHAHAHAHAAHAHAHAHAHAAH you sir, are a noob.

  5. #20
    mager1794's Avatar Member
    Reputation
    356
    Join Date
    Feb 2008
    Posts
    703
    Thanks G/R
    0/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by metehan View Post
    Even so it is STILL less than %1 blizzlike. Where are the pheonixes?

    dude your a complete idiot the pheonix's are spawned with a spell
    Phoenix - Spell - World of Warcraft

    before you come and critisize peoples work make sure you know how to do it yourself first NOW GTFO!!!!!!
    Lunar Gaming - Reaching For The Stars

  6. #21
    DarkYoshi87's Avatar Member
    Reputation
    6
    Join Date
    Sep 2006
    Posts
    58
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Good job. (filler)

  7. #22
    gmking's Avatar Member
    Reputation
    8
    Join Date
    Sep 2007
    Posts
    74
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    You completed my script!?

  8. #23
    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)
    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")
    [color=WHITE] Kinda nice actually, through it's not 100% blizzlike, I'd say 80% cuz the advisors requries C++. I'll +rep if I use them, w8 nvm, I'll rep ya anywayz ;>

    World best PvP Paladin=Me? GG ;D


  9. #24
    willkill's Avatar Member
    Reputation
    4
    Join Date
    May 2008
    Posts
    88
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Where do I put the script (I must be the biggest noob :P)

  10. #25
    Hellgawd's Avatar Account not activated by Email
    Reputation
    710
    Join Date
    Jun 2007
    Posts
    2,480
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Willkill, epic bump. But, I will answer this.
    You put this script into your scripts/ folder in your repack / ascent / aspire / arcemu / rebornemu directory.

  11. #26
    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)
    Actually Arthas bumped it.


Page 2 of 2 FirstFirst 12

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 07:01 PM. 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