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

    [SOLVED] Making boss spawn npcs Eluna

    I am trying to make my boss spawn npcs when it hits a certain health %, this is what I have. function Phase1(event, creature, target) if creature:GetHealthPct() <= 80 then creature:RemoveEvents() creature:SendUnitYell("Prepare to be locked in Tartarus, for eternity!!", 0)...
  2. Pyre

    [SOLVED] Port forwarding

    I have been trying to port forward successfully for around 4 hours now, And cant seem to do it... All my Firewalls are turned off and I have followed around 3 guides. I can connect to my server, but none of my friends can. Canyouseeme.org tells me that it cannot see me... I dont know what else...
  3. Pyre

    [SOLVED] Rochet2's Transmog Error

    Im using rochet 2s Transmog code and I am getting this error and not sure what it means.. lua_scripts/Transmog.lua:189: attempt to call method 'UpdateUInt32Value' (a nil value)
  4. Pyre

    [SOLVED] No Item.DBC

    I compiled eluna and I got no errors, everything works. I can start my world server and play it with no problems. But there is no DBC folder, or a Item.dbc for that matter? Where does it download to?
  5. Pyre

    [SOLVED] Classes are changed?

    Recently compiled ElunaWotlk core and This is what im seeing when I make custom Items and character creation. Custom Items: Characters:
  6. Pyre

    [SOLVED] My first Lua script, Will it work?

    Lua script error I am wondering if this script will work? function buff_NPC(unit, event, player) unit:GossipCreateMenu(100, player, 0) unit:GossipMenuAddItem(0, "Armor + 10%", 1, 0) unit:GossipMenuAddItem(0, "Damage + 1 - 10%", 2, 0) unit:GossipMenuAddItem(0, "Resistances + 25", 3, 0)...
  7. Pyre

    [SOLVED] Authserver and worldserver

    All updates applied world server still gives me that error. My character table is in there. Below is my characters
  8. Pyre

    [SOLVED] Authserver and worldserver

    im getting this in world ______ __ /\__ _\ __ __/\ \__ \/_/\ \/ _ __ /\_\ ___ /\_\ \, _\ __ __ \ \ \/\`'__\/\ \ /' _ `\/\ \ \ \/ /\ \/\ \ \ \ \ \ \/ \ \ \/\ \/\ \ \ \ \ \_\ \ \_\ \ \ \_\ \_\ \ \_\ \_\ \_\ \_\ \__\\/`____ \ \/_/\/_/...
  9. Pyre

    [SOLVED] Database Issues

    I have read the guide many times, as well as tommy's guide and around 5 other guides on the web Got all the libs from https://github.com/TrinityCore/TrinityCore/releases/download/TDB335.55/mysql_lib.zip Put them in the MySQL folder. No change, same error. They are all x64 checked with Depends...
  10. Pyre

    [SOLVED] Database Issues

  11. Pyre

    [SOLVED] Database Issues

    Now I am getting
  12. Pyre

    [SOLVED] Database Issues

    Ok all the tables finally finished loading in. However I feel as if I am missing some tables? Such as Realmlist. this is my world DB and it looks a bit thin, no? Nvm I deleted the city and country tables and then everything popped up...
  13. Pyre

    [SOLVED] Database Issues

    Ok... I am following along with Tommys video, but I dont know if the databases have been updated or something. I am around 13/15 minutes into the video and Where he says open up world and execute the SQL file, I have no idea what SQL file he is talking about, I also Don't have a Local DB. I also...
  14. Pyre

    [SOLVED] Compiling Core, 208 errors..

    Ok this is what im doing step by step: Cloning 'git clone https://github.com/ElunaLuaEngine/ElunaTrinityWotlk.git' Onto my desktop. Cloning it again into my trinity folder on my c drive. After doing that I go to Cmake and configure it all without any errors. I click Generate and generate...
  15. Pyre

    [SOLVED] Compiling Core, 208 errors..

    http://pastebin.com/DX3wYLpL After clicking build in VS I let it run and got these errors. also said 20 succeeded and 3 failed.
  16. Pyre

    [SOLVED] Compiling core, Cmake Error

    Ok, Got the Boost working but on this tutorial (Follow this tutorial on how to install MySQL server correctly as it installs x64 (64-bit) by default and if you have x86 (32-bit) installed programs/other it will error whilst compiling.) I get this <> and then my custom boxes look nothing like...
  17. Pyre

    [SOLVED] Compiling core, Cmake Error

    Yea I know, I checked it. Gunna re download boost see if it does anything. Edit* Nope didnt change anything
  18. Pyre

    [SOLVED] Compiling core, Cmake Error

    I did They are on my C: I made a path as well, and get the same error.
  19. Pyre

    [SOLVED] Compiling core, Cmake Error

    I am trying to compile TC with Cmake and im getting this error. (Attached) I have ZeroMQ in my C: > Program files, I still get the error. I even changed the folder name to ZMQ.
Top