[Release] Nalorakk, ZulAman Boss LUA menu

User Tag List

Results 1 to 3 of 3
  1. #1
    Creepfold's Avatar Contributor
    Reputation
    176
    Join Date
    Jul 2007
    Posts
    536
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    [Release] Nalorakk, ZulAman Boss LUA

    This is a LUA script for the Zul'Aman boss Nalorakk, used the real spells he uses, 4 phases, quite tactical with a MUST for maintank and offtank , might consider making the other Zul'Aman bosses also LUa scripted and post them here, well i made it when i got nothing to do, so if there are problems with this please say

    http://filebeam.com/f05b50fbe47e8a5361f9dd0d71e0016e
    Will post a pic as soon as i try it out on my server

    This is the boss itself :
    Nalorakk - NPCs - World of Warcraft

    Spells he Casts (also tooken from wowhead.com)
    Abilities

    *
    Brutal Swipe: An attack that deals 28,500-31,500 Physical damage evenly spread out between two targets within an 8 yard frontal cone. This ability will deal full, undivided damage to a single player if there is no second target in range.

    Troll Form

    *
    Mangle: Causes all bleed effects to do 100% additional damage for 60 seconds.
    *
    Surge: Charges an enemy, knocking them back for 10 yards while doing 3,700-4,300
    Physical damage.

    Bear Form

    *
    Lacerating Slash: Bleeds the target for 1735 Physical damage every 2 seconds for 18 seconds.
    *
    Rend Flesh: Deals 5,525-7,475 Physical as well as bleeds the target for 2335 Physical damage every 1 second for 5 seconds.
    *
    Deafening Roar: Deals 1235-1365 Physical damage and silences enemies for 2 seconds to all targets within a 50 yard range.


    Code:
    |XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX|
    |X Made By Zerglord Of Mmowned, LUA Script X|
    |XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX|
    
    
    
    function Nalorakk_Phase1(Unit, event)
    if Unit:GetHealthPct() < 98 then
    Unit:RemoveEvents()
    Unit:RegisterEvent("Nalorakk_BrutalSwipe",33000, 0)
    Unit:RegisterEvent("Nalorakk_Surge",12000, 0)
    Unit:RegisterEvent("Nalorakk_Mangle",7000, 0)
    Unit:SetModel(21631)
    Unit:SendChatMessage(12, 0, "Stil Standing? I was just getting started!")
    Unit:SendChatMessage(13, 0, "<Spells Activated, Phase1 Starting>")
    Unit:RegisterEvent("Nalorakk_Phase2",1000, 0)
    end
    end
    
    function Nalorakk_Phase2(Unit, event)
    if Unit:GetHealthPct() < 75 then
    Unit:RemoveEvents()
    Unit:RegisterEvent("Nalorakk_BrutalSwipe",33000, 0)
    Unit:RegisterEvent("Nalorakk_LaceratingSlash",18000, 0)
    Unit:RegisterEvent("Nalorakk_DeafeningRoar",8000, 0)
    Unit:SetModel(706)
    Unit:SendChatMessage(12, 0, "Hmm, This is interesting...")
    Unit:SendChatMessage(13, 0, "<Spells Activated, Phase2 Starting>")
    Unit:RegisterEvent("Nalorakk_Phase3",1000, 0)
    end
    end
    
    function Nalorakk_Phase3(Unit, event)
    if Unit:GetHealthPct() < 50 then
    Unit:RemoveEvents()
    Unit:RegisterEvent("Nalorakk_BrutalSwipe",33000, 0)
    Unit:RegisterEvent("Nalorakk_Surge",12000, 0)
    Unit:RegisterEvent("Nalorakk_Mangle",7000, 0)
    Unit:SetModel(21631)
    Unit:RegisterEvent("Nalorakk_Phase4",1000, 0)
    end
    end
    
    function Nalorakk_Phase4(Unit, event)
    if Unit:GetHealthPct() < 25 then
    Unit:RemoveEvents()
    Unit:RegisterEvent("Nalorakk_BrutalSwipe",33000, 0)
    Unit:RegisterEvent("Nalorakk_LaceratingSlash",18000, 0)
    Unit:RegisterEvent("Nalorakk_DeafeningRoar",8000, 0)
    Unit:RegisterEvent("Nalorakk_RendFlesh",26000, 0)
    Unit:RegisterEvent("Nalorakk_Enrage",1000, 0)
    Unit:SetModel(706)
    end
    end
    
    function Nalorakk_Enrage(Unit, event)
    if Unit:GetHealthPct() < 5 then
    Unit:CastSpell(23537)
    end
    end
    
    function Nalorakk_BrutalSwipe(Unit)
    Unit:CastSpell(42384)
    end
    
    function Nalorakk_Mangle(Unit)
    Unit:CastSpellOnTarget(44955)
    end
    
    function Nalorakk_Surge(Unit)
    Unit:GetRandomPlayer()
    Unit:CastSpellOnTarget(42402)
    end
    
    function Nalorakk_LaceratingSlash(Unit)
    Unit:CastSpellOnTarget(42395)
    end
    
    function Nalorakk_RendFlesh(Unit)
    Unit:CastSpellOnTarget(42397)
    end
    
    function Nalorakk_DeafeningRoar(Unit)
    Unit:CastSpell(42398)
    end
    
    function Nalorakk_start(pUnit, Event)
    pUnit:RegisterEvent("Nalorakk_Phase1",1000, 0)
    PUnit:SendChatMessage(12, 0, "I am Nalorakk, a humble servant of Zul'Jin! He gave me power, and now i am gonna use it... on you!")
    PUnit:SendChatMessage(13, 0, "Tactics for a boss named "Nalorakk" activated, He does a Mangle when he is a troll, wich increases bleeding damage done to the Maintank by 100% and he randomly charges a person in 45 yards. when in bear form he wil do some realy defestating bleeds, best if the offtank now taunts the boss and keeps it under his control, because the maintank has the mangle effect on him! Also trough the fight, he wil do an cone attack, if it does not hit 2 targets it wil hit 1 target for 28k (non armorized) so you should have 2 tanks standing infronth of his nose all times to block the blow!, -Good Luck, Have Fun!")
    end
    RegisterUnitEvent(23576, 1, "Nalorakk_start")
    Last edited by Creepfold; 02-02-2008 at 02:14 PM.
    RickAstley LUA Boss! (Rickroll)
    mmowned.com/forums/emulator-server-releases/171755-epic-release-rick-astley-rickroll-boss-lua.html#post1119442

    [Release] Nalorakk, ZulAman Boss LUA
  2. #2
    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)
    Hey Zerglord! Nice to see that you are back. =]
    Looks like a good script, +3rep.

  3. #3
    Creepfold's Avatar Contributor
    Reputation
    176
    Join Date
    Jul 2007
    Posts
    536
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    added a [code] of it :P less spam ftw


    *EDIT1*: Thnx Hellgawd, and i brought a good "Comeback" lol ^_^ got a new MSN btw, can you PM me yours again ill add ye again ?
    RickAstley LUA Boss! (Rickroll)
    mmowned.com/forums/emulator-server-releases/171755-epic-release-rick-astley-rickroll-boss-lua.html#post1119442

Similar Threads

  1. [Release] Achilles Custom Boss Lua
    By Element-WoW in forum WoW EMU General Releases
    Replies: 3
    Last Post: 03-29-2009, 05:31 AM
  2. [Release] Many Custom Bosses LUAs ***EPIC***
    By MisterEMU in forum World of Warcraft Emulator Servers
    Replies: 3
    Last Post: 04-22-2008, 02:35 PM
  3. [Release] Dragon boss lua script
    By Lich King in forum World of Warcraft Emulator Servers
    Replies: 12
    Last Post: 04-18-2008, 07:56 PM
  4. [Release] The Soulstealer, Custom .LUA Boss.
    By Ebon in forum World of Warcraft Emulator Servers
    Replies: 4
    Last Post: 02-10-2008, 11:45 AM
  5. [Release] The Soulstealer, Custom .LUA Boss.
    By Ebon in forum World of Warcraft Emulator Servers
    Replies: 2
    Last Post: 02-10-2008, 08:12 AM
All times are GMT -5. The time now is 09:47 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