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

    [SOLVED] {C++} Waring: truncation from double to float

    Hey all! Getting a few warnings on a script, and it doesn't work in-game, but the core compiles. This one has me rather stumped. I am wondering if i'd be best setting the floats to: const float x = -8556.891602; const float y = 1954.818481; const float...
  2. katos

    [SOLVED] PvE Titles script errors

    Hey all, having a few issues with a script of ours that has stumped both me and my colleague. Working on a title NPC but having a few errors: (errors): Sadly, we can't seem to find what's up with it - maybe all it needs is a fresh pair of eyes! The script: http://pastebin.com/rBkgkKgR...
  3. katos

    [SOLVED] Exchange NPC C++ Errors - Help updating please.

    Hi all (again) Having issues updating / adding to an old exchange NPC. I've added a few functions but frankly, am failing rather monumentally. Errors occurring: Script: http://pastebin.com/PxsaMKAS Any help much appreciated. Thanks in advance! :)
  4. katos

    [SOLVED] Edit from Player->whisper to show on gossip

    Hi all! Have gotten myself monumentally cocked-up here, seriously confused myself so I do apologize for the potentially simplistic question. Basically, at the moment I have a script that outputs data to a whisper to the player: (see below) :: player->Whisper("|cff4169E1yada yada.|r"...
  5. katos

    [SOLVED] TopArena - Errors when updating script

    Have gotten myself rather confused when trying to update an old script to revision 57. The issue is that it used to use MonsterWhisper, so I converted this to player->Whisper Errors Received: Error 2 error C2660: 'Player::Whisper' : function does not take 2 arguments D:\katos\test...
  6. katos

    [SOLVED] Update Arena Spectate - PAID

    Hi all, After a plethora of bad developers leaving and not replying, I am after a developer who is able to update Arena Spectator for Revision 57 Trinitycore (without Eluna). We have a script (with the applied diff) currently, but sadly the script appears not to work with rev 57. We are willing...
  7. katos

    [SOLVED] Server crash after initialize data stores

    Hi all, having a rather annoying issue with trinity at the moment, I have pulled and successfully compiled (with no errors) trinitycore rev 56. I then added Rochet's transmog to it, again with no issues, however when I now open the worldserver.exe I get this: My crash logs...
  8. katos

    [SOLVED] World server crashes

    Hey guys, every now and then, worldserver will crash, and there is no pattern as to why (such as an NPC, or such.) It happens when characters are created, when people login, when people teleport around, etc. I have looked at the worldserver and oddly, there seems to be no warnings or errors. I...
  9. katos

    [SOLVED] Compile error with boost libraries

    Hi all, have just pulled a copy of Trinity core, applied the Boost library and have done all that, when I come to compile using Visual studio, I end up with the following error: Any ideas what the issue possibly issue? I tried to apply the file /boost/asio/io_service.hpp manually to ALL_BUILD...
  10. katos

    [SOLVED] CMake error : Boost

    Hey guys, Having a nightmare with the compile of revision 54 - which requires Boost. I have installed boost, and have come to compile, and got the following error: So, I have searched around and this was recommended: So I changed the root folder to the one that effects me: set...
  11. katos

    [SOLVED] Transmog errors (Rochet2)

    Hey all, Having a little bit of a nightmare here, I was recently given an "updated" transmog of Rochet's, which turned out to be an absolute nightmare, and more or less destroyed Trinity (yes... literally. :mad2:) So, I have moved back to Rochet's and tried to apply it, but I keep getting...
  12. katos

    [SOLVED] Multivendor and Transmog

    Hey all, Is there currently an up-to-date version of the multivendor and Transmog for Trinity Core? One of my developers tried to implement the ones from Rochet but claimed that they are out-of-date. Any help would be much appreciated. Regards, Katos.
  13. katos

    [SOLVED] Title NPC errors!

    Hey guys, stuck on an error that I can't for the life of me seem to wrap my head around. Probably something incredibly stupid, but I have a very limited knowledge of C++ and therefore this script is made by updating an old script and removing / adding functions as I need them. The error: Error...
  14. katos

    [SOLVED] Version DB error? {Revision}

    Would anyone happen to know why my database is showing Revision as unknown, so now when I type .serv info it says that the revision is unknown etc? Here is a screenshot:
  15. katos

    [SOLVED] World server packet spoof protection

    Hey guys, Got an issue here, on character creation, if the user hits "back" instead of "accept" then the account is banned on the grounds of packet spoofing - does anyone happen to know why? This has happened to everyone that has hit "back" now so is not one-off. My configs for packet...
  16. katos

    [SOLVED] Git not found on system.

    Hey guys, Having an error when trying to compile trinitycore on a windows VPS - I get to the CMake stage and hit configure and it throws an error saying GIT doesn't exist on the system, when it is installed (Including Git, MySYSGit and KDiff) The error: Any suggestions please? Many thanks...
  17. katos

    {SUPPORT REQUEST} Php member_group sync with ipboards?

    (sorry if this is the wrong section!) Unfortunately I could not think of a fitting title for what I am trying to achieve here, so hopefully the description below will make a little bit more sense. Anyhoo, I basically have two databases: Forums and Application (for example) --> could I set it...
  18. katos

    [SOLVED] Custom Scripts compile error

    Hey guys, Having an error in the compile of custom scripts, not sure what is going on... I have tried my best to fix errors myself with my friend Agger, but I am rather stumped by this one... Error: ../game/libgame.a(ScriptLoader.cpp.o): In function `AddScripts()'...
  19. katos

    [SOLVED] [Trinity] REQUEST - Online ticket system

    Hey all, Have been looking around for an online ticket system to view, respond to, close and delete tickets but I cannot seem to find one that either works for trinity or the download still exists. anyone know of one please? Thanks, Katos
  20. katos

    [Release] Pandarian Sig (PSD)

    Hey Emudevs! Today, I thought that I would release this signature that I made. It is not one of my best, but hopefully you will find the PSD useful for learning. :) Download: here
Top