• 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. N

    [SOLVED] Light Effect attached to the player

    Hello everyone, we are using a darker nights dbc for 3.3.5a. It looks pretty awesome, but we want the player to have is own light source. Do you know any Spell / Visual that makes more light then the default torch so we can attach it to an item? If there is no Visual, does anyone knows how...
  2. N

    [SOLVED] Core Crash when using .modify speed after latest Update (14/03)

    Hello everyone, i updated our Elunacore to the latest Version and now the server is crashing when a gm is unsing ".modify speed" To update the Core i did the following: - Git Stash - Git pull origin master - Git Stash apply --index im getting no real error message in the Crashes folder...
  3. N

    [SOLVED] Flightmaster Eluna ports Players?

    Hello everyone, we got a problem with the function player:startTaxi(path). Currently the script is porting the player to the last entry in the Waypoints table. Could anyone help us with this? local NpcId = 76000 local MenuId = 123 local waypoints_1 = { {1, 1009, -4445, 11}, {1, 1009, -4445...
  4. N

    [SOLVED] Function to get a Players Name / Guid

    Hello everybody, we are currently trying to add a Value into a database via eluna sql. Our problem is, that we need a GUID or a Name or some other value from the player. I cant find any function giving me a result that i can use to identify the player via name / guid. What can i use here...
  5. N

    [SOLVED] Module luasql.mysql not found

    Hello everyone, we are currently trying to insert data to the databsae via lua. This is the code. mysql = require "luasql.mysql" local env = mysql.mysql() local conn = env:connect('characters','trinity','trinity') print(env,conn) status,errorString = conn:execute([[REPLACE INTO oplist...
  6. N

    Trinitycore - Error when compiling Worldchat

    Hello, im trying to add the Worldchat from slp13at420 to my core. Link: http://emudevs.com/showthread.php/5339-World-Chat-script?highlight=worldchat The Core is the newest Eluna one, without any changes made ( wanted to start with a chat ) I added the Script to the Cmake File and the AddSC_...
  7. N

    [SOLVED] Updating a local TC with Eluna and keeping lokal changes

    Greetings Emudevs, a year ago i downloaded the latest TC Repository that was avaible back then via Github. https://github.com/TrinityCore/TrinityCore A few weaks later i found out about Eluna and added it to the local Trinitycore. https://github.com/ElunaLuaEngine/Eluna I made a Mistake back...
  8. N

    [SHOWOFF] Questing / Worldboss Area

    Hello, i want to show you a new custom Map in Howling FJord Style. The Map will get used to start at the lowest point ( the camp ), via flightmasters you can get up to the second and third area. The second Area will get used for questing, after several quests are done you will unlock the...
  9. N

    [Request] [Paid] Thread Design

    Hello, im looking for a good graphic designer that can create a Thread Design for our Server Noones WoW. Paid: 50-70USD For more informations add me in skype : kyle.nolte - Germany, Bayern Greetings Noones
  10. N

    [SOLVED] [Trinity] [C++] FFA Command Script

    Hello Guys, i want to create a script where players can write .ffa (on/off) to turn on the FFA PVP Flag for only this Char. BUT what im missing to complete it are functions tat: 1. Check if player is already FFA flagged 2. SET FFA FLAG for the Player 3. Remove FFA Flag for the Player should...
  11. N

    Eluna - Check if Player is infight

    Hello, i want to add a check if a player is infight to my teleporter. Sadly i havent found a function for it yet. The Teleporter script works fine, but you can teleport even if some big creature attacks you from behind. The Script should check if the player is infight and if he is send an...
Top