Jump to content
TrinityCore

CDawg

Members
  • Posts

    1477
  • Joined

  • Last visited

  • Days Won

    85

Posts posted by CDawg

  1. To add to what Alex.hpp mentioned.. 

    The worst case scenario is that you use the patched client to connect to retail and would probably get perma-banned on your account and possibly IP blocked (If they catch you). However, you can get around that by telling their customer support that you think you have a "corrupted client" and they pardon you.

    Tip: Just don't connect to retail with a patched client. ;)

  2. On 5/11/2018 at 4:41 AM, Guybrush said:

    To be honest, that's a pretty shitty attitude to have in a community that is literally open source from the ground up.  You would think that something like an armory for TC would exist that everyone can agree on, and not have this "every man for himself" mindset.

    You could have just asked for it.
    The reason I didn't throw it up on a gist or dropbox public site was due to people pinging me outside of TC and bugging me for updates and filling up my email/discord channel for the armory. The web app layer is not 100% working. So no... my 1400+ posts have never been about an "every man for himself" attitude.

    Next time, *your* approach could be, "Hey CDawg, why not share it publicly?"

    • Like 1
    • Upvote 1
  3. I used to use NetBeans. But I am using CodeLite now. I use VS for Windows and you can even cross reference the indexing over to CodeLite. (I use both Windows and Ubuntu machines)

    I no longer use NetBeans due to Java issues.

    Curious... you are using cygwin, You don't want to use VS or prefer another IDE on Windows?

  4. No worries. That's not an error. Someone just tried to access that port that you are hosting the worldserver without the client or the incorrect version of the client.

    For example, if you use telnet (windows) and access your port 8085 (if that is what you are using for the worldserver), it will send malformed packets.

    Just a warning that the worldserver doesn't understand data into that port.

  5. On 2/1/2018 at 12:56 AM, Ibeatdungeon said:

    I am logging to mysql with a custom script that uses OnChat, only for the normal system CHANNEL_FLAG_* channels.

    I have cheesy perl scripts that read the messages and parse them, such as looking for "WTB" links and then the script may put an item in the AH and another that responds to LFG with calendar messages "LFG URBS" and the script looks up the calendar saying "URBS planned for 18:30 GMT 8/10 confirmed, PST for invite" (minus timezone / calendar glitches which I cannot figure out)

    I agree that the table size gets crazy fast if you retain world chat, some partitioning is needed.

    This can probably be moved to Custom Code section - However, I actually was able to implement "in core" to log all chat to the database in a separate table under "characters". Let me know if you or anyone is interested, I can share the patch in github.

  6. On 2/14/2018 at 9:08 AM, Polaretto said:

    I'd suggest closing this topic, since installing git on Windows has become insanely easy over the last couple of years and the wiki extensively explains how to install all the tools.

    I would agree. Windows git has fixed a lot their bugs where applications would not recognize it. I also have one machine with Windows on it wasn't trivial at all to install on a fresh windows 10 machine and cmake found everything.

  7. 10 hours ago, lukasbarva said:

    Hello, I have a questions about creating my own server.
    Do you guys know how should I start? I read a lot of tutorials and blogs also some videos about the topic and I still don't know what should I do first. Which is the best version of wow I mean patch from 7.1.5 and above? Which TBD (release trinity core) would work best with my version of game? There is also a lot of updates and I don't know which I should use. So this are my questions, I would like to know your opinion, also I would like to see some of your tutorials which you used.
    Thank your paintenance.

    https://trinitycore.atlassian.net/wiki/spaces/tc/pages/2130077/Installation+Guide

  8. 23 hours ago, Ibeatdungeon said:


    For people that might not have all of that going on they could use the openssl 1.0 package similar to this.

    $ wget http://right package source here /libssl-dev_1.0.2g-1ubuntu9.3_amd64.deb 
    $ sudo dpkg -i libssl-dev_1.0.2g-1ubuntu9.3_amd64.deb 
    (Reading database ... 225031 files and directories currently installed.)
    Preparing to unpack libssl-dev_1.0.2g-1ubuntu9.3_amd64.deb ...
    Unpacking libssl-dev:amd64 (1.0.2g-1ubuntu9.3) over (1.0.2g-1ubuntu9.3) ...
    Setting up libssl-dev:amd64 (1.0.2g-1ubuntu9.3) ...

    $
    sudo apt-mark hold libssl-dev
    libssl-dev set on hold.

     

    Thanks @Ibeatdungeon

    Interesting... A couple years ago I mentioned that auto updates on Linux should be disabled. Looks like libssl-dev needs to be a very specific package for the time being.

    For anyone curious using CentOS and not Ubuntu, Boost has to be a very certain package as well (depending on what version of CentOS you are using)

    I will add a note to the wiki that having automatic updates may cause problems and to update each package manually (recommended)

  9. 3 hours ago, Warchief said:

    This is just a warning for trinitycore organization that blizzard is starting to take down github links it might not just be vanilla servers.

    https://torrentfreak.com/blizzard-targets-fan-created-world-of-warcraft-legacy-server-180203/

    Yeah, it may be a bit alarming... but... you have to read that Blizz went after a very large group that opposes them as a competitor, due to the fact that Blizz wants most or all population to start on their upcoming legacy (vanilla) servers. While I don't blame them personally, I see why Blizz went after them and "asked" GitHub to drop them under the DMCA.
    While it may be that Blizz cares about other version or expansions that are running 'legacy' servers. Blizz isn't too worried about small pop servers. It would just cost them money and trying to chase after the small groups. Not saying TC is small, but nothing on the large Blizz's radar.

    Not to mention, if Blizz's vanilla servers don't draw enough population, they may kill it or not progress with additional legacy expansions and then a sudden explosion of priv servers that may never draw enough attention to Blizz, due to the diverse expansions and outdated clients.

     

  10. On 2/3/2018 at 8:49 AM, Darknation242 said:

    Got it. It caused a 6 month roll back on the characters database but it's fixed. I had to manually run the updates.Before anyone asks of course I was backing up the databases, but the most recent ones were corrupted by this issue and I just happened to have an older local copy I could work with.

    Ah... It was corrupted.. Iv'e had that before. Fortunately for me, it was only about 5 weeks in a character table, but it took me a whole month to find the issue. I also know how you feel.. sometimes having backups of a DB that is already corrupt just makes things worse :(

    Curious.. do you know where it was corrupted? Like a bad row in a table, or just garbage all over the place?

  11. 7 hours ago, Darknation242 said:

    Tried re compiling, same output as before.  This is an exsisting installation of TC3. It only started doing this recently.

    Where are you running the binaries? Did you create a bin directory and place your mmaps, vmaps, etc... in said directory?

    I'm just trying to see if you ran everything correctly but just running the binaries in the wrong directory. It can't find your updates directory.  "/home/sysadmin/git/3.3.5/sql/updates/world".

     

    Bottom of doc: https://trinitycore.atlassian.net/wiki/spaces/tc/pages/10977309/Linux+Core+Installation

    -DCMAKE_INSTALL_PREFIX=/path/to/where/you/want/core/to/be/installed

    It will create the following structure:

    <path>/bin/ - binaries will be placed here 
    <path>/etc/ - config files will be placed here

    • Upvote 1
  12. 2 hours ago, soheilwow said:

    Hello world game of warcraft, Legion 7.3.2 Robodin
    I drove the 7.3.2 server and the sound of its health is not a problem. But when you run the server and want to play it, it's the game
    You Have Been Disconnected. (blz51901016)
    I do not know what the game is ip127.0.0.1. I also created an account
    Config. I opened this file and changed it to
    SET portal "127.0.0.1", but why not?

    And when I open this file, connection_PathThere is the file wow.exe I do not do the file
     Wow-64.exe   I tried it but did not do anything 

    Please help

    https://trinitycore.atlassian.net/wiki/spaces/tc/pages/74006268/Client+Setup

  13. On 1/27/2018 at 12:07 AM, ProfVice said:

    Since when did Trinitycore 3.3.5 change MMaps generator from v7 to v8? And how do i get the V7 version of the MMap generator?

    Just compile a new core and re-extract the mmaps. You will be up to date for awhile.

    The devs usually make a change where it will require a re-extraction only maybe about twice a year.

  14. 17 hours ago, jake said:

    I have looked at the loggers and appenders in the worldserver.conf but I can't seem to get them to work, following the TC documentation and from looking through the net. It's all tutorials and docs about how to log it to a file, not a database.

    The chat log log can easily log to the DB, Iv'e done it before with config changes. You have to enable the chat log as "debug" so it traps everything. Then set the Console to log to DB as well. It dumps to the Auth DB.

    Example:

    Appender.Console=1,3,0
    Appender.Server=3,2,0,logs/default.log,w

    #Logger.bg.reportpvpafk=3,Console Server
    Logger.chat.log=2,Console Server
    #Logger.calendar=3,Console Server

    Example of the auth log:

    | 1486524394 |     3 | chat.log.whisper   |     2 | Player Hammertime tells Hammertime: test                                                                                             |
    | 1486524426 |     3 | chat.log.whisper   |     2 | Player Tyrone tells Hammertime: test                                                                                                 |
    | 1486524433 |     3 | chat.log.whisper   |     2 | Player Hammertime tells Tyrone: whatup                                                                                               |
    | 1486524453 |     3 | chat.log.whisper   |     2 | Player Tyrone tells Hammertime: not much                                                                                             |
    | 1486556669 |     3 | server.loading     |     3 | >> No expired mails found.

     

     

    Mind me asking why you want it to dump into mysql ?

  15. On 1/7/2018 at 8:24 PM, Sleazy68 said:

    Hi people.

     

    I've been the latest TrinityCore (downloaded 45 min before this message).

     

    When i extract maps/mmaps/vmaps (and activated by the configuration) i can undermap when i sue blink or when feared

    Which branch? I don't have the problem with fear on 3.3.5a, it's pretty rare with blink going under the map.

    I can NOT speak for the master branch.

×
×
  • Create New...