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

    [SOLVED] Strange aura duration bug.

    I'm currently running a server on Linux(Debian) machine which is live, also running one on my local machine for testing purposes which is on Windows 7. On the Linux server, every spell/aura duration seems to be bugged out. For example; http://imgur.com/TbM35wD http://imgur.com/OV273Ah ( As you...
  2. Rezolve

    [SOLVED] 4.3.4 - Arena Team Level Requirement

    Hello emudevs i'm currently trying to lower the Arena team level requirement on patch 4.3.4, I've noticed there were a few threads created about this before, But i'm wondering if anyone been able to do this yet? At the moment I'm stuck at believing it's an client thing.
  3. Rezolve

    [SOLVED] [Command] Scaling - learn purposes.

    Helo emudevs, i'm currently trying to learn a more about query's in C++ and trying to add a command .tool scale. Here's the code: Player* player = handler->GetSession()->GetPlayer(); QueryResult result; result = WorldDatabase.PQuery("SELECT scale_id,scale_size,comment FROM custom_scale")...
  4. Rezolve

    [SOLVED] Trinitycore does not support MySQL version...

    I've been trying to compile Trinitycore 3.5.5a and using MySQL version 5.6.17. ( I've also tried using 5.6.23 ). When i open the auth or world server it opens up with an error saying " TrinityCore does not support MySQL versions below 5.1 ". Note: I've also used 'MySQL Server Community Edition'...
  5. Rezolve

    [SOLVED] How to? Buff/Nerf Spell damage lua?.

    Hello Emudevs, I'm currently trying to figure out how to buff / nerf spells via lua. If anyone maybe able to give me a demo on how this might be done in lua that would be amazing and very helpful to my situation. Side note: I'm still very new to lua, so bare with me as i might ask some noob...
  6. Rezolve

    [SOLVED] Loading items... ( Crash )

    Hello emudevs, Currently I'm having an issue with an error. The console will load until ' Loading Items... ' and then it will crash. I've compiled the source in Debug and these are the errors I'm getting ' Debug errors. '.
  7. Rezolve

    [SOLVED] Skyfire Realm offline issue. ( 5.4.8 )

    Hello emudevs, I've got an issue with my realm for some reason it keeps showing it's offline. I've added the ports and run world/auth/sql/client as admin, checked the game build in auth, and client. ( I'm able to connect to other 5.4.8/18414 servers )...
  8. Rezolve

    [SOLVED] Wrong DeltaScalingMultiplier - Issue.

    Log here: Pastebin I'm not sure where to fix this, so wounding if anyone would have a clue on how to fix it or experniced this issue before?, if so it would be much appreciated thanks. Information: - Max level: 255 ( Set in world.conf and also the source. ) - Patch: 4.3.4 - Source not a repack...
  9. Rezolve

    A few Eluna erros

    Hey Emu-devs, so I recently went thou my modified source and merged Eluna, but i've got a few error's. Additional information: I've add eluna in Cmakelists. 54 IntelliSense: identifier "lua_State" is undefined c:\src\LuaEngine\LuaEngine.h 473 5 LuaEngine 71 IntelliSense: class "Unit" has no...
  10. Rezolve

    Eluna Support

    My prefix is TC Cataclysm but I'm not using TC and I'm trying to merge Eluna with my modified cataclysm server. At the moment I've put LuaEngine in src, and that's the part I'm currently up to. Best Regards, Rezolve. - Thank you for your time.
  11. Rezolve

    Eluna Question

    Hey Emu-devs just wounding on what your opinions are on Eluna merged with trinitycore is, I'm also wounding would it be worth doing so and what would be some of the cons and pros be? Would it also be beneficial for custom scripts or even fixing spells,etc or possible to do so with Eluna? PS...
  12. Rezolve

    [SOLVED] CMakeLists Error.

    Hello, emu-devs got an error, I've checked Custom, CMakeLists and also the CMakeList in \src\server\scripts, and there nothing that seems to be out of place or anything. Wounding if anyone know's how to fix it. Error 1 error PRJ0019: A tool returned an error code from "Checking Build System"...
  13. Rezolve

    [SOLVED] Console Error.

    Hey Emu-Devs, Receiving a wired error, I believe the error been caused by something in the world.cpp but no error's show when I compile. Here's the error when someone try's to login in-game, and they get stuck at " Retreving character list ". Error: ready... Can't initialize packet...
  14. Rezolve

    Rezolve's Introduction.

    Hello, Emudev wanted to Introduce myself Information about myself: Name: Call me Rezolve :wink (2):. Age: 17. Hobbies: WoW EMU, SQL / and interested in C++. Skills: I would say i'm descent at SQL, <--- Basic knowledge and still learning :). Projects: I'm currently working on 4.3.4 Server.
Top