• 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 Synth

  1. Synth

    [SOLVED] Vote Point System Errors!

    So could you please paste the script with brackets correctly,actually i already have vote points in my account but the problem nothing happen when you write the command,i also restarted authserver,and ofc i add the command to rbac tables in auth but its something from the script i can't...
  2. Synth

    [SOLVED] Vote Point System Errors!

    Sup everyone as title said today i try to add the Vote Point System maded by @Tommy,so i think its outdated i get custom errors after compile: I try to understand this great code but i didn't know how to fix this errors so wiried! Thank you! Synth!
  3. Synth

    [SOLVED] Problem to slove merge conflicts

    Hello,Emudevs! So actually today i was going to update my core after adding many scripts,so first i just do git pull,it ask me for commit,then i write git add -A,then git commit -a -m "My Commit Message",after that i get this: Git result need me to merge,then i just right click in my core...
  4. Synth

    [SOLVED] Professions SKill won't take action to open and get menu!

    Dear,Emudevs! Well i'm having problem with all Professions skills, the problem is once i train for example "Engineering" from professional trainer,and i go to spellbook and i click "Engineering" it don't take any actions to open and send me menu of the Engineering skills so its a wiered error i...
  5. Synth

    [SOLVED] Compiling DB Connection Error !!

    Hello,Emudevs! So today i was compiling my own core i'm using the latest mysql server 5.7 so once i build my solution and it start build world release i get db errors and the compile result failed: So you can see this DB connetion errors here: DB erros during compile Does anyone have any idea...
  6. Synth

    [SOLVED] How to increase mounts speed

    Dear Emudevs, So ye as title said i want to increase my mounts speed so example: The item ID of this mound 46308,i want to increase his speed to 40% at level 10 and 100% at level 40. So how can i modify them what should i change/edit/add? Thank you! Best regards, Synth !!
  7. Synth

    [SOLVED] Cmake Configuration Error

    Hello,Emudevs! Well long years ago i didn't compile my own core i forget everything but today i follow the tutorial that is maked by Emudevs how to compile your own core and then i have downloaded all links that you should have before you compile,Git 64 bit as for my OS,Cmake 32 Bit version...
  8. Synth

    [SOLVED] [Trinity Core]How to change Experience Rates ?

    Greetings Emudevs !! So i have decided to change the experience rate,but i don't know to do that i want the experience rate be x40 or x20 so can someone tell me how i can change it or how to do that ? Thank you ! Best regards, Synth !!
  9. Synth

    [SOLVED] [Nvlddmkm.sys] Blue Screen of death !!

    Greetings,Emudevs! Well guys my PC have a problem with this driver from 1 years till now once i am running games like :World of Warcraft sometime my PC work fine sometime my PC crash.Once i saw this problem i downloaded Geo Experience for i update my drivers once it need but seems didn't help to...
  10. Synth

    [SOLVED] [Trinity Core] Cmake wiered error!

    Sup,Emudevs! Well today i add my own new core,so i clone source folder then i open cmake 2.8.12.2 for i configure my build folder i choose Visual 10 cz i am using Microsoft Visual Studio 2010 once configure done i got those errors: But it said first that Visual studio 2010 works,i have...
  11. Synth

    [SOLVED] [CFBG] Following Tutorial Of Tommy no compile error but in-game won't work!

    Sup everyone! Well today i start my new core and i decided to add CFBG first so i follow step by step this tutorial ho Tommy made: http://emudevs.com/showthread.php/2288-How-to-setup-Crossfaction-Battlegrounds?p=15534#post15534 Once i add/replace/updated everything i compile and i run my...
  12. Synth

    [SOLVED] CFBG simple errors!

    Sup everyone! Well today i added CFBG to my TrinityCore and once i am compiling i get simple errors cz some code are outdated so if you can help for i can slove my issue? The errors are: 2>..\..\..\..\Source\src\server\game\Cfbg\Cfbg.cpp(112) : error C3861: 'BuildPlayerChat': identifier not...
  13. Synth

    [SOLVED] [Fusion CMS] Error on item store!

    Hello Emudevs,well today i was adding some items to item store and i set cost on those items and once i try to buy items and i click checkout for they sended to me in-game i get this error message: A PHP Error was encountered Severity: Notice Message: fwrite(): send of 109 bytes failed with...
  14. Synth

    [SOLVED] [Trinity] Trying to build wiered query to update costs for items

    Hello Emudevs,well i'm making a query that i can update costs on npc_vendor by the itemlevels so les't say i have this query for npc_vendor: INSERT INTO `npc_vendor` SELECT 55560,0,`entry`,0,0,0 FROM `item_template` WHERE `InventoryType`= 6 AND `ItemLevel` = 277 AND NAME NOT LIKE...
  15. Synth

    [SOLVED] [Trinity] Enchanter item gossip trying to add it but won't take action!

    Hello Emudevs,well i just was adding an enchant recipe cz is missing from enchanter i add it properly but it won't take action in-game i have no idea anw that is the script the lines numbers i add it are: *Line 121. *Line 1628. Script here: http://pastebin.com/bBTCPT99 So can you tell me what...
Top