[Contest Winner][Lua/FrostTeam] Boss + Cinematic! menu

Shout-Out

User Tag List

Page 2 of 3 FirstFirst 123 LastLast
Results 16 to 30 of 37
  1. #16
    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)
    Guys, . I know most of you out there are wannabe server owner extrodinairres, but please just leave a comment. Somewhere near 300 views and about 8 replys?

    Feedback is what we hunger for!

    [Contest Winner][Lua/FrostTeam] Boss + Cinematic!
  2. #17
    MrFreaky's Avatar Member
    Reputation
    6
    Join Date
    May 2008
    Posts
    12
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Maybe the people are looking for mangos stuff and just found that this just works for the "other side" of emu's


    I forgot to say that, just looking on your source it makes me just mad about getting an arcemu compiled on linux, RIGHT NOW, jeje.... Things like yours are really much misssing on mangos.....
    Last edited by MrFreaky; 01-22-2009 at 05:09 PM.

  3. #18
    knaur's Avatar Elite User
    Reputation
    400
    Join Date
    Nov 2007
    Posts
    634
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    im trying to get this to work on arcemu, but it mostly crashes world console
    the second it tryes load the lua, sometimes it loads, but when i spawn the boss,
    he only reaches to say Once... and server crashes.

    Tested on Arcemu rev 1999 & rev 2042,
    and tested on clean ncdb rev 47 and one other db.
    same issues at both, any idea what causes the crashes?

    anyway +4 rep from me
    ------------------------------------------------------
    Knaur - Founder of The Norwegian Elite Team

  4. #19
    sasoritail's Avatar Contributor
    Reputation
    161
    Join Date
    Sep 2008
    Posts
    655
    Thanks G/R
    0/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Nice dude !!!

  5. #20
    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)
    Originally Posted by knaur View Post
    im trying to get this to work on arcemu, but it mostly crashes world console
    the second it tryes load the lua, sometimes it loads, but when i spawn the boss,
    he only reaches to say Once... and server crashes.

    Tested on Arcemu rev 1999 & rev 2042,
    and tested on clean ncdb rev 47 and one other db.
    same issues at both, any idea what causes the crashes?

    anyway +4 rep from me
    Hmm, I do remember this happening to me once. I think it's something to do with the teleporter at the end of the script as I didn't have this issue in testing before that. I thought it was just my temporary repack playing up but if it's an issue, I will revise the script and make it compatible asap.

  6. #21
    knaur's Avatar Elite User
    Reputation
    400
    Join Date
    Nov 2007
    Posts
    634
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    ok, i will try remove the teleporter part to see if that causes it.

    it loads now and then but arcemu mostly crashes before server starts,
    an those times it loads, all goes fine until the boss get triggered and says Once....
    then whole server collaps.

    but weird if that start of combat makes teleporter part unstable, since
    teleporter part isnt activated before death of the boss
    ------------------------------------------------------
    Knaur - Founder of The Norwegian Elite Team

  7. #22
    svedin's Avatar Contributor
    Reputation
    124
    Join Date
    Jun 2008
    Posts
    557
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Very nice done ^^ i maby will test it ^^ but +Rep for the work that you done

  8. #23
    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)
    Have you tested it yet? Had no time at all tonight to try debug my MySQL database, it's running errors out've its ***!

  9. #24
    knaur's Avatar Elite User
    Reputation
    400
    Join Date
    Nov 2007
    Posts
    634
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    i removed the teleporter parts in script.
    same as before, after he says Once....
    then it crashes.
    ------------------------------------------------------
    Knaur - Founder of The Norwegian Elite Team

  10. #25
    maduuto's Avatar Member
    Reputation
    1
    Join Date
    Oct 2008
    Posts
    10
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Can u make pictutres?

  11. #26
    TheNacho's Avatar Member
    Reputation
    12
    Join Date
    Apr 2008
    Posts
    47
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    What crashes it is the way it tries to do these actions:

    Code:
    pUnit:SpawnGameObject(19999, x, y, z, o, 2000)
    and

    Code:
    pUnit:SpawnGameObject(19993, x, y-1, z, o, 40000)
    which are nonexistent gameobjects, unless we are given the SQL to make them.

  12. #27
    Kabukiblood's Avatar Member
    Reputation
    18
    Join Date
    Oct 2008
    Posts
    38
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by TheNacho View Post
    What crashes it is the way it tries to do these actions:

    Code:
    pUnit:SpawnGameObject(19999, x, y, z, o, 2000)
    and

    Code:
    pUnit:SpawnGameObject(19993, x, y-1, z, o, 40000)
    which are nonexistent gameobjects, unless we are given the SQL to make them.
    Nope not the problem. It could be apart of the problem but it's not the main problem. I created those 2 gobs and it still crashes.

  13. #28
    TheNacho's Avatar Member
    Reputation
    12
    Join Date
    Apr 2008
    Posts
    47
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Well, I removed all of the SpawnGameObject functions that included 19999 and 19993 and the fight went fine.

  14. #29
    ericbrewer05's Avatar Member
    Reputation
    1
    Join Date
    Nov 2008
    Posts
    20
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    whats with all these ccontest winners some1 help me with this lol thanks

  15. #30
    maduuto's Avatar Member
    Reputation
    1
    Join Date
    Oct 2008
    Posts
    10
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    What should i spawn right for this lua?

Page 2 of 3 FirstFirst 123 LastLast

Similar Threads

  1. [Contest Winner][AzolexX] Zombie LUA Event - Blizzlike as Possible
    By Hellgawd in forum WoW EMU General Releases
    Replies: 36
    Last Post: 02-26-2009, 07:36 AM
  2. [Release - FrostTeam] Gorgresh the Amani Champion. (Lua 10man boss)
    By stoneharry in forum WoW EMU General Releases
    Replies: 9
    Last Post: 11-29-2008, 03:46 PM
  3. [Request] I need some help with lua script (boss on death)
    By Ellenor in forum World of Warcraft Emulator Servers
    Replies: 2
    Last Post: 03-03-2008, 03:47 PM
  4. [request] Frostwolf Tabard > Contest Winners Tabard
    By nonono in forum WoW ME Questions and Requests
    Replies: 0
    Last Post: 07-13-2007, 02:59 PM
All times are GMT -5. The time now is 05:19 AM. Powered by vBulletin® Version 4.2.3
Copyright © 2025 vBulletin Solutions, Inc. All rights reserved. User Alert System provided by Advanced User Tagging (Pro) - vBulletin Mods & Addons Copyright © 2025 DragonByte Technologies Ltd.
Google Authenticator verification provided by Two-Factor Authentication (Free) - vBulletin Mods & Addons Copyright © 2025 DragonByte Technologies Ltd.
Digital Point modules: Sphinx-based search