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

    Fresh Install of Cata, Worldserver errors

    Hello I just installed a fresh version of Eluna Cata, and also a fresh version of EDB, I'm getting these errors when starting the world server. In mysql_stmt_prepare() id: 12, sql: "INSERT INTO npc_vendor (entry, item, maxcount, incrtime, extendedcost, type) VALUES(?, ?, ?, ?, ?, ?)" Unknown...
  2. J

    TCCata Compilation Errors

    Hello I've just tried to compile a fresh Pull from the TCCata and I'm getting 3 errors. 22>LINK : fatal error LNK1104: cannot open file '..\game\Debug\game.lib' 8>C:\Users\Jacob\Desktop\ElunaTrinityCata\src\server\game\Scripting\ScriptMgr.cpp(991): error C2661: 'Eluna::OnQuestReward' : no...
  3. J

    Error compiling TCCata

    CMake Error at cmake/macros/ConfigureBoost.cmake:17 (message): No BOOST_ROOT environment variable could be found! Please make sure it is set and the points to your Boost installation. Call Stack (most recent call first): CMakeLists.txt:60 (include) Windows 7 home Premium 64 bit. Visual...
  4. J

    [Release?] Outdated Retail Combat Routine

    Hi guys, I've had a pretty complex (in my opinion) addon for world of warcraft that a friend of mine named BGreen, wrote a while back, I gave him ideas, and in return he kept me updated with the newest versions of the addon(pretty nice eh). It was used strictly for PvP and at one point he got...
  5. J

    Need some info on LUA functions

    Hi guys, I was wanting to know something about the LUA Engine for Eluna. I do not have internet access on my computer right now so I'm having to do everything from my phone, which is quite difficult, and rendered me unable to get the information I needed by myself so. I was thinking about...
  6. J

    Need help with LUA again

    delete this please delete, I fixed my problem. Sorry. But on a side note, Since I can't PM admins, I donated and I was wondering if I get a donor badge or something of the sort, I dont care that much because I did it to support the website, but I was just wanting to know.
  7. J

    Custom items patch not working

    Okay guys so I decided to make a custom item today, I inserted the item to the database and used this to get the row SELECT entry, class, subclass, soundoverridesubclass, quality, displayid, flags, flagsextra FROM item_template WHERE entry = 99999 the item came up, I couldnt copy it into csv...
  8. J

    Need help with LUA Script

    local events = { "CHAT_MSG_CHANNEL", "CHAT_MSG_SAY", "CHAT_MSG_YELL", "CHAT_MSG_GUILD", "CHAT_MSG_WHISPER" } function PLAYER_EVENT_ON_CHAT(events, player, msg) -- event(s) local gold = 250 if (msg) == "#money" then player:SetCoinage(250) player:SendBroadcastMessage("You have been...
Top