[RELEASE] LUA BOSS O'Brien! menu

User Tag List

Results 1 to 13 of 13
  1. #1
    VictoRo's Avatar Contributor
    Reputation
    81
    Join Date
    Feb 2008
    Posts
    219
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    [RELEASE] LUA BOSS O'Brien!

    I hereby present you my 2nd LUA Script.
    Code:
    --[[ Boss - O'Brien.
     
    Farmer O'Brien was a completely normal farmer with a wife and kids .. But one day, the forsaken came .. they ripped his wife apart and took his kids .. he were heartbroken .. The anger inside him were to overwhelming! He became the Forsaken Farmer .. He took the control of all farmers and now he is ready to rip you with his pitchfork!
    
    ~~End of Script Forenote
    -- Viggo-xd, November 29th, 2008. ]]
    
    ----------------------------------------------------------------------------------------------------
    
    function OBrien_OnLeaveCombat(pUnit, Event)
    pUnit:SendChatMessage(14, 0, "You better run before i rape you with my pitchfork!")
    end
    
    
    function OBrien_Died(pUnit, Event)
    pUnit:SendChatMessage(14, 0, "Assist me! Argh...")
         x=GetX();
         y=GetY();
         z=GetZ();
         o=GetO();
      pUnit:SpawnCreature(58432, x-3, y+1, z, 0, 20, 0)
      pUnit:SpawnCreature(58432, x-2, y+1, z, 0, 20, 0)
      pUnit:SpawnCreature(58432, x-1, y+1, z, 0, 20, 0)
      pUnit:SpawnCreature(58432, x+1, y+1, z, 0, 20, 0)
      pUnit:SpawnCreature(58432, x+2, y+1, z, 0, 20, 0)
      pUnit:SpawnCreature(58432, x+3, y+1, z, 0, 20, 0)
    end
    
    function OBrien_OnEnterCombat(pUnit, Event)
    pUnit:SendChatMessage(14, 0, "Once, once I was a normal Human. `I` was the best farmer around, just like you... then one day, One cruel day, The Forsaken came and took all that I loved. Look who I am now. I am one of those, but I am more powerful than anyone! Even Arthas himself! Prepare for your defeat %T!")
    pUnit:RegisterEvent("OBrien_Phase1",20000,1)
    pUnit:RegisterEvent("OBrien_Phase2",20000,1)
    pUnit:RegisterEvent("OBrien_Phase3",20000,1)
    pUnit:RegisterEvent("OBrien_Phase4",20000,1)
    end
    
    
    function OBrien_KilledTarget(pUnit, Event)
    pUnit:SendChatMessage(14, 0, "Beware of my minions, they are powerful!")
        x=GetX();
         y=GetY();
         z=GetZ();
         o=GetO();
      pUnit:SpawnCreature(58432, x+2, y+2, z, 0, 20, 0)
    end
    
    -------------------------------------------------------------------------------------------------------
    
    function OBrien_Phase1(pUnit, Event)
    if pUnit:GetHealthPct() < 100 then
    pUnit:RegisterEvent("OBrien_IntimidatingRoar", 20000, 1)
    pUnit:RegisterEvent("OBrien_AgonizingStrike", 10000, 1)
    end
    end
    
    function OBrien_IntimidatingRoar(pUnit, Event)
        pUnit:FullCastSpellOnTarget(18508,pUnit:GetClosestPlayer())
        pUnit:RemoveEvents()
    end
    
    function OBrien_AgonizingStrike(pUnit, Event)
        pUnit:FullCastSpellOnTarget(58504,pUnit:GetClosestPlayer())
    end
    
    ------------------------------------------------------------------------------------------------------------
    
    function OBrien_Phase2(pUnit, Event)
    if pUnit:GetHealthPct() < 75 then
    pUnit:RegisterEvent("OBrien_Bladestorm", 15000,1)
    pUnit:RegisterEvent("OBrien_ShadowBoltVolley", 20000,1)
    end
    end
    
    function OBrien_BladeStorm(pUnit, Event)
        pUnit:FullCastSpellOnTarget(46924,pUnit:GetClosestPlayer())
    end
    
    function OBrien_ShadowBoltVolley(pUnit, Event)
        pUnit:FullCastSpellOnTarget(39175,pUnit:GetClosestPlayer())
    end
     
    function OBrien_Phase3(pUnit, Event)
    if pUnit:GetHealthPct() < 50 then
    pUnit:RegisterEvent("OBrien_IntimidatingRoar", 20000,1)
    pUnit:RegisterEvent("OBrien_AgonizingStrike", 10000,1)
    pUnit:RegisterEvent("OBrien_Bladestorm", 15000,1)
    pUnit:RegisterEvent("OBrien_ShadowBoltVolley", 20000,1)
    pUnit:RegisterEvent("OBrien_Enrage", 40000,1)
    end
    end
    
    function OBrien_IntimidatingRoar(pUnit,Event)
        pUnit:FullCastSpellOnTarget(18508,pUnit:GetClosestPlayer())
    end
    
    function OBrien_AgonizingStrike(pUnit,Event)
        pUnit:FullCastSpellOnTarget(58504,pUnit:GetClosestPlayer())
    end
    
    function OBrien_Bladestorm(pUnit,Event)
        pUnit:FullCastSpellOnTarget(46924,pUnit:GetClosestPlayer())
    end
    
    function OBrien_ShadowBoltVolley(pUnit,Event)
        pUnit:FullCastSpellOnTarget(39175,pUnit:GetClosestPlayer())
    end
    
    function OBrien_Enrage(pUnit,Event)
        pUnit:SendChatMessage(14, 0, "Your making me angry!")
        pUnit:CastSpell(50420)
    end
    
    function OBrien_Phase4(pUnit, Event)
    pUnit:RemoveEvents()
    if pUnit:GetHealthPct() < 25 then
    pUnit:RegisterEvent("OBrien_IntimidatingRoar", 20000,1)
    pUnit:RegisterEvent("OBrien_AgonizingStrike", 10000,1)
    pUnit:RegisterEvent("OBrien_Bladestorm", 15000,1)
    pUnit:RegisterEvent("OBrien_ShadowBoltVolley", 20000,1)
    pUnit:RegisterEvent("OBrien_Enrage", 40000,1)
    pUnit:RegisterEvent("OBrien_DivineShield", 40000, 1)
    pUnit:RegisterEvent("OBrien_GreaterHeal", 1000, 1)
    end
    end
    
    function OBrien_DivineShield(pUnit,Event)
    if pUnit:GetHealthPct() < 2 then
     pUnit:CastSpell(50420)
    end
    end
    function OBrien_GreaterHeal(pUnit,Event)
    if pUnit:GetHealthPct() < 2 then
     pUnit:CastSpell(49348)
    end
    end
    ------------------------------------------------------------------------------------
    
    
    
    
    RegisterUnitEvent(95435, 1, "OBrien_OnEnterCombat")
    RegisterUnitEvent(95435, 4, "OBrien_Died")
    RegisterUnitEvent(95435, 3, "OBrien_KilledTarget")
    RegisterUnitEvent(95435, 2, "OBrien_OnLeaveCombat")
    Stoneharry bugchecked for me (:


    O'Brien is a very powerful boss wich uses mostly Physical attacks, but with some shadow ones. He got 4 phases, when he reaches 2%HP he casts Divine Shield and heals himself.
    Last edited by VictoRo; 11-30-2008 at 11:29 AM.

    [RELEASE] LUA BOSS O'Brien!
  2. #2
    TheZaronz's Avatar Active Member
    Reputation
    97
    Join Date
    Dec 2007
    Posts
    567
    Thanks G/R
    0/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    This time it's truly great!
    But an advice
    pUnit:SpawnCreature(58432, x, y, z, 0, 20, 0)
    You should do it like
    Code:
    pUnit:SpawnCreature(58432, x+2, y+1, z, 0, 20, 0)
    Adding some pluses to the x and/or y so it won't spawn directly on the other npce, but this the script itself is damn great, much better than the first one +Rep

  3. #3
    Nymphx's Avatar Active Member
    Reputation
    83
    Join Date
    Sep 2008
    Posts
    212
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Code:
    --[[ Boss - O'Brien.
     
    Farmer O'Brien was a completely normal farmer with a wife and kids .. But one day, the forsaken came .. they ripped his wife apart and took his kids .. he were heartbroken .. The anger inside him were to overwhelming! He became the Forsaken Farmer .. He took the control of all farmers and now he is ready to rip you with his pitchfork!
    
    ~~End of Script Forenote
    -- Viggo-xd, November 29th, 2008. ]]
    
    ----------------------------------------------------------------------------------------------------
    
    function OBrien_OnLeaveCombat(pUnit, Event)
    pUnit:SendChatMessage(14, 0, "You better run before i rape you with my pitchfork!")
    end
    
    
    function OBrien_Died(pUnit, Event)
    pUnit:SendChatMessage(14, 0, "Assist me! Argh...")
         x=GetX();
         y=GetY();
         z=GetZ();
         o=GetO();
      pUnit:SpawnCreature(58432, x-3, y+1, z, 0, 20, 0)
      pUnit:SpawnCreature(58432, x-2, y+1, z, 0, 20, 0)
      pUnit:SpawnCreature(58432, x-1, y+1, z, 0, 20, 0)
      pUnit:SpawnCreature(58432, x+1, y+1, z, 0, 20, 0)
      pUnit:SpawnCreature(58432, x+2, y+1, z, 0, 20, 0)
      pUnit:SpawnCreature(58432, x+31, y+1, z, 0, 20, 0)
    end
    
    function OBrien_OnEnterCombat(pUnit, Event)
    pUnit:SendChatMessage(14, 0, "Once, once I was a normal Human. `I` was the best farmer around, just like you... then one day, One cruel day, The Forsaken came and took all that I loved. Look who I am now. I am one of those, but I am more powerful than anyone! Even Arthas himself! Prepare for your defeat %T!")
    pUnit:RegisterEvent("OBrien_Phase1",20000,1)
    pUnit:RegisterEvent("OBrien_Phase2",20000,1)
    pUnit:RegisterEvent("OBrien_Phase3",20000,1)
    pUnit:RegisterEvent("OBrien_Phase4",20000,1)
    end
    
    
    function OBrien_KilledTarget(pUnit, Event)
    pUnit:SendChatMessage(14, 0, "Beware of my minions, they are powerful!")
        x=GetX();
         y=GetY();
         z=GetZ();
         o=GetO();
      pUnit:SpawnCreature(58432, x+2, y+2, z, 0, 20, 0)
    end
    
    -------------------------------------------------------------------------------------------------------
    
    function OBrien_Phase1(pUnit, Event)
    if pUnit:GetHealthPct() < 100 then
    pUnit:RegisterEvent("OBrien_IntimidatingRoar", 20000, 1)
    pUnit:RegisterEvent("OBrien_AgonizingStrike", 10000, 1)
    end
    end
    
    function OBrien_IntimidatingRoar(pUnit, Event)
        pUnit:FullCastSpellOnTarget(18508,pUnit:GetClosestPlayer())
        pUnit:RemoveEvents()
    end
    
    function OBrien_AgonizingStrike(pUnit, Event)
        pUnit:FullCastSpellOnTarget(58504,pUnit:GetClosestPlayer())
    end
    
    ------------------------------------------------------------------------------------------------------------
    
    function OBrien_Phase2(pUnit, Event)
    if pUnit:GetHealthPct() < 75 then
    pUnit:RegisterEvent("OBrien_Bladestorm", 15000,1)
    pUnit:RegisterEvent("OBrien_ShadowBoltVolley", 20000,1)
    end
    end
    
    function OBrien_BladeStorm(pUnit, Event)
        pUnit:FullCastSpellOnTarget(46924,pUnit:GetClosestPlayer())
    end
    
    function OBrien_ShadowBoltVolley(pUnit, Event)
        pUnit:FullCastSpellOnTarget(39175,pUnit:GetClosestPlayer())
    end
     
    function OBrien_Phase3(pUnit, Event)
    if pUnit:GetHealthPct() < 50 then
    pUnit:RegisterEvent("OBrien_IntimidatingRoar", 20000,1)
    pUnit:RegisterEvent("OBrien_AgonizingStrike", 10000,1)
    pUnit:RegisterEvent("OBrien_Bladestorm", 15000,1)
    pUnit:RegisterEvent("OBrien_ShadowBoltVolley", 20000,1)
    pUnit:RegisterEvent("OBrien_Enrage", 40000,1)
    end
    end
    
    function OBrien_IntimidatingRoar(pUnit,Event)
        pUnit:FullCastSpellOnTarget(18508,pUnit:GetClosestPlayer())
    end
    
    function OBrien_AgonizingStrike(pUnit,Event)
        pUnit:FullCastSpellOnTarget(58504,pUnit:GetClosestPlayer())
    end
    
    function OBrien_Bladestorm(pUnit,Event)
        pUnit:FullCastSpellOnTarget(46924,pUnit:GetClosestPlayer())
    end
    
    function OBrien_ShadowBoltVolley(pUnit,Event)
        pUnit:FullCastSpellOnTarget(39175,pUnit:GetClosestPlayer())
    end
    
    function OBrien_Enrage(pUnit,Event)
        pUnit:SendChatMessage(14, 0, "Your making me angry!")
        pUnit:CastSpell(50420)
    end
    
    function OBrien_Phase4(pUnit, Event)
    pUnit:RemoveEvents()
    if pUnit:GetHealthPct() < 25 then
    pUnit:RegisterEvent("OBrien_IntimidatingRoar", 20000,1)
    pUnit:RegisterEvent("OBrien_AgonizingStrike", 10000,1)
    pUnit:RegisterEvent("OBrien_Bladestorm", 15000,1)
    pUnit:RegisterEvent("OBrien_ShadowBoltVolley", 20000,1)
    pUnit:RegisterEvent("OBrien_Enrage", 40000,1)
    pUnit:RegisterEvent("OBrien_DivineShield", 40000, 1)
    pUnit:RegisterEvent("OBrien_GreaterHeal", 1000, 1)
    end
    end
    
    function OBrien_DivineShield(pUnit,Event)
    if pUnit:GetHealthPct() < 2 then
     pUnit:CastSpell(50420)
    end
    end
    function OBrien_GreaterHeal(pUnit,Event)
    if pUnit:GetHealthPct() < 2 then
     pUnit:CastSpell(49348)
    end
    end
    ------------------------------------------------------------------------------------
    
    
    
    
    RegisterUnitEvent(95435, 1, "OBrien_OnEnterCombat")
    RegisterUnitEvent(95435, 4, "OBrien_Died")
    RegisterUnitEvent(95435, 3, "OBrien_KilledTarget")
    RegisterUnitEvent(95435, 2, "OBrien_OnLeaveCombat")

    Fixed some speech and took away some of those annoying ..'s from the main part of the scripts lore. Changed those spawns for you to make it less of a cluster and more of a line of spawns.

    First off, I like this script . It includes everything you need to make a boss fun to fight against!

    BUT

    It lacks that 'Punch' to make it unique.

    +Rep's for you,


    EDIT: Given out too much, will give it tomorrow. If I forget, PM ME!

  4. #4
    Edude's Avatar Member
    Reputation
    98
    Join Date
    Jul 2008
    Posts
    406
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Niiice, +Rep man, you are making progress

    Im making a boss too, not a normal one, this one will be a comedy boss AHAHAH (filler)

  5. #5
    VictoRo's Avatar Contributor
    Reputation
    81
    Join Date
    Feb 2008
    Posts
    219
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    ty Edude, lol it would be sad if i were getting worse lol

  6. #6
    Snailz's Avatar Contributor Authenticator enabled
    Reputation
    239
    Join Date
    Nov 2007
    Posts
    941
    Thanks G/R
    2/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    This is a rather nice use of x,y,z command. +rep x3
    Cheese Cake?

  7. #7
    Nymphx's Avatar Active Member
    Reputation
    83
    Join Date
    Sep 2008
    Posts
    212
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Just realised - I did a 'typo' on the
    x+3
    and it says
    x+31
    Change it asap orelse your gonna have a spawn a mile away thats probably not going to pull, :L

  8. #8
    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)
    Looking Good. +Rep
    Edit: Sorry given out too much. Need to wait.

  9. #9
    wildman4sure's Avatar Member
    Reputation
    9
    Join Date
    Jan 2007
    Posts
    30
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Great job m8...You are coming along...

    Wanted to give you some rep and also thank you for being one of the best staff I have

    Thank you, enjoy the rep and keep it up...You are truly becoming a very valuable member...

    ~Wild~
    Nothing in this world can take the place of persistence. Talent will not; nothing is more common than unsuccessful people with talent. Genius will not; unrewarded genius is almost a proverb. Education will not; the world is full of educated derelicts. Persistence and determination alone are omnipotent.

  10. #10
    bsod-staff14's Avatar Member
    Reputation
    35
    Join Date
    Nov 2008
    Posts
    443
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Nymphx View Post
    Code:
    --[[ Boss - O'Brien.
     
    Farmer O'Brien was a completely normal farmer with a wife and kids .. But one day, the forsaken came .. they ripped his wife apart and took his kids .. he were heartbroken .. The anger inside him were to overwhelming! He became the Forsaken Farmer .. He took the control of all farmers and now he is ready to rip you with his pitchfork!
    
    ~~End of Script Forenote
    -- Viggo-xd, November 29th, 2008. ]]
    
    ----------------------------------------------------------------------------------------------------
    
    function OBrien_OnLeaveCombat(pUnit, Event)
    pUnit:SendChatMessage(14, 0, "You better run before i rape you with my pitchfork!")
    end
    
    
    function OBrien_Died(pUnit, Event)
    pUnit:SendChatMessage(14, 0, "Assist me! Argh...")
         x=GetX();
         y=GetY();
         z=GetZ();
         o=GetO();
      pUnit:SpawnCreature(58432, x-3, y+1, z, 0, 20, 0)
      pUnit:SpawnCreature(58432, x-2, y+1, z, 0, 20, 0)
      pUnit:SpawnCreature(58432, x-1, y+1, z, 0, 20, 0)
      pUnit:SpawnCreature(58432, x+1, y+1, z, 0, 20, 0)
      pUnit:SpawnCreature(58432, x+2, y+1, z, 0, 20, 0)
      pUnit:SpawnCreature(58432, x+31, y+1, z, 0, 20, 0)
    end
    
    function OBrien_OnEnterCombat(pUnit, Event)
    pUnit:SendChatMessage(14, 0, "Once, once I was a normal Human. `I` was the best farmer around, just like you... then one day, One cruel day, The Forsaken came and took all that I loved. Look who I am now. I am one of those, but I am more powerful than anyone! Even Arthas himself! Prepare for your defeat %T!")
    pUnit:RegisterEvent("OBrien_Phase1",20000,1)
    pUnit:RegisterEvent("OBrien_Phase2",20000,1)
    pUnit:RegisterEvent("OBrien_Phase3",20000,1)
    pUnit:RegisterEvent("OBrien_Phase4",20000,1)
    end
    
    
    function OBrien_KilledTarget(pUnit, Event)
    pUnit:SendChatMessage(14, 0, "Beware of my minions, they are powerful!")
        x=GetX();
         y=GetY();
         z=GetZ();
         o=GetO();
      pUnit:SpawnCreature(58432, x+2, y+2, z, 0, 20, 0)
    end
    
    -------------------------------------------------------------------------------------------------------
    
    function OBrien_Phase1(pUnit, Event)
    if pUnit:GetHealthPct() < 100 then
    pUnit:RegisterEvent("OBrien_IntimidatingRoar", 20000, 1)
    pUnit:RegisterEvent("OBrien_AgonizingStrike", 10000, 1)
    end
    end
    
    function OBrien_IntimidatingRoar(pUnit, Event)
        pUnit:FullCastSpellOnTarget(18508,pUnit:GetClosestPlayer())
        pUnit:RemoveEvents()
    end
    
    function OBrien_AgonizingStrike(pUnit, Event)
        pUnit:FullCastSpellOnTarget(58504,pUnit:GetClosestPlayer())
    end
    
    ------------------------------------------------------------------------------------------------------------
    
    function OBrien_Phase2(pUnit, Event)
    if pUnit:GetHealthPct() < 75 then
    pUnit:RegisterEvent("OBrien_Bladestorm", 15000,1)
    pUnit:RegisterEvent("OBrien_ShadowBoltVolley", 20000,1)
    end
    end
    
    function OBrien_BladeStorm(pUnit, Event)
        pUnit:FullCastSpellOnTarget(46924,pUnit:GetClosestPlayer())
    end
    
    function OBrien_ShadowBoltVolley(pUnit, Event)
        pUnit:FullCastSpellOnTarget(39175,pUnit:GetClosestPlayer())
    end
     
    function OBrien_Phase3(pUnit, Event)
    if pUnit:GetHealthPct() < 50 then
    pUnit:RegisterEvent("OBrien_IntimidatingRoar", 20000,1)
    pUnit:RegisterEvent("OBrien_AgonizingStrike", 10000,1)
    pUnit:RegisterEvent("OBrien_Bladestorm", 15000,1)
    pUnit:RegisterEvent("OBrien_ShadowBoltVolley", 20000,1)
    pUnit:RegisterEvent("OBrien_Enrage", 40000,1)
    end
    end
    
    function OBrien_IntimidatingRoar(pUnit,Event)
        pUnit:FullCastSpellOnTarget(18508,pUnit:GetClosestPlayer())
    end
    
    function OBrien_AgonizingStrike(pUnit,Event)
        pUnit:FullCastSpellOnTarget(58504,pUnit:GetClosestPlayer())
    end
    
    function OBrien_Bladestorm(pUnit,Event)
        pUnit:FullCastSpellOnTarget(46924,pUnit:GetClosestPlayer())
    end
    
    function OBrien_ShadowBoltVolley(pUnit,Event)
        pUnit:FullCastSpellOnTarget(39175,pUnit:GetClosestPlayer())
    end
    
    function OBrien_Enrage(pUnit,Event)
        pUnit:SendChatMessage(14, 0, "Your making me angry!")
        pUnit:CastSpell(50420)
    end
    
    function OBrien_Phase4(pUnit, Event)
    pUnit:RemoveEvents()
    if pUnit:GetHealthPct() < 25 then
    pUnit:RegisterEvent("OBrien_IntimidatingRoar", 20000,1)
    pUnit:RegisterEvent("OBrien_AgonizingStrike", 10000,1)
    pUnit:RegisterEvent("OBrien_Bladestorm", 15000,1)
    pUnit:RegisterEvent("OBrien_ShadowBoltVolley", 20000,1)
    pUnit:RegisterEvent("OBrien_Enrage", 40000,1)
    pUnit:RegisterEvent("OBrien_DivineShield", 40000, 1)
    pUnit:RegisterEvent("OBrien_GreaterHeal", 1000, 1)
    end
    end
    
    function OBrien_DivineShield(pUnit,Event)
    if pUnit:GetHealthPct() < 2 then
     pUnit:CastSpell(50420)
    end
    end
    function OBrien_GreaterHeal(pUnit,Event)
    if pUnit:GetHealthPct() < 2 then
     pUnit:CastSpell(49348)
    end
    end
    ------------------------------------------------------------------------------------
    
    
    
    
    RegisterUnitEvent(95435, 1, "OBrien_OnEnterCombat")
    RegisterUnitEvent(95435, 4, "OBrien_Died")
    RegisterUnitEvent(95435, 3, "OBrien_KilledTarget")
    RegisterUnitEvent(95435, 2, "OBrien_OnLeaveCombat")

    Fixed some speech and took away some of those annoying ..'s from the main part of the scripts lore. Changed those spawns for you to make it less of a cluster and more of a line of spawns.

    First off, I like this script . It includes everything you need to make a boss fun to fight against!

    BUT

    It lacks that 'Punch' to make it unique.

    +Rep's for you,


    EDIT: Given out too much, will give it tomorrow. If I forget, PM ME!
    Very nice thanks both of you...Vig for making it and of course nym for editing!

    +Rep
    Immortal GamerZ Under Development!

  11. #11
    Schizzo92's Avatar Member
    Reputation
    1
    Join Date
    Jul 2008
    Posts
    23
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Nice M8 +rep another great job

  12. #12
    VictoRo's Avatar Contributor
    Reputation
    81
    Join Date
    Feb 2008
    Posts
    219
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by wildman4sure View Post
    Great job m8...You are coming along...

    Wanted to give you some rep and also thank you for being one of the best staff I have

    Thank you, enjoy the rep and keep it up...You are truly becoming a very valuable member...

    ~Wild~
    thank you ~Wild~ (:

  13. #13
    Zaeran's Avatar Active Member
    Reputation
    16
    Join Date
    Dec 2008
    Posts
    14
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Nice script victor we're both learning and getting better
    +Rep

Similar Threads

  1. [Release] LUA Boss Template
    By Ground Zero in forum WoW EMU General Releases
    Replies: 10
    Last Post: 03-27-2009, 05:03 PM
  2. [RELEASE]LUA Boss 1st - Shalazar.
    By VictoRo in forum WoW EMU General Releases
    Replies: 10
    Last Post: 02-10-2009, 01:51 PM
  3. [Test Release] Lua Boss [Killjoy]
    By brandonrulz1 in forum WoW EMU General Releases
    Replies: 1
    Last Post: 01-01-2009, 07:11 AM
  4. [Release] LUA Boss - Gilford the Legend
    By Babbaa in forum WoW EMU General Releases
    Replies: 12
    Last Post: 09-05-2008, 04:15 PM
All times are GMT -5. The time now is 04:11 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