[Epic][Release][LUA] Priestess Eelira menu

User Tag List

Page 1 of 4 1234 LastLast
Results 1 to 15 of 52
  1. #1
    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)

    [Epic][Release][LUA] Priestess Eelira

    This is my best script until now. Hope you Enjoy it

    A lot of the stuff the boss say got sound

    What it do:

    *when it spawn, it will make a beam at a mob, Cinmatic
    *It will basicly just cast a lot nice spells
    *when it gets under 40% it will spawn a mob, and have a little conversation with it, at end, Eelira will cast a fireball on the mob, and it will disappear
    *when it get under 20% it will start spawning wisps.. those will move to the boss.. if they are not defeated before thy reach, they cast 3x fel explosion

    :wave:

    what you need to do:
    -Save the script as a .lua and put it into your folder named "scripts"
    -make 4 mobs:
    *ne named Priestess Eelira with the entry: 50299
    *ne named Lolth with the entry: 50297
    *ne named wisp with the entry: 50298
    *ne with no name and no display, with the entry: 50296
    -spawn priestess Eelira somewhere (her entry is 50299)
    -spawn the mob with no name and no display somewhere (its entry is 50296)


    I wont add screenies yet.. but i can tell you that its fully tested and working at Ascent and ArcEmu



    PLEASE: leave Comments
    Last edited by Exacute; 09-21-2008 at 12:00 PM.
    [/COLOR]

    [Epic][Release][LUA] Priestess Eelira
  2. #2
    matydunkk's Avatar Member
    Reputation
    5
    Join Date
    Jul 2008
    Posts
    32
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Looks pretty epic, i might try it + rep when i can. Also i know i'm not supose to ask questions, but can anyone tell me what the function is to make mobs do phases at timed events? Example: yell after 10 seconds.
    Last edited by matydunkk; 09-10-2008 at 10:19 AM.

  3. #3
    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)
    Do you mean like when it Enter Combat Or on Spawn
    [/COLOR]

  4. #4
    matydunkk's Avatar Member
    Reputation
    5
    Join Date
    Jul 2008
    Posts
    32
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Like say i already have an npc, for example my teleport npc, lets say i wanted him to say outloud" Go vote now" every 2 minutes. Is that possible? Or even an npc with no scripts already.

  5. #5
    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)
    chang the lightblue number to the mobs entryid, and change the MSG1-5 to the messages u want him to say

    function darklordz_Spawn(pUnit)
    pUnit:RegisterEvent("AnnounceTalk2", 90000, 0)
    end

    RegisterUnitEvent(500001,6,"darklordz_Spawn")

    function AnnounceTalk2(pUnit, event)
    local annPick = math.random(1, 5) -- five Random Announces
    if annPick == 1 then
    pUnit:SendChatMessage(14, 0, "MSG1")
    end
    if annPick == 2 then
    pUnit:SendChatMessage(14, 0, "MSG2")
    end
    if annPick == 3 then
    pUnit:SendChatMessage(14, 0, "MSG3")
    end
    if annPick == 4 then
    pUnit:SendChatMessage(14, 0, "MSG4")
    end
    if annPick == 5 then
    pUnit:SendChatMessage(14, 0, "MSG5")
    end
    end
    [/COLOR]

  6. #6
    matydunkk's Avatar Member
    Reputation
    5
    Join Date
    Jul 2008
    Posts
    32
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Thanks again

  7. #7
    kreegoth's Avatar Contributor
    Reputation
    122
    Join Date
    Jun 2008
    Posts
    810
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Is this scripted in Lua++

  8. #8
    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)
    yea parts of
    [/COLOR]

  9. #9
    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)
    Looks like a lot of hard work went into this +rep

  10. #10
    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)
    thx for it m8 .. Would like response from everybody else that have been in here and lookd :S
    [/COLOR]

  11. #11
    blackvoice's Avatar Member
    Reputation
    1
    Join Date
    May 2008
    Posts
    10
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    could be very nice

    thank you

  12. #12
    Sounddead's Avatar Contributor
    Reputation
    160
    Join Date
    Sep 2007
    Posts
    1,126
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Epix.

    +rep x2.

  13. #13
    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)
    thanks for it everybody.. please leave comments rest that looks XX
    [/COLOR]

  14. #14
    DrkAgnt's Avatar Member
    Reputation
    4
    Join Date
    Sep 2008
    Posts
    7
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Alright since I've been everywhere in this forum but have yet to post, this is the first thing that I have tried so far. Now let me say, you did an awesome job on this. I actually expected at least an error somewhere on my end, but haven't had any problems. +Rep

  15. #15
    findnemo's Avatar Member
    Reputation
    5
    Join Date
    Jul 2008
    Posts
    58
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    This is Copy - Paste from another person ' work and he just added some extra ...Not really from his own work.Pls give credit to that person who you copied from too.

Page 1 of 4 1234 LastLast

Similar Threads

  1. [Epic Release] Rick Astley - Rickroll Boss [LUA]
    By Creepfold in forum WoW EMU General Releases
    Replies: 13
    Last Post: 10-04-2008, 10:01 PM
  2. [RELEASE]LUA scripted boss! <EPIC!>
    By nickelo in forum WoW EMU General Releases
    Replies: 8
    Last Post: 10-04-2008, 03:03 PM
  3. [Share/Release] Lua Portal
    By ~ViVo~ in forum World of Warcraft Emulator Servers
    Replies: 5
    Last Post: 03-16-2008, 10:40 AM
  4. [RELEASE] LUA Bossfight
    By Shao111 in forum World of Warcraft Emulator Servers
    Replies: 12
    Last Post: 01-23-2008, 03:03 PM
  5. [EPIC RELEASE] Kobold v4 !!
    By latruwski in forum World of Warcraft Emulator Servers
    Replies: 10
    Last Post: 01-07-2008, 12:27 PM
All times are GMT -5. The time now is 10:21 AM. 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