[Release] My Custom boss script (LUA) menu

User Tag List

Results 1 to 4 of 4
  1. #1
    Nilrac's Avatar Banned
    Reputation
    360
    Join Date
    Nov 2007
    Posts
    762
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    [Release] My Custom boss script (LUA)

    I am practicing my lua scripting and decided to make a simple boss script.
    This script includes:

    Frostbolt Volley - Inflicts Frost damage to nearby enemies, reducing their movement speed for 4 sec.

    Chill - Blasts nearby enemies with ice, dealing 744 to 956 damage, increasing the time between their attacks by 300%, and reducing movement speed by 40%.

    Ice Barrier - Instantly shields you, absorbing 925 damage. Lasts 1 min. While the shield holds, spells will not be interrupted.

    Frost Nova - Inflicts Frost damage to nearby enemies, immobilizing them for up to 10 sec.

    This is obviously a script for a frost boss


    Here is a download link : Filebeam - Free Fast File Hosting

    Password is Exodus

    How to : Just download the file and extract it to your desktop, Open it with notepad and go to the very bottom and add your NPCID where it says NPCID. Once you do that, save it and place it into your scripts folder


    function Boss_Chill(Unit, Player, Event)
    Unit:CastSpell(2109
    Unit:SendChatMessage(12, 0, "Freeze!")
    end

    function Boss_Volly(Unit, Player, Event)
    Unit:CastSpell(38837)
    Unit:SendChatMessage(12, 0, "You're mine!")
    end

    function Boss_Armor(Unit, Player, Event)
    Unit:CastSpell(27134)
    end

    function Boss_IceNova(Unit, Player, Event)
    Unit:CastSpell(31250)
    Unit:SendChatMessage(12, 0, "Taste the power of ice!")
    end

    function Boss_OnCombat(Unit, Player, Event)
    Unit:SendChatMessage (11, 0, "I knew you would come, Prepare to die mortal!")
    Unit:RegisterEvent("Boss_Chill",80000, 0)
    Unit:RegisterEvent("Boss_Volly",40000, 0)
    Unit:RegisterEvent("Boss_Armor",20000, 0)
    Unit:RegisterEvent("Boss_IceNova",90000, 0)
    end


    function Boss_OnLeaveCombat(Unit, Player, Event)
    Unit:RemoveEvents()
    end

    function Boss_KilledTarget(Unit, Player, Event)
    Unit:SendChatMessage(12, 0, "A worthy effort, but futile!")
    Unit:CastSpell(37669)
    Unit:RemoveEvents()
    end

    function Boss_OnDied(Unit, Player, Event)
    Unit:SendChatMessage(12, 0, "How can this be!?")
    Unit:RemoveEvents()
    end

    RegisterUnitEvent(NPCID, 1, "Boss_OnCombat")
    RegisterUnitEvent(NPCID, 2, "Boss_OnLeaveCombat")
    RegisterUnitEvent(NPCID, 3, "Boss_OnKilledTarget")
    RegisterUnitEvent(NPCID, 4, "Boss_OnDied")

    This is my first script, soon I will release more complex ones when I learn how to make them

    [Release] My Custom boss script (LUA)
  2. #2
    Zulsonki's Avatar Member
    Reputation
    2
    Join Date
    May 2008
    Posts
    26
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Where would i place my scripts folder? My mangos folder doesnt seem to have one.
    Looks good though, Ill be glad to more feedback when i can figure this out >>

  3. #3
    Nilrac's Avatar Banned
    Reputation
    360
    Join Date
    Nov 2007
    Posts
    762
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I am not to familiar with mangos... Sorry

  4. #4
    Zulsonki's Avatar Member
    Reputation
    2
    Join Date
    May 2008
    Posts
    26
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Well, still, +rep for the contribution. I really wanna try this soon.

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] Denatharion Whisperwind boss Script!
    By svedin in forum WoW EMU General Releases
    Replies: 13
    Last Post: 03-03-2009, 02:25 AM
  3. [Custom Boss][Scripted][25 Man raid] Kefia <Head Necromancer>
    By uberhak3r in forum World of Warcraft Emulator Servers
    Replies: 5
    Last Post: 06-28-2008, 03:06 PM
  4. [Release] Rin'ji Boss Script || V1 - Includes Teleporter NPC -
    By Bapesy in forum World of Warcraft Emulator Servers
    Replies: 14
    Last Post: 06-06-2008, 06:00 PM
  5. [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
All times are GMT -5. The time now is 07:58 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