Jump to content
TrinityCore

Daniel25

Members
  • Posts

    123
  • Joined

  • Last visited

  • Days Won

    6

Everything posted by Daniel25

  1. Well i have tested it now and every thing works good for me. You can open the gameobject if you have taked the quest only (I tested it with the horde quest id=9993, alliance is the same 9992), if you havent taken the quest you cant open it. Here you have the values for it (i didnt change any values, so its trinity original values): Gameobject_template: data0=57 data1=19372 data3=1 The rest of data files=0,nothing relevant there Gameobject_template_addon: flags=4 The rest=0 Gameobject_loot_template; entry=19372 questrequired=1 The rest same than you. I hope this is clear for you so you can fix it. Good luck.
  2. Ctrl+alt+supr, process window, finish the conhost.exe process.
  3. Its because the process isnt closed if you dont close your wow client. If you want you can close the process with your tag manager if you dont want to close your wow client.
  4. Never mind, I fixed it in the core. And I have commited the fix for the new version. Waiting for it is accepted but my parser is working with new version now ^^. Thanks you for your answer. Topic can be closed,thx.
  5. Hello, Im trying to use it but it doesnt work. Im not sure if im doing anything wrong. I compiled it with visual studio 2017 in debug mode. I configured the config file for target legion,output 4 (sql) and true in all tables. Is the parser updated for the last version 7.2.5.24742? The error in the start is: System.ArgumentOutOfRangeException It doesnt create any sql file.
  6. If it didnt work the way that i told you, so surely the questid in that gameobject is wrong in gameobject_template. You should to check that. Everything works good for me.
  7. For reading books in gameobject_template: - that gameobjects are type=10 - for showing the tooltip iconname='inspect' -for showing the text data19=1 For gameobjects type 3 giving quest loot: - in gameobject_template, data1=lootid (if its 0 you can use the gameobjectid) -in gameobject_loot_template, entry=data1 - in gameobject_loot_template for items objectives of a quest, QuestRequired=1 And the gameobject should to give the quest item. The issue that you mentioned maybe happens because one of the chest drops normal items and quest items and the other one only drops quest items. So the chest which drops only quest items doesnt show the loot tooltip if you havent taken the quest. If this isnt the case so surely its because trinity has changed the way to add quest items in database and the most of them are broken. Before quest items in loot were added in db writting negative chance in the loot_template table. You have to use the new field named questrequired in loot_template table now for adding the quest items in loot.
  8. Yes, everything with ports looks ok. I have checked ports online while the authserver and worldserver are running and both are open/lisenting. Edited: Fixed, dunno what way but the gamebuild in realmlist got chagedd to lower. I changed it to 23420 and everything was ok again. Thanks you for the help ^^
  9. local 127.0.0.1, and the config.wtf in the client has the local too.
  10. Hello, - Windows 7 pro - master (legion) - authserver and worldserver run ok,both dont crash -I tryed restarting authserver and worldserver a little times and nothing - Yes, yesterday i pulled the repository again in a different folder and i recompiled everything since 0 and i have the same issue And yes, the realmlist screen where you see the differents servers online. - 2 days ago my external ip got changed to dinamic (it was static before). I didnt mentione it before because i thougth that it doesnt sense but maybe my internet company changed anything in my router config? But its weird that server is getting that error in local. Maybe got my router config broken? I dont understand what is happening, when I run authserver and worldserver,both are connecting to databases in local so why i can log in authserver but i cant in worldserver if both are using local ip address? Thanks you.
  11. Hello guys, I can log in but i get in the server list screen and server shows like "disconnected" and grey so i cant log in world. Two days ago everything was working good. - 2 days ago i changed 2 lines in the core (in battlegroundAB.cpp and battlegroundAB.h) but it shouldnt to affect. - 2 days ago i desinstalled visual studio 2015 (english) and i installed it in spanish then. Maybe any config got broken? I installed the english pack of visual studio and i changed the language (recompiled the server) but nothing,reinstalled the english version but the same... I was looking for it in google but there isnt info about this "disconnected" status of server. Someone knows why is happening? Thanks you in advance.
  12. You have to change the faction field in creature_template. The correct is that you use the correct faction value but if you dont know it you can use the standar values: 16 or 14 is hostile with alliance and horde 84 alliance friendly,horde hostile 83 horde friendly,alliance hostile 7 neutral 35 friendly for both
  13. A lot of thx for sharing it, but do you care in telling me what way i could get it too? I would like to i dont need help when a new build is updated :P.
  14. Hello, i have the same question...This is what i found about it for the moment...But i cant get it... If you find the way you tell me please.
  15. A lot of thanks you. I really apreciate your help. You are awesone and I like the trinity project and the way that its. You guys do a really nice job. Thanks you again ^^. Problem solvented .
  16. Ok....I dont get it still. For example: I want to fix http://www.wowhead.com/achievement=4597 I check in achievement.db2 and I have: id=4597,faction=-1, mapid=631, parentAchievement=0, Title=The frozen Throne (25 player), description=Defeat the lich king in icecrown citadel in 25-player mode., categoryid=14922,rewardpoints=10, orderincategory=235, flags=0, iconid=4179, reward=Title:The kingslayer, minimuncriteria=0 and Criteria Tree=16658 So I go to CriteriaTree.db2 and I use the criteriatree value: id=16658, citeriaid=0, amount=0, operator=0, m_parent=4, m_flags=0, description_lang=0 and orderindex=213493 But so i get stuck why if criteriaid in criteriatree is 0 what way i can know the criteriaid in criteria.db2? Or criteriaid for achievement_criteria_data would be 0 in this case? Sorry for being so noob, its the first time that i try to fix a achievement criteria.
  17. A lot of thanks you, its more clear now ^^.
  18. Hello, Im trying to figure which way I can get the Criteriaid for achievement_criteria_data table so I can fix achievements but I cant find the relation between achievement.db2,criteria.db2 and criteriatree.db2 so I cant know the criteriaid for a determined achievement. Maybe am I searching in the wrong dbcs? I know that before It was in Achievementcriteria.dbc but that file doesnt exist more....can someone show me a little of ligth about it please? Thanks you in advance.
  19. What way i can change the lib that I use to compile so it match with the 5.5.9 or 5.6?
  20. I havent changed anything since my last compilation of trinity core, dunno why I get this error now. And I dont know like to fix it.... I was using 5.9 version always.
  21. First time that Im getting so much problems making the server.... I get the next error http://imgur.com/jzhlhQn If someone can tell me step by step what i have to do please. I updated mysql to 5.6 but i continue getting that error. And i created a folders C:/mysql/include and C://mysql/lib/debug with the libraries in it like the guide explain....
  22. Nvm, I recompiled it and its working good now. sorry You can close it.
  23. ​Yes you can if you change your Config WTF, File. and set portal to retail one and you use your no patched wow.exe .Or running the battlenet app directly.
  24. I can tele to draenor, you find in db the correct command for the zone.
×
×
  • Create New...