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

    TrinityCore 3.3.5 Troubles debugging on ubuntu

    Well I have created the solution using the following rule cmake ../ -DPREFIX=/home/core/server -DWITH_WARNINGS=0 -DWITH_COREDEBUG=1 Everything works well while compiling but when I try to start the worldserver I get this error in DBErrors.log Missing base stats for creature class X level X...
  2. darksoke

    TrinityCore Flood protection seem to not be working

    # # ChatFlood.MessageCount # Description: Chat flood protection, number of messages before player gets muted. # Default: 10 - (Enabled) # 0 - (Disabled) ChatFlood.MessageCount = 5 # # ChatFlood.MessageDelay # Description: Time (in seconds)...
  3. darksoke

    [SOLVED] All online players getting wow error #134

    There were no recent changes on the server it randomly started giving all players error #134 and i couldn't find what was causing it removed all custom patches reversed all changes done recently stil getting the error .... This application has encountered a critical error: ERROR #134...
  4. darksoke

    TrinityCore 3.3.5 Set battleground levelrange

    Where can I set another level range for battlegrounds since the current one is 9 levels i want to set it to 4 so battlegrounds will go like this 60-65 66-70 71-75 and so on ... Is it a core change or a DBC i'm not 100% sure? EDIT: i think i found it .. pvpdifficulties.dbc
  5. darksoke

    [Release] DarkCorE CMS

    DarKcorE cms is a website designed for trinitycore I have created this website mostly for learning PHP , during the development process I found many tricks and useful things and i think it look really decent so far . First things first , this is not a rip off Azer-CMS or FusinCMS or WarcryCMS ...
  6. darksoke

    TrinityCore 3.3.5 [Release] DarkCore Trinitycore Registration Page with setup

    DarkCore Trinitycore Registration Page Yet another release for you guys , let's hope kharma exist and releasing this stuff for free might help me in the future so there we go , today I'm releasing a coded registration form/page for trinitycore , haven't worked really much on the design but on...
  7. darksoke

    [Show Off] Simple WoW Coded Website

    .
  8. darksoke

    [SOLVED] Make hunter pet keep aggro

    I have a haste server and i'd like to make hunter pets keep aggro no matter what damage the player does pet should be somehow forced to keep aggro , is there a core mod i could use to make it or something to ridiculously increase their threat ?
  9. darksoke

    [SOLVED] Stuck on retrieving characters list

    I've started to encounter this problem and if happen for many other players on my server , they get stuck at retrieving characters list and i receive this weird errors in Server.log Received unexpected opcode [CMSG_CANCEL_TRADE 0x11C (284)] Status: STATUS_LOGGEDIN_OR_RECENTLY_LOGGOUT Reason...
  10. darksoke

    [SOLVED] Donation vendor

    Hey i tried to use this script http://emudevs.com/showthread.php/2827-Donation-Vendor/page3 messed arround with it for a while but i keep getting 1 error "'UNORDERED_MAP' does not name a type" anny ideea what is causing it ?
  11. darksoke

    [Show OFF] DarkCore CMS Personal Project

    DarKcorE cms is a personal project , a website designed for trinitycore but customized for my server , I have created this website mostly for learning PHP , during the development process I found many tricks and useful things and i think it look really decent so far . First things first , this...
  12. darksoke

    [SOLVED] Linux debug need help!

    Well i never run the server on debug mode before , but i got a problem and server keep crashing so i decided to find what is it , what i've done so far. in CMakeList.txr changed line 31 # build in Release-mode by default if not explicitly set if( NOT CMAKE_BUILD_TYPE ) set(CMAKE_BUILD_TYPE...
  13. darksoke

    [SOLVED] Creature visible if certain quest is active.

    Is there a way to create a smart script to make a certain creature visible only if player has GM tag on or have a certain quest active ?
  14. darksoke

    [SOLVED] Force max damage

    Is there a way to force the max damage ? let say a player deal more than 2m damage i want whenever the damge is higher than 2m to be instantly reduced to 2m and count as crit. Or just to put a limit on min DPS and max DPS .
  15. darksoke

    [SOLVED] Creatures not spawn in instance difficulty mode

    Hey guys just changed Deadmines so you can enter in all difficulty modes the problem is creatures and gameobjects does not spawn , i have created difficulty creatures entrys setup the required entrys in default creatures ids but when i get ingame and change the difficulty and go in the instance...
  16. darksoke

    [SOLVED] c++ boss script restart hp at changing phase

    Well i would like to know if there is a way to restore boss HP when he is changing phase based on a variable something like if (events.IsInPhase(1) && HealthBelowPct(50)) { if (reset_hp !=10) { events.SetPhase(1)...
  17. darksoke

    [SOLVED] Remove Shadowform benefit from haste

    Does annybody know how to remove the benefit from haste for shadowform ?
  18. darksoke

    [SOLVED] runing 2 3.3.5 realms on the same host goes wrong ...

    Well i want to run 2 3.3.5 realms on the same host 1 will be a dev realm but whenever i try to start the 2nd realm it close instantly after loading all data. My settings are the following. All settings done in auth and worldserver.conf 1st realm. REALMID=1 REALMPORT=8085...
  19. darksoke

    [SOLVED] Trinitycore how to remove transmog requirements?

    Ok i have few questions regarded to 4.3.4 transmogrification. 1st. Is it possible to remove checks so you could transmog plate with cloth and swords with axes for example? 2nd. Is it possible to stop the script removing the transmog items after transmogrification? 3rd. How can i increase the...
  20. darksoke

    [SOLVED] [Trinitycore] How to get rid of .pinfo useless text ?

    does anny of you know how to get rid of all this useless .pinfo symbols ? http://prntscr.com/5ic3q9 it make it impossible to read the informations ...
Top