[Release] Warcraft III Bosses menu

User Tag List

Page 2 of 3 FirstFirst 123 LastLast
Results 16 to 30 of 43
  1. #16
    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)
    Nice stuff +Rep you should give them a little higer armor

    (Think if an Warr have 10k armor then the mob will hit weak )

    [Release] Warcraft III Bosses
  2. #17
    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)
    very nice, hurray for wc3!
    ill try this out in a bit
    edit: almost forgot rofl +Rep
    edit2: /cryyyyyy the lua dont work? when i start up ascent it sais it cant load the file it sais somthing isnt complete or somthing
    help?
    Last edited by Entr0py; 04-16-2008 at 08:41 PM.

    Remember to + Rep people who help you!

  3. #18
    Moffeman's Avatar Contributor

    Reputation
    277
    Join Date
    Sep 2007
    Posts
    731
    Thanks G/R
    1/2
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Oh damn it! Arthas is working to fix it right now, but it will come after he has quit school, maybe,hmm...... 7-8 hours from now, but they will come!


    Last edited by Moffeman; 04-17-2008 at 12:57 PM.

  4. #19
    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)
    Perhaps someone here can help me fixing it?

    Okay, so, copy this into the script (fixed some in it) and try fixing it all, and recieve x3(maybe 4) reputation

    function Kelly_frostbolt_tank(Unit, event, misc, miscunit)
    Unit:FullCastSpellOnTarget(38534,Unit:GetClosestPlayer()
    end
    function Kelly_frostbolt_random(Unit, event, misc, miscunit)
    Unit:FullCastSpellOnTarget(38534,Unit:GetRandomPlayer()
    end
    function Kelly(Unit, event, misc, miscunit)
    print "Kelly"
    Unit:RegisterEvent("Kelly_frostbolt_tank", 7000, 9999999)
    Unit:RegisterEvent("Kelly_frostbolt_random", 14000, 9999999)
    end
    RegisterUnitEvent(999991, 1, "Kel'thuzad")
    function Kelthuzad_shadowblast(Unit, event, misc, miscunit)
    Unit:FullCastSpellOnTarget(41078,Unit:GetClosestPlayer()
    end
    function Kelthuzad(Unit, event, misc, miscunit)
    print "Kelthuzad"
    Unit:RegisterEvent("Kel'thuzad_shadowblast", 20000, 9999999)
    end
    RegisterUnitEvent(999990, 1, "Kelthuzad")
    function Cenarius_Phase_1(Unit, event, misc, miscunit)
    Unit:RegisterEvent("Cenarius_Starfirerank1", 5000, 99999)
    end
    function Cenarius_starfirerank1(Unit, event, misc, miscunit)
    Unit:FullCastSpellOnTarget(38935,Unit:GetClosestPlayer()
    Unit:RegisterEvent("Cenarius_starfirerank2", 5000, 99999)
    end
    function Cenarius_starfirerank2(Unit, event, misc, miscunit)
    Unit:FullCastSpellOnTarget(40344,Unit:GetClosestPlayer()
    Unit:RegisterEvent("Cenarius_starfirerank3", 5000, 99999)
    end
    function Cenarius_starfirerank3(Unit, event, misc, miscunit)
    Unit:FullCastSpellOnTarget(38935,Unit:GetClosestPlayer()
    Unit:RegisterEvent("Cenarius_starfirerank4", 5000, 99999)
    end
    function Cenarius_starfirerank4(Unit, event, misc, miscunit)
    Unit:FullCastSpellOnTarget(40344,Unit:GetClosestPlayer()
    Unit:RegisterEvent("Cenarius_starfirerank5", 5000, 99999)
    end
    function Cenarius_starfirerank5(Unit, event, misc, miscunit)
    Unit:FullCastSpellOnTarget(38935,Unit:GetClosestPlayer()
    Unit:RegisterEvent("Cenarius_starfirerank6", 5000, 99999)
    end
    function Cenarius_starfirerank7(Unit, event, misc, miscunit)
    Unit:FullCastSpellOnTarget(40344,Unit:GetClosestPlayer()
    Unit:RegisterEvent("Cenarius_Bear_form", 5000, 99999)
    end
    function Cenarius_Bear_Form(Unit, event, misc, miscunit)
    Unit:CastSpell(9634)
    Unit:SendChatMessage(12, 0, "Nature, aid me... For today, the bear within shall slay mortals!")
    Unit:CastSpellOnTarget(16979,Unit:GetRandomPlayer()
    Unit:RegisterEvent("Cenarius_Claw", 2000, 0)
    end
    function Cenarius_Claw(Unit, event, misc, miscunit)
    Unit:FullCastSpellOnTarget(33987,Unit:GetClosestPlayer()
    Unit:RegisterEvent("Cenarius_Claw_2", 2000, 0)
    end
    function Cenarius_Claw2(Unit, event, misc, miscunit)
    Unit:FullCastSpellOnTarget(33987,Unit:GetClosestPlayer()
    Unit:RegisterEvent("Cenarius_Claw_3", 2000, 0)
    end
    function Cenarius_Claw3(Unit, event, misc, miscunit)
    Unit:FullCastSpellOnTarget(33987,Unit:GetClosestPlayer()
    Unit:RegisterEvent("Cenarius_Claw_4", 2000, 0)
    end
    function Cenarius_Claw4(Unit, event, misc, miscunit)
    Unit:FullCastSpellOnTarget(33987,Unit:GetClosestPlayer()
    Unit:RegisterEvent("Cenarius_Claw_5", 2000, 0)
    end
    function Cenarius_Claw5(Unit, event, misc, miscunit)
    Unit:FullCastSpellOnTarget(33987,Unit:GetClosestPlayer()
    Unit:RegisterEvent("Cenarius_Claw_6", 2000, 0)
    end
    function Cenarius_Claw6(Unit, event, misc, miscunit)
    Unit:FullCastSpellOnTarget(33987,Unit:GetClosestPlayer()
    Unit:RegisterEvent("Cenarius_Claw_7", 2000, 0)
    end
    function Cenarius_Claw7(Unit, event, misc, miscunit)
    Unit:FullCastSpellOnTarget(33987,Unit:GetClosestPlayer()
    Unit:RegisterEvent("Cenarius_Claw_8", 2000, 0)
    end
    function Cenarius_Claw8(Unit, event, misc, miscunit)
    Unit:FullCastSpellOnTarget(33987,Unit:GetClosestPlayer()
    Unit:RegisterEvent("Cenarius_Claw_9", 2000, 0)
    end
    function Cenarius_Claw9(Unit, event, misc, miscunit)
    Unit:FullCastSpellOnTarget(33987,Unit:GetClosestPlayer()
    Unit:RegisterEvent("Cenarius_Claw_10", 2000, 0)
    end
    function Cenarius_Claw10(Unit, event, misc, miscunit)
    Unit:FullCastSpellOnTarget(24573,Unit:GetClosestPlayer()
    Unit:RemoveAura(9634)
    Unit:SendChatMessage(12, 0, "You defeated... the...bear... But nothing you do will break the Lord of The Druids! Fall, you shall!")
    Unit:CastSpell(26527)
    Unit:RegisterEvent("Cenarius_Enrage2", 1000, 0)
    end
    function Cenarius_Enrage2(Unit, event, misc, miscunit)
    if Unit:GetHealthPct () < 5 then
    Unit:CastSpell(26527)
    end
    function Cenarius_Combat(Unit, event, misc, miscunit)
    Unit:RegisterEvent("Cenarius_Phase_1", 60000, 0)
    end
    function Cenarius_Death(Unit, event, misc, miscunit)
    Unit:RemoveEvents()
    Unit:SendChatMessage(12, 0, "This isn't possible... The archdruid... has... fallen...")
    Unit:CastSpell(28524)
    end
    RegisterUnitEvent(999992, 1, "Cenarius_Combat")
    RegisterUnitEvent(999992, 4, "Cenarius_Death")
    function Tyrande_HolyBoltVolley(Unit, event, misc, miscunit)
    Unit:FullCastSpellOnTarget(38838,Unit:GetClosestPlayer()
    end
    function Tyrande_Smite(Unit, event, misc, miscunit)
    Unit:FullCastSpellOnTarget(41471,Unit:GetClosestPlayer()
    end
    function Tyrande_DivineWrath(Unit, event, misc, miscunit)
    Unit:FullCastSpellOnTarget(41472,Unit:GetRandomTarget()
    end
    function Tyrande(Unit, event, misc, miscunit)
    print "Tyrande"
    Unit:RegisterEvent("Tyrande_HolyBoltVolley", 5000, 9999999)
    Unit:RegisterEvent("Tyrande_Smite", 13000, 9999999)
    Unit:RegisterEvent("Tyrande_DivineWrath", 22000, 9999999)
    end
    function Tyrande_Death(Unit, event, misc, miscunit)
    Unit:SendChatMessage(12, 0, "I shall arise... I... promise!")
    end
    RegisterUnitEvent(999993, 1, "Tyrande")
    RegisterUnitEvent(999993, 4, "Tyrande_Death")
    function Arthas_Stun(Unit, event, misc, miscunit)
    Unit:SendChatMessage(12, 0, "Hammer of Justice!")
    Unit:FullCastSpellOnTarget(41468,Unit:GetClosestPlayer()
    end
    function Arthas_Sealofcommand(Unit, event, misc, miscunit)
    Unit:SendChatMessage(12, 0, "I command you! In the name of Justice, fall!")
    Unit:FullCastSpellOnTarget(41469,Unit:GetClosestPlayer()
    end
    function Arthas_Judgement(Unit, event, misc, miscunit)
    Unit:SendChatMessage(12, 0, "Taste my judgement!")
    Unit:FullCastSpellOnTarget(41470,Unit:GetClosestPlayer()
    end
    function Arthas_CrusaderStrike(Unit, event, misc, miscunit)
    Unit:SendChatMessage(12, 0, "Crusader Strike!")
    Unit:FullCastSpellOnTarget(35395,Unit:GetClosestPlayer()
    end
    function Arthas(Unit, event, misc, miscunit)
    print "Arthas"
    Unit:RegisterEvent("Arthas_Stun", 30000, 0)
    Unit:RegisterEvent("Arthas_Sealofcommand", 3000, 0)
    Unit:RegisterEvent("Arthas_Judgement", 4000, 0)
    Unit:RegisterEvent("Arthas_CrusaderStrike", 6000, 0)
    end
    RegisterUnitEvent(999995, 1, "Arthas")

    function Uther_Stun(Unit, event, misc, miscunit)
    Unit:SendChatMessage(12, 0, "Hammer of Justice!")
    Unit:FullCastSpellOnTarget(41468,Unit:GetClosestPlayer()
    end
    function Uther_Sealofcommand(Unit, event, misc, miscunit)
    Unit:SendChatMessage(12, 0, "I command you! In the name of Justice, fall!")
    Unit:FullCastSpellOnTarget(41469,Unit:GetClosestPlayer()
    end
    function Uther_Judgement(Unit, event, misc, miscunit)
    Unit:SendChatMessage(12, 0, "Taste my judgement!")
    Unit:FullCastSpellOnTarget(41470,Unit:GetClosestPlayer()
    end
    function Uther_CrusaderStrike(Unit, event, misc, miscunit)
    Unit:SendChatMessage(12, 0, "Crusader Strike!")
    Unit:FullCastSpellOnTarget(35395,Unit:GetClosestPlayer()
    end
    function Uther(Unit, event, misc, miscunit)
    print "Uther"
    Unit:RegisterEvent("Uther_Stun", 30000, 0)
    Unit:RegisterEvent("Uther_Sealofcommand", 3000, 0)
    Unit:RegisterEvent("Uther_Judgement", 4000, 0)
    Unit:RegisterEvent("Uther_CrusaderStrike", 6000, 0)
    end
    RegisterUnitEvent(999994, 1, "Uther")
    function Thicondrius_Chaos(Unit, event, misc, miscunit)
    Unit:CastSpell(39671)
    end
    function Thicondrius(Unit, event, misc, miscunit)
    print "Thicondrius"
    Unit:RegisterEvent("Thicondrius_Chaos", 6000, 99999)
    end
    RegisterUnitEvent(999996, 1, "Thicondrius")
    function Balnazzar_MindControll(Unit, event, misc, miscunit)
    Unit:FullCastSpellOnTarget(10912,Unit:GetRandomPlayer()
    end
    function Balnazzar(Unit, event, misc, miscunit)
    print "Balnazzar"
    Unit:RegisterEvent(Balnazzar_MindControll", 30000, 0)
    end
    RegisterUnitEvent(999997, 1, "Balnazzar")
    function Mal'Ganis_ShadowBlast(Unit, event, misc, miscunit)
    Unit:FullCastSpellOnTarget(41078,Unit:GetClosestPlayer()
    end
    function Mal'Ganis(Unit, event, misc, miscunit)
    print "Mal'ganis"
    Unit:RegisterEvent("Mal'Ganis_ShadowBlast", 10000, 0)
    end
    RegisterUnitEvent(999998, 1, "Mal'Ganis")
    function Varimathras_Cone(Unit, event, misc, miscunit)
    Unit:FullCastSpellOnTarget(36876,Unit:GetRandomTarget()
    end
    function Varimathras(Unit, event, misc, miscunit)
    print "Varimathras"
    Unit:RegisterEvent("Varimathras_Cone", 15000, 0)
    end
    RegisterUnitEvent(999999, 1, "Varimathras")

    World best PvP Paladin=Me? GG ;D


  5. #20
    Shortguy's Avatar Member
    Reputation
    6
    Join Date
    Jan 2008
    Posts
    6
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Great :P +Rep if i could

  6. #21
    Moffeman's Avatar Contributor

    Reputation
    277
    Join Date
    Sep 2007
    Posts
    731
    Thanks G/R
    1/2
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Items added!

  7. #22
    Moffeman's Avatar Contributor

    Reputation
    277
    Join Date
    Sep 2007
    Posts
    731
    Thanks G/R
    1/2
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    You all know that im am always keep this WC3 Thread updated because i have worked really hard on this and want it to be on top Thanks for all comments.

  8. #23
    Moffeman's Avatar Contributor

    Reputation
    277
    Join Date
    Sep 2007
    Posts
    731
    Thanks G/R
    1/2
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Sorry for this spam replies but it is just to keep you updated. Anyways:

    CREATURES DONE!

  9. #24
    Moffeman's Avatar Contributor

    Reputation
    277
    Join Date
    Sep 2007
    Posts
    731
    Thanks G/R
    1/2
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I AM NOW TAKING REQUESTS!

  10. #25
    damon160's Avatar Member
    Reputation
    8
    Join Date
    Oct 2007
    Posts
    105
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Code:
     			 				
    
     RegisterUnitEvent(999991, 1, "Kel'thuzad")
    function Kelthuzad_shadowblast(Unit, event, misc, miscunit)
                Unit:FullCastSpellOnTarget(41078,Unit:GetClosestPlayer()
    end
    function Kelthuzad(Unit, event, misc, miscunit)
                print "Kelthuzad"
                Unit:RegisterEvent("Kel'thuzad_shadowblast", 20000, 9999999)
    end
    RegisterUnitEvent(999990, 1, "Kelthuzad")
    Probabaly thats the issue dunno i suck at .lua xD

  11. #26
    Ezio's Avatar Active Member
    Reputation
    58
    Join Date
    Nov 2007
    Posts
    141
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Very Nice release gz

  12. #27
    Daesmirdum's Avatar Member
    Reputation
    3
    Join Date
    May 2007
    Posts
    31
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Very nice!

  13. #28
    Mike3667's Avatar Banned
    Reputation
    187
    Join Date
    Aug 2006
    Posts
    995
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Please stop double and triple posting, it's hurting my eyes.
    But, nice job.

  14. #29
    Moffeman's Avatar Contributor

    Reputation
    277
    Join Date
    Sep 2007
    Posts
    731
    Thanks G/R
    1/2
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Ok thanks :P I will soon come up with new things for my thread

  15. #30
    spectrez's Avatar Member
    Reputation
    1
    Join Date
    Apr 2007
    Posts
    7
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Arthas117 View Post
    Perhaps someone here can help me fixing it?

    Okay, so, copy this into the script (fixed some in it) and try fixing it all, and recieve x3(maybe 4) reputation

    [color=#ff8c00]

    Arthas117 send me a PM or Email and ill happly help you


    Msn: [email protected]

Page 2 of 3 FirstFirst 123 LastLast

Similar Threads

  1. Warcraft III hacks?
    By Mike3667 in forum Gaming Chat
    Replies: 6
    Last Post: 01-13-2008, 12:21 PM
  2. [MusicChange] Tirisfal -> Warcraft III Scourgemusic
    By Malfurion in forum World of Warcraft Model Editing
    Replies: 5
    Last Post: 12-23-2007, 08:00 AM
  3. WTT Warcraft III Collectors edition key +Frozen Throne key
    By Tyler Durden in forum Members Only Accounts And CD Keys Buy Sell
    Replies: 0
    Last Post: 12-13-2007, 11:25 AM
  4. Warcraft III Animated Avatars
    By cryptfiend in forum World of Warcraft General
    Replies: 0
    Last Post: 01-25-2007, 09:55 PM
  5. Warcraft III cheats :D
    By Glikko92 in forum World of Warcraft General
    Replies: 3
    Last Post: 11-10-2006, 06:56 AM
All times are GMT -5. The time now is 06:04 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