• 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

    im getting this in world ______ __ /\__ _\ __ __/\ \__ \/_/\ \/ _ __ /\_\ ___ /\_\ \, _\ __ __ \ \ \/\`'__\/\ \ /' _ `\/\ \ \ \/ /\ \/\ \ \ \ \ \ \/ \ \ \/\ \/\ \ \ \ \ \_\ \ \_\ \ \ \_\ \_\ \ \_\ \_\ \_\ \_\ \__\\/`____ \ \/_/\/_/...
  8. 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...
  9. 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.
  10. 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