Help Server Crashes when Event Triggers menu

User Tag List

Results 1 to 4 of 4
  1. #1
    Silentnvd's Avatar Member
    Reputation
    49
    Join Date
    Jan 2008
    Posts
    295
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Help Server Crashes when Event Triggers



    That goes off and then a box pops up saying arc emu - world has stopped working and then server crashes Please help will +Rep
    Last edited by Silentnvd; 08-06-2008 at 10:44 AM.

    Help Server Crashes when Event Triggers
  2. #2
    dragonowner's Avatar Member
    Reputation
    5
    Join Date
    Jul 2008
    Posts
    208
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    find that file open it up in wordpad post it here and see if and .lua scripter can figure out whats wrong

  3. #3
    Fan Boi's Avatar Member
    Reputation
    5
    Join Date
    Jul 2008
    Posts
    65
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Would help if you linked the lua...

  4. #4
    Silentnvd's Avatar Member
    Reputation
    49
    Join Date
    Jan 2008
    Posts
    295
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    here is LUA


    Code:
    --[[ Unit - Global L70ETC.lua
    
    ********************************
    *                                                            *
    * The Moon++ Scripting Project        *
    *                                                            *
    ********************************
    
    This software is provided as free and open source by the
    staff of The Moon++ Scripting Project, in accordance with
    the GPL license. This means we provide the software we have
    created freely and it has been thoroughly tested to work for
    the developers, but NO GUARANTEE is made it will work for you
    as well. Please give credit where credit is due, if modifying,
    redistributing and/or using this software. Thank you.
    
    Staff of The Moon++ Scripting Project, December 2007
    ~~End of License Agreement
    
    All credits for the files in this folder that are GameMonkey scripts
    go to the GMScripts project, for all their hard work for the Ascent
    community.
    
    -- Moon++ Project, February 2008 ]]
    
    
    function spellflare(unit)
    unit:CastSpell(42505) 
    end
    
    function Banddespawn(unit, Event)
    unit:Delete()
    end
    
    
    
    function despawnband(unit, Event)
    unit:RegisterEvent(500, spellflare, 1)
    unit:RemoveEvents() 
    unit:Despawn(1000,2000000)  
    end
    
    function despawnband2(unit, Event)
    unit:RegisterEvent(500, spellflare, 2)
    unit:RemoveEvents() 
    unit:Despawn(1000,2000000)
    end
    
    
    function spellfire(unit)
    unit:CastSpell(42501)
    end
    
    function UDemotes(unit)
    unit:RegisterEvent(500, spellflare, 2)
    unit:RegisterEvent(280000, despawnband, 0)
    unit:RegisterEvent(10000, EmoteSpinGuiUD, 1)
    unit:RegisterEvent(30000, EmoteStrumGuiUD, 1)
    unit:RegisterEvent(34000, EmoteStrumGuiUD, 1)
    unit:RegisterEvent(38000, EmoteSpinGuiUD, 1)
    unit:RegisterEvent(45000, Normalstate, 1)
    unit:RegisterEvent(104000, EmoteJumpGuiUD, 1)
    unit:RegisterEvent(70000, EmoteStepGuiUD, 1)
    unit:RegisterEvent(85000, Normalstate, 1)
    unit:RegisterEvent(123000, EmoteJumpGuiUD, 1)
    unit:RegisterEvent(140000, Spotlight, 1)
    unit:RegisterEvent(145000, EmoteSpinGuiUD, 1) 
    unit:RegisterEvent(168000, EmoteJumpGuiUD, 1)
    unit:RegisterEvent(200000, Normalstate, 1)
    unit:RegisterEvent(229000, EmoteStepGuiUD, 1)
    unit:RegisterEvent(203000, Normalstate, 1)
    end
    
    function EmoteStrumGuiUD(unit)
    unit:Emote(405)
    end
    
    function EmoteStepGuiUD(unit)
    unit:Emote(403)
    end
    
    function EmoteSpinGuiUD(unit)
    unit:Emote(404)
    end
    function EmoteJumpGuiUD(unit)
    unit:Emote(402)
    end
    
    function Drumemotes(unit)
    unit:RegisterEvent(500, spellflare, 2)
    unit:RegisterEvent(280000, despawnband, 0)
    unit:SetCombatCapable(0)
    unit:RegisterEvent(30000, Emotetwodrum, 1)
    unit:RegisterEvent(34000, Emotetwodrum, 1)
    unit:RegisterEvent(38000, Emotetwodrum, 1)
    unit:RegisterEvent(45000, Normalstate, 1)
    unit:RegisterEvent(58000, Emotetwodrum, 1)
    unit:RegisterEvent(68000, Emotejumpdrum, 1)
    unit:RegisterEvent(88000, Emoterolldrum, 1)
    unit:RegisterEvent(100000, Emotejumpdrum, 1)
    unit:RegisterEvent(138000, Emotetwodrum, 1)
    unit:RegisterEvent(210000, Emoterolldrum, 1)
    unit:RegisterEvent(203000, Normalstate, 1)
    end
    
    
    function Emotejumpdrum(unit)
    unit:Emote(405)
    end
    
    function Emoterolldrum(unit)
    unit:Emote(402)
    end
    
    function Emotetwodrum(unit)
    unit:Emote(403)
    end
    
    function Emotespindrum(unit)
    unit:Emote(404)
    end
    
    function Orcemotes(unit)
    unit:RegisterEvent(500, spellflare, 2)
    unit:RegisterEvent(280000, despawnband, 0)
    unit:SetCombatCapable(0)
    unit:RegisterEvent(0500, EmoteRight, 1)
    unit:RegisterEvent(19000, EmoteGrabclose, 1)
    unit:RegisterEvent(30000, Emoteleft, 1)
    unit:RegisterEvent(45000, Normalstate, 1)
    unit:RegisterEvent(65000, EmoteGrab, 1)
    unit:RegisterEvent(70000, Emoteleft, 1)
    unit:RegisterEvent(84000, EmoteScream, 1)
    unit:RegisterEvent(87000, Normalstate, 1)
    unit:RegisterEvent(115000, OrcLight, 1)
    unit:RegisterEvent(123042, Emoteleft, 1)
    unit:RegisterEvent(137000, EmoteScream, 1)
    unit:RegisterEvent(142000, Emotestop, 1)
    unit:RegisterEvent(180000, Emotestop, 1)
    unit:RegisterEvent(229000, EmoteRight, 1)
    unit:RegisterEvent(239000, EmoteGrab, 1)
    unit:RegisterEvent(259000, EmoteScream, 1)
    end
    
    function EmoteRight(unit)
    unit:Emote(403)
    end
    
    function Emoteleft(unit)
    unit:Emote(404)
    end
    
    function EmoteScream(unit)
    unit:Emote(407)
    end
    
    function EmoteGrab(unit)
    unit:Emote(405)
    end
    
    function Emotestop(unit)
    unit:Emote(402)
    end
    
    function EmoteGrabclose(unit)
    unit:Emote(406)
    end
    
    function OrcLight(unit)
    unit:CastSpell(42510)
    end
    
    function Trollemotes(unit)
    unit:RegisterEvent(500, spellflare, 2)
    unit:SetCombatCapable(0)
    unit:RegisterEvent(10000, EmoteStrumbass, 1)
    unit:RegisterEvent(30000, EmoteStrumbass, 1)
    unit:RegisterEvent(45000, Normalstate, 1)
    unit:RegisterEvent(70350, EmoteStepbass, 1)
    unit:RegisterEvent(85000, Normalstate, 1)
    unit:RegisterEvent(95000, EmoteJumpbass, 1)
    unit:RegisterEvent(102000, EmoteStrumbass, 1) 
    unit:RegisterEvent(115000, EmoteStepbass, 1)
    unit:RegisterEvent(123500, EmoteStepbass, 1)
    unit:RegisterEvent(165000, EmoteStepbass, 1)
    unit:RegisterEvent(192300, EmoteJumpbass, 1)
    unit:RegisterEvent(203000, Normalstate, 1)
    unit:RegisterEvent(229550, EmoteStepbass, 1)
    unit:RegisterEvent(280000, despawnband, 1)
    end
    
    
    function EmoteStrumbass(unit)
    unit:Emote(404)
    end
    
    function EmoteJumpbass(unit)
    unit:Emote(403)
    end
    
    function EmoteStepbass(unit)
    unit:Emote(402)
    end
    
    function BEmotes(unit)
    unit:RegisterEvent(500, spellflare, 2)
    unit:RegisterEvent(280000, despawnband, 0)
    unit:RegisterEvent(10000, EmoteStrumGui, 1)
    unit:RegisterEvent(30000, EmoteStrumGui, 1)
    unit:RegisterEvent(34000, EmoteStrumGui, 1)
    unit:RegisterEvent(38000, EmoteStrumGui, 1)
    unit:RegisterEvent(45000, Normalstate, 1)
    unit:RegisterEvent(70061, EmoteStrumGui, 1)
    unit:RegisterEvent(85000, Normalstate, 1)
    unit:RegisterEvent(104000, EmotekickGui, 1)
    unit:RegisterEvent(123042, EmoteStrumGui, 1)
    unit:RegisterEvent(140000, EmoteStrumGui, 1)
    unit:RegisterEvent(166000, EmotekickGui, 1)
    unit:RegisterEvent(168000, EmotepluckGui, 1)
    unit:RegisterEvent(180000, EmotepluckGui, 1)
    unit:RegisterEvent(193000, EmoteSpinGui, 1)
    unit:RegisterEvent(203000, Normalstate, 1)
    unit:RegisterEvent(229240, EmoteStrumGui, 1)
    unit:RegisterEvent(257000, Normalstate, 1)
    unit:RegisterEvent(259000, EmoteSpinGui, 1)
    end
    
    
    function EmoteStrumGui(unit)
    unit:Emote(402)
    end
    
    function EmotepluckGui(unit)
    unit:Emote(404)
    end
    
    function EmotekickGui(unit)
    unit:Emote(403)
    end
    
    function EmoteSpinGui(unit)
    unit:Emote(405)
    end
    
    function Normalstate(unit)
    unit:Emote(401)
    end
    
    function Spotlight(unit)
    unit:CastSpell(39312)
    end
    
    
    
    
    function spellearth(unit)
    unit:CastSpell(42499)
    unit:RegisterEvent(2000, spellfire, 1)
    end
    
    function spelllightning(unit)
    
    unit:CastSpell(42510)
    unit:CastSpell(42507)
    end
     
    function spellstorm(unit)
    unit:CastSpell(42500)
    unit:RegisterEvent(1000, spelllightning, 1)
    unit:RegisterEvent(4000, spellearth, 1)
    end
    
    function Onspawnband4(unit)
    unit:PlaySoundToSet(11803) 
    unit:SetCombatCapable(0)
    unit:RegisterEvent(1000, spellstorm, 1)  
    unit:RegisterEvent(70000, spellstorm, 1)  
    unit:RegisterEvent(123000, spellstorm, 1) 
    unit:RegisterEvent(230000, spellstorm, 1)  
    unit:RegisterEvent(243000, spellstorm, 1) 
    unit:RegisterEvent(280000, despawnband, 0)  
    end
    
    
    RegisterUnitEvent(23624, 6, "Trollemotes") 
    RegisterUnitEvent(23619, 6, "UDemotes")  
    RegisterUnitEvent(23626, 6, "BEmotes")
    RegisterUnitEvent(23625, 6, "Orcemotes")
    RegisterUnitEvent(23623, 6, "Drumemotes")
    RegisterUnitEvent(49000, 6, "Onspawnband4")

Similar Threads

  1. [HELP] Server crash at code part
    By gotiefan in forum WoW EMU Questions & Requests
    Replies: 1
    Last Post: 09-20-2009, 12:23 PM
  2. Server Crashes When Making A New Character On Admin & Gm Account
    By Honk in forum WoW EMU Questions & Requests
    Replies: 1
    Last Post: 07-30-2009, 06:35 PM
  3. help, server crashes
    By L'Lawliet in forum World of Warcraft Emulator Servers
    Replies: 2
    Last Post: 06-05-2008, 12:15 PM
  4. Why does server crash when i/player sees..
    By fonillius in forum World of Warcraft Emulator Servers
    Replies: 2
    Last Post: 01-28-2008, 09:54 AM
  5. [HELP] Server crash
    By Rouslan in forum World of Warcraft Emulator Servers
    Replies: 4
    Last Post: 01-13-2008, 05:39 PM
All times are GMT -5. The time now is 09:19 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