• This is a read only backup of the old Emudevs forum. If you want to have anything removed, please message me on Discord: KittyKaev

Search results

  1. Salja

    Example Creature with phase

    Example Creature with phase Few ppls ask me for creatures what have phases on xyz% of health here a example script for it. Main File: https://github.com/CoronaCore/LuaScripts/blob/master/lua_scripts/examples/example_creature_fight_phase.lua
  2. Salja

    Time Morph Stone/NPC

    Time Morph System SQL: https://github.com/CoronaCore/LuaScripts/blob/master/sql/mangos_time_morphsql.sql For CMaNGOS 2.4.3 Base File: https://github.com/CoronaCore/LuaScripts/blob/master/lua_scripts/base/sc_default.lua Main File...
  3. Salja

    Bounty Hunter System

    Bounty Hunter System by Salja SQL: https://github.com/CoronaCore/LuaScripts/blob/master/sql/character_bounty_hunter.sql Base File: https://github.com/CoronaCore/LuaScripts/blob/master/lua_scripts/base/sc_default.lua Main File...
  4. Salja

    Rules/Info System on Login

    Rules/Info System on Login SQL: https://github.com/CoronaCore/LuaScripts/blob/master/sql/character_rules.sql Base File: https://github.com/CoronaCore/LuaScripts/blob/master/lua_scripts/base/sc_default.lua Main File...
  5. Salja

    CoronaCore Custom Scripts

    Custom Scripts for CoronaCore >>>GitHub<<< C++ Scripts * GameMaster Color Chat V1.0 Download * AutoBroadcast System V1.0 Download * .nameannounce V1.0 Download Some more Custom Scripts wil come soon tell me your wishes.
  6. Salja

    CoronaCore Best TBC 2.4.3 Repack Blizzlike

    CoronaCore is an Open Source project which allows you the relive the original World of Warcraft and the Burning Crusade expansion on your server, your desktop or anywhere else you want. As the original World of Warcraft is continually evolving and expands with new content and game features, we...
  7. Salja

    MaNGOSOne Mumur Enter Event

    well i switch complete to mac but yes your right wehn you will install wow you need power pc or older version of osx but you cant downgrade the osx wehn you buy a new mac what have osx 10.9 installed
  8. Salja

    MaNGOSOne Simpel ChatLog System Portet from Arcemu

    Simpel ChatLog System Protet from Arcemu tested under MaNGOSOne local file = io.open("lua_scripts/ChatLog.log", "a") cddcdm = "" function OnChat_Command(event, player, message, type, language) swm = string.lower(message) local plrname = player:GetName() local accname =...
  9. Salja

    MaNGOSOne Sunwell NPC Event

    Thanks to rochet for lot of help =) Script not complete done but working fine =) --[[ Sunwell Trash NPC´s Event Script 90% Complete Small Bugs must be fix, check commands in Script Author´s (Rochet, Salja, Foereaper) --]] local NPC_SUNBLADE_SCOUT = 25372 local...
  10. Salja

    MaNGOSOne Mumur Enter Event

    Not 100% done yet but working on it =) --[[ Script DONE 60% NOTE: Missing RemoveEvents from Mumur wehn only Enter in Combat with Player Missing Add Spells to Cabal SpellBinder and Cabal Summoner for Player fight Check is Say Event Chance 10% Right ? Check must Respawn all Cabal...
  11. Salja

    MaNGOS/CoronaCore 1.12.1 and 2.4.3 with Eluna/LuaEngine and PlayerBots

    MaNGOS/CoronaCore 1.12.1, 2.4.3 and 3.3.5 with Eluna/LuaEngine and PlayerBots Fresh Compiled 1.12.1, 2.4.3 and 3.3.5 with Eluna/LuaEngine and PlayerBots Include: All SQL files, Config files, Tools for extract dbc, maps, vmaps and mmaps CoronaCore now on Facebook...
  12. Salja

    NPC ItemExChange

    Change a Item (Count) to other Item (Count) Lua Code: local NPC_ENTRY = 60000 local ITEM_1_ENTRY = 20558 -- Warsong Gulch Mark of Honor local ITEM_2_ENTRY = 20559 -- Arathi Basin Mark of Honor local ITEM_1_COUNT = 2 local ITEM_2_COUNT = 1 local ITEM_1_NAME = GetItemLink(ITEM_1_ENTRY) local...
  13. Salja

    Simple Premium System

    Simple Premium System, check on login is player premium or not and send a welcome massage. If the player are premium than he can use #premium as chat command that will open a gossip menu NOTE 1: SQL need insert in characters database NOTE 2: for add a new premium user insert the account id od...
  14. Salja

    PvP Token System

    Thanks to Rochet to CleanUp my Script =) PvP Token System wehn kill a other Player give a Item or Gold or both‏, when the bags are full send a mail with the item. Tested on last MaNGOSOne TBC with Eluna Settings -- Settings local ItemOrGold = 0 -- 0 = Gold and Item, 1 =...
  15. Salja

    [MaNGOS TBC] Transmogrification by Rochet2

    All Credits goes to Rochet2 he is the Author im self only test the Transmogrification script for MaNGOS TBC. http://paste2.org/9OcUyd2j Tested on last MaNGOS One (TBC) with Eluna https://github.com/eluna-dev-mangos/ElunaCoreTbc and works fine
  16. Salja

    MaNGOSOne (TBC) Eluna Repack v1.0

    MaNGOSOne (TBC) Eluna Repack v1.0 v1.0 (12.12.2013) Last MaNGOSOne Core with Eluna and last ScriptDevOne (12.12.2013) Last OneDatabase with all Updates (No Startup Errors) Include (Maps, DBC´s, VMaps and Mmaps) Include MySQL Server (Port 3311) Tools (Navicat Premium 11.0.8 Portable) -- UPDATE...
Top