[Realese] Master of Element's boss menu

User Tag List

Results 1 to 10 of 10
  1. #1
    glurpie123321's Avatar Member
    Reputation
    12
    Join Date
    May 2008
    Posts
    19
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    [Realese] Master of Element's boss

    Heya!

    This is my Newest boss I have made. he is a mix of three elements Earth,water and fire.

    The fight will look something like this:


    *phase 1
    Chain lightning every 6 seconds on 10 players

    *phase 2 starts at 85 %
    He turns into a Earth elemental and spawns 2 Earth elementals on each side of him.
    casts earthquacke and charred earth.

    *phase 3 starts at 60 %
    He turns into a Water elemental and spawns 2 Water elementals on each side of him
    he cast a frostarmor on himself,a Frostbolt volley and frost nova

    phase 4 starts and 30 %
    He turns into a Fire elemental and spawns 2 fire elementals on each side of him.
    Casts Fire breath,Soulburn and charred earth.

    well here is the sql's Btw he is spawned at Throne of Elements in Nagrand So I would recomend to go there and clear some.

    Code:
    INSERT INTO creature_spawns (id,entry,map,position_x,position_y,position_z,orientation,movetype,displayid,faction,flags,bytes,bytes2,emote_state,npc_respawn_link,channel_spell,channel_target_sqlid,channel_target_sqlid_creature,standstate)
    VALUES ('244150','909090','530','-781,641','6943,31','33,3279','2,53134','0','21607','14','0','0','0','0','0','0','0','0','0')
    
    INSERT INTO creature_names (entry, name, subname, info_str, Flags1, type, family, rank, male_displayid, female_displayid, male_displayid2, female_displayid2, civilian, leader) VALUES ('909090','Shandroi','Master of Elements','','0','4','0','3','21607','0','0','0','0','0')
    
    INSERT INTO creature_proto (entry, minlevel, maxlevel, faction, minhealth, maxhealth, mana, scale, npcflags, attacktime, mindamage, maxdamage, rangedattacktime, rangedmindamage, rangedmaxdamage, mountdisplayid, equipmodel1, equipmodel2, equipmodel3, respawntime, armor, resistance1, resistance2, resistance3, resistance4, resistance5, resistance6, combat_reach, auras, boss, money, invisibility_type, death_state, walk_speed, run_speed, fly_speed) VALUES ('909090','73','73','14','3000000','3000000','1000000','0','1500','10000','11500','0','0','0','0','0','0','0','36000','1000','0','0','0','0','0','0','1','0','0','0','0','0','2.5','8','14')
    
    INSERT INTO creature_names (entry, name, subname, info_str, Flags1, type, family, rank, male_displayid, female_displayid, male_displayid2, female_displayid2, civilian, leader) VALUES ('909092','Earth Elemental','','','0','4','0','1','14511','0','0','0','0','0')
    
    INSERT INTO creature_proto (entry, minlevel, maxlevel, faction, minhealth, maxhealth, mana, scale, npcflags, attacktime, mindamage, maxdamage, rangedattacktime, rangedmindamage, rangedmaxdamage, mountdisplayid, equipmodel1, equipmodel2, equipmodel3, respawntime, armor, resistance1, resistance2, resistance3, resistance4, resistance5, resistance6, combat_reach, auras, boss, money, invisibility_type, death_state, walk_speed, run_speed, fly_speed) VALUES ('909092','70','70','14','200000','200000','1000000','0','1500','3000','4000','0','0','0','0','0','0','0','0','1000','0','0','0','0','0','0','1','0','0','0','0','0','2.5','8','14')
    
    
    INSERT INTO creature_names (entry, name, subname, info_str, Flags1, type, family, rank, male_displayid, female_displayid, male_displayid2, female_displayid2, civilian, leader) VALUES ('909091','Fire Elemental','','','0','4','0','1','1204','0','0','0','0','0')
    
    INSERT INTO creature_proto (entry, minlevel, maxlevel, faction, minhealth, maxhealth, mana, scale, npcflags, attacktime, mindamage, maxdamage, rangedattacktime, rangedmindamage, rangedmaxdamage, mountdisplayid, equipmodel1, equipmodel2, equipmodel3, respawntime, armor, resistance1, resistance2, resistance3, resistance4, resistance5, resistance6, combat_reach, auras, boss, money, invisibility_type, death_state, walk_speed, run_speed, fly_speed) VALUES ('909091','70','70','14','200000','200000','1000000','0','1500','3000','4000','0','0','0','0','0','0','0','0','1000','0','300','0','0','0','0','1','0','0','0','0','0','2.5','8','14')
    
    
    INSERT INTO creature_names (entry, name, subname, info_str, Flags1, type, family, rank, male_displayid, female_displayid, male_displayid2, female_displayid2, civilian, leader) VALUES ('909093','Water Elemental','','','0','4','0','1','525','0','0','0','0','0')
    
    INSERT INTO creature_proto (entry, minlevel, maxlevel, faction, minhealth, maxhealth, mana, scale, npcflags, attacktime, mindamage, maxdamage, rangedattacktime, rangedmindamage, rangedmaxdamage, mountdisplayid, equipmodel1, equipmodel2, equipmodel3, respawntime, armor, resistance1, resistance2, resistance3, resistance4, resistance5, resistance6, combat_reach, auras, boss, money, invisibility_type, death_state, walk_speed, run_speed, fly_speed) VALUES ('909093','70','70','14','200000','200000','1000000','0','1500','3000','4000','0','0','0','0','0','0','0','0','1000','0','0','0','300','0','0','1','0','0','0','0','0','2.5','8','14')
    And here is the script(save as .lua in ure scripts folder)

    Code:
    function Master_OnCombat(Unit, Event) 
    Unit:SendChatMessage(12, 0, "What did I say about comeing here and disturb me??")
    Unit:RegisterEvent("Master_CHainL", 6000, 0)
    Unit:RegisterEvent("Master_phaxe1",1000,0)
    end
    
    function Master_CHainL(pUnit, Event) 
    pUnit:FullCastSpellOnTarget(28293, pUnit:GetRandomPlayer(0)) 
    end
    
    function Earthele_Spawn(pUnit, Event) 
    pUnit:SpawnCreature(909092, -769.899170, 6965.648926, 33.1979, 2.920131, 16, 60000) 
    pUnit:SpawnCreature(909092, -800.942017, 6919.056152, 34.28933, 2446542, 16, 60000) 
    end
    
    function WaterEle_Spawn2(pUnit, Event) 
    pUnit:SpawnCreature(909093, -769.899170, 6965.648926, 33.1979, 2.920131, 16, 60000) 
    pUnit:SpawnCreature(909093, -800.942017, 6919.056152, 34.28933, 2446542, 16, 60000) 
    end
    
    function FireEle_Spawn3(pUnit, Event) 
    pUnit:SpawnCreature(909091, -769.899170, 6965.648926, 33.1979, 2.920131, 16, 60000) 
    pUnit:SpawnCreature(909091, -800.942017, 6919.056152, 34.28933, 2446542, 16, 60000) 
    end
    
    function Master_Eaarthquake(pUnit, Event) 
    pUnit:FullCastSpellOnTarget(33919, pUnit:GetMainTank()) 
    end
    
    function Master_CharredEarth(pUnit, Event) 
    pUnit:FullCastSpellOnTarget(30129, pUnit:GetRandomPlayer(0)) 
    end
    
    function Master_Fnova(pUnit, Event) 
    pUnit:FullCastSpellOnTarget(31250, pUnit:GetMainTank()) 
    end
    
    function Master_Fboltvolley(pUnit, Event) 
    pUnit:FullCastSpellOnTarget(36741, pUnit:GetMainTank()) 
    end
    
    function Master_Frostarmor(pUnit, Event) 
    pUnit:CastSpell(12544, pUnit:GetClosestPlayer()) 
    end
    
    function Master_FlameBrath(pUnit, Event) 
    pUnit:FullCastSpellOnTarget(43140, pUnit:GetMainTank()) 
    end
    
    function Master_Soulburn(pUnit, Event) 
    pUnit:FullCastSpellOnTarget(19393, pUnit:GetRandomPlayer(0)) 
    end
    
    function Master_CharredEarth2(pUnit, Event) 
    pUnit:FullCastSpellOnTarget(30129, pUnit:GetRandomPlayer(0)) 
    end
    
    function Master_phaxe1(pUnit, Event) 
    if pUnit:GetHealthPct() < 85 then 
    pUnit:RemoveEvents(); 
    pUnit:FullCastSpell(0)
    pUnit:SetModel(14511)
    pUnit:SendChatMessage(12, 0, "Earth! Protect me!") 
    pUnit:RegisterEvent("Earthele_Spawn",1,2)
    pUnit:RegisterEvent("Master_Eaarthquake", 10000, 0)
    pUnit:RegisterEvent("Master_CharredEarth", 15000, 0)
    pUnit:RegisterEvent("Master_Phaxe2",1000,0)
    end 
    end
    
    function Master_Phaxe2(pUnit, Event) 
    if pUnit:GetHealthPct() < 60 then 
    pUnit:RemoveEvents(); 
    pUnit:FullCastSpell(0)
    pUnit:SetModel(525)
    pUnit:SendChatMessage(12, 0, "Looks like you guys need to be a little bit cooler!") 
    pUnit:RegisterEvent("WaterEle_Spawn2",1,2)
    pUnit:RegisterEvent("Master_Fnova", 30000, 0)
    pUnit:RegisterEvent("Master_Fboltvolley", 15000, 0)
    pUnit:RegisterEvent("Master_Frostarmor", 1, 1)
    pUnit:RegisterEvent("Master_phaxe3",1000,0)
    end 
    end
    
    function Master_phaxe3(pUnit, Event) 
    if pUnit:GetHealthPct() < 30 then 
    pUnit:RemoveEvents(); 
    pUnit:FullCastSpell(0)
    pUnit:SetModel(1405)
    pUnit:setScale(9.0)
    pUnit:SendChatMessage(12, 0, "Enough with this shit! burn in hell!!")
    pUnit:RegisterEvent("FireEle_Spawn3",1,2)
    pUnit:RegisterEvent("Master_FlameBrath", 30000, 0)
    pUnit:RegisterEvent("Master_Soulburn", 20000, 0)
    pUnit:RegisterEvent("Master_CharredEarth2", 23000, 0)
    end 
    end
    
    function Master_OnLeaveCombat(Unit, Event) 
    Unit:RemoveEvents()
    Unit:SetModel(21607) 
    Unit:SetScale(1.0)
    end
    
    function Master_OnDied(Unit, Event) 
    Unit:RemoveEvents() 
    Unit:SendChatMessage(11, 0, "I failed") 
    end
    
    function Master_OnKilledTarget(Unit, Event) 
    Unit:SendChatMessage(11, 0, "Haha.. The elements got YOU!") 
    end
    
    RegisterUnitEvent(909090, 1, "Master_OnCombat")
    RegisterUnitEvent(909090, 2, "Master_OnLeaveCombat")
    RegisterUnitEvent(909090, 3, "Master_OnKilledTarget")
    RegisterUnitEvent(909090, 4, "Master_OnDied")
    here is some pics

    [IMG][/IMG]

    [IMG][/IMG]

    well thats it. And please say if it is to hard/easy/boring/bugged or something.

    enjoy
    Last edited by glurpie123321; 07-10-2008 at 04:45 PM.

    [Realese] Master of Element's boss
  2. #2
    Mythers's Avatar Banned
    Reputation
    88
    Join Date
    Jul 2007
    Posts
    576
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Look's nice..

    Would be awesome if you post some pic's of the boss fight..
    Even better: Fraps it

  3. #3
    glurpie123321's Avatar Member
    Reputation
    12
    Join Date
    May 2008
    Posts
    19
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Guess I could pos some pics

  4. #4
    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)
    no fair i was gonna script this guy :'( had exact same name to

    +Rep for the contribution though
    Lunar Gaming - Reaching For The Stars

  5. #5
    glurpie123321's Avatar Member
    Reputation
    12
    Join Date
    May 2008
    Posts
    19
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    lol ok . well ty for rep

  6. #6
    knaur's Avatar Elite User
    Reputation
    400
    Join Date
    Nov 2007
    Posts
    634
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    i found a error when he morphs to fire element

    you wrote pUnit:secScale(9.0)
    im pretty sure it shall be pUnit:setScale(9.0)

    Nice boss =) i like him =) +2 rep from me
    Last edited by knaur; 07-10-2008 at 05:29 PM.
    ------------------------------------------------------
    Knaur - Founder of The Norwegian Elite Team

  7. #7
    jay08's Avatar Member
    Reputation
    4
    Join Date
    Jun 2008
    Posts
    39
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    nice release +Rep

  8. #8
    glurpie123321's Avatar Member
    Reputation
    12
    Join Date
    May 2008
    Posts
    19
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Yea It is right. Changed it now. And glad that you liked it

  9. #9
    900number's Avatar Member
    Reputation
    1
    Join Date
    Jul 2008
    Posts
    17
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    hey great boss +Rep

  10. #10
    Gastricpenguin's Avatar Legendary
    Reputation
    980
    Join Date
    Feb 2007
    Posts
    2,236
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    You got some spelling mistakes there, buddy.
    Life Puzzler WoW - Website | Forums

Similar Threads

  1. [Event] Queue unlimited for elemental bosses (FAST Justice Points!)
    By Mr. Parts in forum World of Warcraft Guides
    Replies: 9
    Last Post: 11-23-2010, 03:26 PM
  2. Mastered elements - spellsteal
    By doubtingparis in forum World of Warcraft Exploits
    Replies: 8
    Last Post: 01-27-2009, 06:12 AM
  3. [Reskin] Shaman Element master
    By Podpalak in forum World of Warcraft Model Editing
    Replies: 14
    Last Post: 06-24-2008, 10:38 PM
  4. [Realese]Overlord Arakk-Lua Boss!
    By Xcynic in forum World of Warcraft Emulator Servers
    Replies: 15
    Last Post: 01-08-2008, 01:18 PM
  5. [pet swap] lock to master of elements!!! BIG PICS!
    By spdrmk2 in forum World of Warcraft Model Editing
    Replies: 6
    Last Post: 01-01-2008, 02:09 AM
All times are GMT -5. The time now is 01:39 AM. 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