Decided to do my very last project until Wrath of The Lich King, after my 4 months break... Expect more from me in Wotlk!
I'm not playing WoW anymore, so I don't have a server up either... Just scripted this like, 9 months ago in pre-wotlk...
So, if someone could make a rar file with mob replacement of Hogger, that changes his hp to 50k and mana to 50k? Thanks!
Kinda what it does:Code:function Hogger_Combat(pUnit, event) pUnit:RemoveEvents() pUnit:CastSpell(9347) pUnit:CastSpell(16592) pUnit:SendChatMessage(14, 0, "I will eat you while you're still alive!") pUnit:RegisterEvent("Shadowbolt", 3000, 0) pUnit:RegisterEvent("Corruption", 18000, 0) pUnit:RegisterEvent("Hellfire", 40000, 1) pUnit:RegisterEvent("Tides", 1000, 0) pUnit:RegisterEvent("Hellfire_Start", 35000, 1) pUnit:SetCombatCapable(1) end function Corruption(pUnit, event) pUnit:CastSpellOnTarget(6222,pUnit:GetMainTank()) end function Shadowbolt(pUnit, event) pUnit:FullCastSpellOnTarget(705,pUnit:GetMainTank()) end function Hellfire_Start(pUnit, event) pUnit:SendChatMessage(14, 0, "Mooooooooooooooo!") pUnit:RegisterEvent("Hellfire", 3000, 1) end function Hellfire(pUnit, event) pUnit:RemoveEvents() pUnit:CastSpell(1949) pUnit:RegisterEvent("Hogger_Combat", 15000, 1) end function Tides(pUnit, event) if pUnit:GetHealthPct() < 5 then pUnit:RemoveEvents() pUnit:CastSpell(38449) pUnit:CastSpell(31687) pUnit:SendChatMessage(14, 0, "Blessed by the Tides, I am! Now, you shall die!") pUnit:RegisterEvent("Elemental", 10000, 0) pUnit:RegisterEvent("Frostbolt", 2000, 0) end end function Frostbolt(pUnit, event) pUnit:FullCastSpellOnTarget(205,pUnit:GetMainTank()) end function Elemental(pUnit, event) pUnit:CastSpell(31687) end function Elemental_Combat(pUnit, event) pUnit:SetCombatCapable(1) pUnit:RegisterEvent("Cone", 5000, 0) pUnit:RegisterEvent("Frostbolt", 2000, 0) pUnit:RegisterEvent("Rain", 15000, 0) end function Cone(pUnit, event) pUnit:CastSpell(120) end function Rain(pUnit, event) pUnit:CastSpell(6141) end function Frostbolt(pUnit, event) pUnit:FullCastSpellOnTarget(116,pUnit:GetRandomPlayer(0)) end function Hogger_Death(pUnit, event) pUnit:CastSpell(29318) pUnit:SendChatMessage(14, 0, "Death... To all of... Azeroth...") end function Hogger_LeaveCombat(pUnit, event) pUnit:RemoveEvents() end RegisterUnitEvent(448, 1, "Hogger_Combat") RegisterUnitEvent(448, 2, "Hogger_LeaveCombat") RegisterUnitEvent(448, 4, "Hogger_Death") RegisterUnitEvent(510, 1, "Elemental_Combat")
Name: Hogger
Hp: 50.000
Mana: 500.000
Class: Lock-Mage
Level: 11 (Elite)
Requries: A raid group with 25 lvl 10-15. Many heals are requried!
Phase 1: Hogger casts Shadow Form and a self-buff, that makes him cast Mortal Strike every 11 seconds. Hogger don't deal any other physical damage, he's a warlock-mage with horse-hoofs and an damn ugly face. He casts Shadow Bolts dealing about ~60 shadow damage and some other dots. After 40 seconds, Hogger enters a Hellfire stance, dealing 81 fire damage to self and everyone standing in 10 yards. He gives the raid 5 seconds to move away from him, and this process keeps going for another 15 seconds. He will repeat this.
Phase 2: At 10%, he will get the buff "Blessing of Tades", increases damage by 65% and decreases casting time by 65%, and spawns a Water Elemental at lvl 50. This elemental cannot be killed by anyone under level 45 (enchanted and epiczord-rare-gearzord). Stay away from the elementals and tell tanks to move Hogger away from the elementals, the elementals will stay still and cast spells. Every 3 seconds it will cast Frostbolt at a random target, dealing around 35 damage. Other spells will not affect you as long as you keep away from them!
At death, Hogger explodes. This explosion will burn all life of the realm for around 135k frost damage (the immortal realm will not be affected). For example, if Hogger's on Kalimdor, everyone on Kalimdor will die, but everyone on Northrend will seem like nothing excecpt for LFG spams like "WTF HAPPENED OMG!!!!!!". You will be able to run back to your corpse after Hogger's death.
Q: What could happen that makes my server bad?
A: It fixes the bugged Frost Elementals, but the hackers will be really angry and perhaps smash their keyboards broken. It could make levelers or nolifers dueling outside Orgrimmar/Stormwind really angry cuz they need to run 25 yards back to their corpses!
Q: Am I allowed to change the script, change copyrights or upload to another site?
A: No! You need to have my permission before doing any of these!
See ya in WOTLK!![]()