[LUA] "Dzir" The Pyroman [Boss] menu

User Tag List

Results 1 to 9 of 9
  1. #1
    kringle14's Avatar Member
    Reputation
    6
    Join Date
    May 2008
    Posts
    34
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    [LUA] "Dzir" The Pyroman [Boss]

    Okay, so this is my first time using LUA for a WoW Boss so please don't flame = ]


    Code:
    function ChatonCombat_OnCombat(Unit, Event) 
    Unit:SendChatMessage(12, 0, "Who dares challenge me!?")
    Unit:RegisterEvent("Spellthree_Hellfire", 1000, 1)
    Unit:RegisterEvent("Spellone_Fireball", 3000, 1)
    Unit:RegisterEvent("Spelltwo_Pyroblast", 5000, 1)
    end
    
    function Spellone_Fireball(pUnit, Event) 
    pUnit:FullCastSpellOnTarget(10151, pUnit:GetRandomPlayer(0)) 
    end
    
    function Spelltwo_Pyroblas(pUnit, Event) 
    pUnit:FullCastSpellOnTarget(42891, pUnit:GetRandomPlayer(0)) 
    end
    
    function Spellthree_Hellfire(pUnit, Event) 
    pUnit:FullCastSpellOnTarget(47823, pUnit:GetRandomPlayer(0)) 
    end
    
    function Chatonleave_OnLeaveCombat(Unit, Event) 
    Unit:RemoveEvents() 
    Unit:SendChatMessage(11, 0, "You are no threat to me") 
    end
    
    function Chatondie_OnDied(Unit, Event) 
    Unit:RemoveEvents() 
    Unit:SendChatMessage(12, 0, "NO! This can't be, my flames are IMMORTAl!") 
    end
    
    function ChatonKill_OnKilledTarget(Unit, Event) 
    Unit:SendChatMessage(11, 0, "Haha, You guys are weak!") 
    end
    
    RegisterUnitEvent(9924992, 1, "ChatonCombat_OnCombat")
    RegisterUnitEvent(9924992, 2, "Chatonleave_OnLeaveCombat")
    RegisterUnitEvent(9924992, 3, "ChatonKill_OnKilledTarget")
    RegisterUnitEvent(9924992, 4, "Chatondie_OnDied")
    When Dzir enters combat he yells "Who dares challenge me!?"

    Then he will be casting either a Fireball, a PyroBlast or using Hellfire.
    When he dies he will say "NO! This can't be, my flames are IMMORTAl!"
    When he kills someone he will say "Haha, You guys are weak"
    If he leaves combat he will also say "You are no threat to me"

    :P Ill add a picture IF i release any further "Bosses" and those will not be as Basic as this one.
    Last edited by kringle14; 01-01-2009 at 08:17 AM. Reason: Fixed LUA

    [LUA] "Dzir" The Pyroman [Boss]
  2. #2
    stoneharry's Avatar Moderator Harry

    Authenticator enabled
    Reputation
    1613
    Join Date
    Sep 2007
    Posts
    4,554
    Thanks G/R
    151/146
    Trade Feedback
    0 (0%)
    Mentioned
    3 Post(s)
    Tagged
    0 Thread(s)
    Pics, text about speech, vid, need some of that.
    Tell us what the fight does and why it is good.
    +Rep for the effert.

  3. #3
    kringle14's Avatar Member
    Reputation
    6
    Join Date
    May 2008
    Posts
    34
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Thx, edited post too.

  4. #4
    Ground Zero's Avatar ★ Elder ★
    Reputation
    1132
    Join Date
    Aug 2008
    Posts
    3,504
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    This does not work for me.

  5. #5
    kringle14's Avatar Member
    Reputation
    6
    Join Date
    May 2008
    Posts
    34
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    It Doesn't ?
    I tried it in your repack xD (im lazy)
    It works for me..

  6. #6
    Murlock.'s Avatar Knight-Lieutenant
    Reputation
    86
    Join Date
    Oct 2007
    Posts
    271
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    A little too simple man, but +rep for the effort dude.
    gratz on getting out of leacher.

  7. #7
    Appled's Avatar Contributor
    Reputation
    105
    Join Date
    Apr 2007
    Posts
    568
    Thanks G/R
    0/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Very basic and kinda good for starter +Rep

  8. #8
    Juicyz's Avatar Active Member
    Reputation
    34
    Join Date
    Dec 2006
    Posts
    298
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    This script wont work because you forgot an end

    function ChatonCombat_OnCombat(Unit, Event)
    Unit:SendChatMessage(12, 0, "Who dares challenge me!?")
    Unit:RegisterEvent("Spellthree_Hellfire", 1000, 1)
    Unit:RegisterEvent("Spellone_Fireball", 3000, 1)
    Unit:RegisterEvent("Spelltwo_Pyroblast", 5000, 1)
    *end*

    It needs an end there for it to work

    DA Gift From Mr. Blain

  9. #9
    kringle14's Avatar Member
    Reputation
    6
    Join Date
    May 2008
    Posts
    34
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Thanks Juicyz, i didn't know :P
    Im new to LUA
    Last edited by kringle14; 01-01-2009 at 08:17 AM.

Similar Threads

  1. Replies: 22
    Last Post: 05-29-2008, 03:52 PM
  2. [Wall Jumps] Skipping to the Last Boss in Mech
    By deathshadow13 in forum World of Warcraft Exploits
    Replies: 5
    Last Post: 01-22-2008, 08:08 PM
  3. [Wall Jumps] Skipping to the Last Boss in Mech
    By deathshadow13 in forum World of Warcraft Exploits
    Replies: 1
    Last Post: 01-22-2008, 05:48 PM
  4. Kill the last boss in SM cath, without clearing or anything.
    By Disphotic in forum World of Warcraft Exploits
    Replies: 10
    Last Post: 12-27-2007, 04:09 PM
  5. How to only kill the last boss in Hellfire Ramparts!
    By TeRraShoW in forum World of Warcraft Exploits
    Replies: 8
    Last Post: 03-29-2007, 09:30 PM
All times are GMT -5. The time now is 03:22 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