• This is a read only backup of the old Emudevs forum. If you want to have anything removed, please message me on Discord: KittyKaev

Recent content by Blazeqts

  1. B

    Mangos 3.3.5 This file requires compiler and library support for the ISO C++ 2011 standard.

    When I compile I get the error: #error This file requires compiler and library support for the ISO C++ 2011 standard. This support is currently experimental, and must be enabled with the -std=c++11 or -std=gnu++11 compiler options. So I realize I need to use -std=c++11 with my cmake by using...
  2. B

    4.3.4 Databases?

    I'm currently running this Source Code from Trinity: https://github.com/TrinityCoreLegacy/TrinityCore And I've ran the latest version of the Database named "TDB_4.3.4-15" from here: https://github.com/TrinityCoreLegacy/TrinityCore/releases But a lot of tables aren't full. Like there's only...
  3. B

    TrinityCore 4.3.4 Removing LoS from certain World Objects

    In Warsong Gulch, the Stumps in the middle of the map are not suppposed to have LoS. Yet they have. I'd like this removed. I've looked everywhere in the core for anythign mentioning this but I can't find anything. Can someone help me? :P First post in a while, good to be back.
  4. B

    [SOLVED] Questions regarding Trinitycore

    I'm asking these questions for eduactional purposes. Question 1: Are all spell coefficients correct on TC? Question 2: Are all DoT damage calculation at low level correct on TC? Question 3: Are all pet damage calculation at low level correct on TC? Question 4: Is TC 100% Blizzlike? So if I...
  5. B

    Captcha doesn't load.

    Currently trying to get Captcha for my website. Here's the PHP code: <?php class Captcha { /** * Configuration */ private $stack = "abcdefghijklmnopqrstuvxyzABCDEFGHIJKLMNOPQRSTUVXYZ123456789"; private $length = 7; private $distortionLevel = 3; /** * Runtime values */ private...
  6. B

    Captcha doesn't load.

    Currently working on setting up a FusionCMS, however the captcha doesn't work. Here's the captcha script:<?php /** * @package FusionCMS * @author Jesper Lindström * @author Xavier Geerinck * @author Elliott Robbins * @link http://raxezdev.com/fusioncms */ class Captcha { /** *...
  7. B

    [SOLVED] Linux server unstable

    I have a linux VPS from www.epichosts.co.uk - Server seems very unstable, even tho the upload / download speed is great. Here's my specs: ~2.7GHz CPU 1 core 1GB RAM 75GB HDD Space Do I need to get more RAM / cores? Because I'm aware that the ram and core is very low on my host, but I didn't...
  8. B

    [SOLVED] Linux - How to run Worldserver / Authserver

    What's the command in Linux to run Worldserver.exe / Authserver.exe? /cheers
  9. B

    [SOLVED] Is this guide outdated?

    http://www.*********.com/forums/world-of-warcraft/world-of-warcraft-emulator-servers/wow-emu-guides-tutorials/447028-how-compile-trinity-linux-ubuntu-pictures.html Why is 0wnedc0re censored? Is there anything outdated in this guide on How to compile tirnity linux?
  10. B

    [SOLVED] Setting up a Linux server and specs

    Firstly, I know nothing about Linux. CPU: Intel Xeon E3 1225v2 Cores / Threads: 4 c/ 4 t Freq: 3.2 GHz+ RAM: 32 GB Disk: 2 x 2 TB SATA RAID: Soft free IPs / month: 16 Price per month: £35.70 incl. VAT Are these specs good enough to run a server with a population of 100-200 players? I'm...
  11. B

    [SOLVED] Trinitycore: Mages have succubus spells?!

    Mages have some spells learned on creation that belong to the pet Succubus. I have no clue how to remove it, I've checked playercreateinfo_spell_custom from top to bottom and playercreateinfo_skills from top to bottom. I've even set this to 0 # PlayerStart.AllSpells # Description: If...
  12. B

    [SOLVED] Chest spawn bugged?

    I'm currently working on a custom FFA area with a chest spawning every hour (22:00, 23:00...) however at the moment whenever the chest gets looted and despawns it THEN starts the timer. Example: Chest spawns at 22:00 Player loots and chest despawns at 22:03 Chest will then spawn at 22:03 How...
  13. B

    [SOLVED] Server crashing!

    Hey Emudevs, my server is crashing atm. and I'm having a hard time figuring out why. Is there a way to see what caused it?
  14. B

    [i]

    What does [i] mean? Used in a sentense: if (spellInfo->Effects[i].ApplyAuraName Thank you in regards
  15. B

    [SOLVED] Racials, Auto Shoot glitched.

    I'm currently having a few issues. A few races, draenei for example, have double racials. Not same spell tho', different ID. Draenei: ID in playercreateinfo_skills ; 59542 IDs in spellbook ; 59542, 59548 Auto Shoot doesn't continue casting when a target runs out of LoS. It shows as if...
Top