Death god osirus! menu

User Tag List

Results 1 to 13 of 13
  1. #1
    runemaster's Avatar Banned
    Reputation
    25
    Join Date
    Dec 2007
    Posts
    291
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Death god osirus!

    this isnt much i know, im new to scripting but i made this script for "osirus the death god. basically he will start of with some normal meelee attacks, after every 10 seconds, he casts shadowbolt, every 30 seconds he uses
    howl of terror and death and decay.every 1 minute he will summon 1 lvl skeleton (mines level 90 and hits around 1-2k) and will deal some light dmg and a ms effect to the maintank.

    for this you must make an npc with the Id 88888 and the mob he will summon every 1 min , default its a level 22 skele, but yo can edit his level, faction and damage via ADE or heidi/navicat.

    the skeletons ID is 6412, so find that and edit it

    hope you please the death god ^^

    Code:
    function Osirus_OnCombat(Unit, Event) 
    Unit:SendChatMessage(12, 0, "YOU WILL ALL DIE!")
    Unit:RegisterEvent("Osirus_Deathanddecay", 60000, 1)
    Unit:RegisterEvent("Osirus_Summonskeleton", 60000, 3)
    Unit:RegisterEvent("Osirus_Deathblow", 120000, 5)
    Unit:RegisterEvent("Osirus_HowlofTerror", 30000, 5)
    Unit:RegisterEvent("Osirus_Shadowbolt", 10000, 20)
    end
    
    function Osirus_Deathanddecay(pUnit, Event) 
    pUnit:CastSpell(39658, pUnit:GetRandomPlayer(0)) 
    end
    
    function Osirus_Summonskeleton(pUnit, Event) 
    pUnit:FullCastSpellOnTarget(33984, pUnit:GetClosestPlayer()) 
    end
    
    function Osirus_Deathblow(pUnit, Event) 
    pUnit:FullCastSpellOnTarget(36054, pUnit:GetMainTank()) 
    end
    
    function Osirus_HowlofTerror(pUnit, Event) 
    pUnit:CastSpell(39048, pUnit:GetClosestPlayer()) 
    end
    
    function Osirus_Shadowbolt(pUnit, Event) 
    pUnit:FullCastSpellOnTarget(29487, pUnit:GetClosestPlayer()) 
    end
    
    function Osirus_OnLeaveCombat(Unit, Event) 
    Unit:RemoveEvents() 
    Unit:SendChatMessage(12, 0, "RUN!, FEAR FOR YOUR LIVES!") 
    end
    
    function Osirus_OnKilledTarget(Unit, Event) 
    Unit:SendChatMessage(12, 0, "HAHAHAHA DIE NOVICES!!!!") 
    end
    
    function Osirus_OnDied(Unit, Event) 
    Unit:RemoveEvents() 
    Unit:SendChatMessage(12, 0, "NO, I....CAN'T.....DIE....") 
    end
    
    RegisterUnitEvent(88888, 1, "Osirus_OnCombat")
    RegisterUnitEvent(88888, 2, "Osirus_OnLeaveCombat")
    RegisterUnitEvent(88888, 3, "Osirus_OnKilledTarget")
    RegisterUnitEvent(88888, 4, "Osirus_OnDied")

    Death god osirus!
  2. #2
    Exacute's Avatar Active Member
    Reputation
    67
    Join Date
    Mar 2008
    Posts
    337
    Thanks G/R
    0/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    well for comin with some response:
    Nothing special, but a good start.. next time try add sounds etc. makes it MUCH better
    [/COLOR]

  3. #3
    runemaster's Avatar Banned
    Reputation
    25
    Join Date
    Dec 2007
    Posts
    291
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    well this way my first time ^^ ok ill be sure to do that.

  4. #4
    TruePimp's Avatar Member
    Reputation
    1
    Join Date
    Sep 2008
    Posts
    7
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Nice, but I'm not sure where to put the .lua file I make. And also if my arcemu-world.exe will some how read the script? I heard you need a special engine and I doubt I have it. Well, nice job on the script, far better than what I could have done It would be appreciated if you could tell me what I need to use the script and where to put it Thanks

  5. #5
    *Scripted*'s Avatar Banned
    Reputation
    41
    Join Date
    Aug 2008
    Posts
    240
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    +Rep atleast his posting things >>

  6. #6
    runemaster's Avatar Banned
    Reputation
    25
    Join Date
    Dec 2007
    Posts
    291
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    deathgod needs a bump.

    kgo use!

  7. #7
    Exacute's Avatar Active Member
    Reputation
    67
    Join Date
    Mar 2008
    Posts
    337
    Thanks G/R
    0/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Umm can see i already replied to this.. however a little more reponse otw to you.. you should make some differences also.. like it can roll 1-4 if 1 it casts shadowball if 2 fire if 3 ice and if 4 it spawn something.. it will make the script more uniq.. Anyway this time i looked a little more at it.. +Rep anyway
    [/COLOR]

  8. #8
    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)
    It's a nice working script for somone who's just started As Exacute said, now that you've mastered the basics go onto more complicated fights, +Rep x2.

  9. #9
    Dombo's Avatar Banned
    Reputation
    622
    Join Date
    Nov 2008
    Posts
    1,421
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Nice code, perfect for beginners and rookies, but I have to agree with Exacute that sound is a must ..

  10. #10
    Etna's Avatar Banned
    Reputation
    20
    Join Date
    Sep 2007
    Posts
    349
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Nice!
    (FillarN^)

  11. #11
    runemaster's Avatar Banned
    Reputation
    25
    Join Date
    Dec 2007
    Posts
    291
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    If you want ADD IT YOURSELF LOL

    if not, just use it and DONT modify it, IDC, if you want sound, give it sound, if yo want roll

    GIVE IT ROLL.

    kgo, and thanks for rep.

  12. #12
    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)
    Very good for a begginer really

    +Rep

  13. #13
    runemaster's Avatar Banned
    Reputation
    25
    Join Date
    Dec 2007
    Posts
    291
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    lalalalalal
    bump

Similar Threads

  1. Rhanatos <God of Death>
    By bishamo in forum WoW EMU Questions & Requests
    Replies: 11
    Last Post: 05-29-2009, 07:34 PM
  2. [Release] Rhanatos, God of Death
    By Claiver in forum WoW EMU General Releases
    Replies: 20
    Last Post: 04-02-2009, 10:13 AM
  3. Death Effect
    By Lazyman234 in forum World of Warcraft General
    Replies: 4
    Last Post: 06-19-2006, 07:27 PM
  4. Instance Death - No run back to corpse
    By Matt in forum World of Warcraft Exploits
    Replies: 2
    Last Post: 04-07-2006, 06:54 AM
All times are GMT -5. The time now is 12:08 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