Jump to content
TrinityCore

CDawg

Members
  • Posts

    1477
  • Joined

  • Last visited

  • Days Won

    85

Everything posted by CDawg

  1. I run the DB and worldserver (process') on separate servers. Always have and always will. My performance has almost doubled. Just some thoughts
  2. @geeksweep don't rely on "mod" if you are testing functionality where a boss may throw a debuff on you or aoe that could tick your health by percentage and actual values. If you mod anything on your character the percentages will go out the window when you take damage or change gear, etc... Did you try the .cheat commands? (assuming that it exists in TC 6.x)
  3. Ports are not handled by the ISP, they are configured by your internal router/gateway. Your ISP can not control your ports, unless it's behind a restrictive proxy server which you are trying to play while at work, a library, or some company. Even though there are ways around that. The only reason I know that, is because I live in the same area you do or share the same ISP's from where I live in the states down to Baja Mexico where you live. Anyhow, are you referring to a static IP?
  4. That feature was added during the Wrath expansion in all starting areas. They were hostile before WoTLK was released. That was designed for new players that never played wow prior to Wrath, so that they can customize their toolbars, tooltips, bags, etc for the first time while not being annoyed by the aggressive creatures.
  5. @geeksweep First of all, wowhead is a horrible horrible resource. I catch items that are never up to date or in sync. Secondly, to reiterate waht Aokromes had mentioned, you never ever want to insert directly into a DB, especially the character's inventory. Not to mention, if the player is online, the manual entries don't update the server and could cause problems to the player. They could overwrite that current entry while playing, or worse, it could also crash the client... Here is a solution. In game email the item to the player. Let the server do the work. You can use SOAP to give the player the item using a script. I see too many people make the mistake (thinking that they know what they are doing) and manually inserting the item into the character's inventory. This also goes for reputation, faction modifications, etc... Use the console or in game commands!
  6. I'm still a huge fan of 3.3.5 and unfortunately don't use version 7+. However, can you pull the data from character_template_class? Example: https://github.com/TrinityCore/TrinityCore/blob/6.x/sql/base/characters_database.sql#L1493
  7. You may want to elaborate a bit more on this? You need to get the faction in code, or for an armory(website), or just pure mysql query?
  8. You are still missing the actual database structure. Your database structure should be: auth characters world Like Aokromes mentioned: your core should have an "updates" directory that will automatically apply the patch and update. It looks like your auth and world are combined... Start over here: https://trinitycore.atlassian.net/wiki/display/tc/Databases+Installation#DatabasesInstallation-InstallingTheTrinityDatabasesImport6.xbranchor3.3.5abranchbeforestartingcore.
  9. Looks like there are some steps missed: https://trinitycore.atlassian.net/wiki/display/tc/Windows+Requirements CMake is unable to locate the default paths where you installed mysql, boost, etc...
  10. I don't use Windows, but some old notes jotted down say... in CMAKE click Advanced, then manually set the mysql libraries to the c:\mysql\lib_64 folder set MYSQL_INCLUDE_DIR = path C:/mysql/include and filepath MYSQL_LIBRARY= C:/mysql/lib_64/libmysql.lib C:\mysql was where i installed my mysql library path.. be sure to check where that your path is accurately set to where those libs are installed. Then re run CMake 1. configure, 2. Generate. Running configure multiple times doesn't harm CMake process.
  11. Looks like a corrupt file in your client, it doesn't appear to be VMaps. Might want get a fresh clean client install of 335a.
  12. I just got back working on TC and decided to fire up my very old TC and thought to myself, hmm. let me pull the latest and see the changes they have been working on. I wasn't surprised that almost every table structure had vast differences from 1 year ago. Honestly, the best way I did it was with a script. This is a lot of work (depending on the diff between both DB and table structures). If it's another project outside of TC, it's going to be even more complicated! that's what the unique "guid" is for and pdump will allow to insert a character using another guid of your choice. Pull each guid per table and insert. Your newly insert table will have some conflicts. Even going from 1 year old TC with a ton of characters into the newest character DB, required so much work with changes. I don't want to discourage you,.. I would just pick an easy programming lingo like php or perl, get a loop cycle with pdump (if it's successfull which i highly doubt) then go from there. I did it manually with a script almost line by line, bcuz I knew there would be conflicts. And there was, ALOT!
  13. Trying to download TDB_full_335.58_2015_03_21.7z just keeps redirecting me through a loop in my browser. Tried latest Chrome, Firefox, and even IE 11 Something wrong with the mirrors?
  14. To add what Aokromes said about Debian. I've also compiled it on CentOS6.2+, Ubuntu Desktop 12.04+, and Ubuntu Server 12.04+ (if you choose another flavor of linux)
  15. It's not a core bug. There is an issue with your CMake. Also, use spoiler tags next time. No one reads a wall of personal garbage that you are experiencing.
  16. I could also go back to the stone age while the rest of the world evolves, but even my evolved brain is telling me that isn't a bright idea.
  17. The world is going x64+ Eventually even U.S. ATM machines will have to go with a newer OS very very soon. Yes.. thats right, its sad but true. There are countless ATM machines that still have XP.
  18. You must yell at your screen alooooot... You just learned something, didn't you? I'm a big immature bastard, not a little one. Been trying to lose some weight, but it's difficult after my knee surgery. You'll be back.
  19. mingdynasty, why are you getting so worked up, regardless if anyone believes you or not? What do you propose this community to do? If people take from what trinitycore has worked for and never gives back, then what do you expect? Yet, people still come here... (including you)
  20. sigh... You still don't get it
  21. Obviously someone didn't read the wiki and take care of this first: http://www.trinitycore.org/f/topic/345-howto-properly-install-git-on-windows-fix-trinitycore-rev-1970-01-01-000000-0000/
  22. TrinityCore rev. unknown 1970-01-01 00:00:00 +0000 (Archived branch) (Win32, Release) (worldserver-daemon) So first thing is first. http://www.trinitycore.org/f/topic/345-howto-properly-install-git-on-windows-fix-trinitycore-rev-1970-01-01-000000-0000/
×
×
  • Create New...