Jump to content

Normynator

Developer
  • Posts

    292
  • Joined

  • Last visited

  • Days Won

    16

Posts posted by Normynator

  1. I am currently not actively developing the bot.

    you may want to check this link: https://github.com/Normynator/MVPTracker/tree/master/src/main

    That was one of my first projects ever, it does the same as the python bot but in Java with a bit more functionality, e.g. the Feature you asked for. But be warned, it’s poorly coded and my contain bugs.

     

    Maybe you are better off overall if you try to find another bot which is actively developed. 

    • MVP 2
  2. 3 hours ago, Everade said:

    Also die ersten 2 könntest du commenten.
    Weil du überschreibst die Einstellung momentan einfach 2 mal hintereinander.

    #ifndef PACKETVER
        /// Do NOT edit this line! To set your client version, please do this instead:
        /// In Windows: Add this line in your src\custom\defines_pre.hpp file: #define PACKETVER YYYYMMDD
        /// In Linux: The same as above or run the following command: ./configure --enable-packetver=YYYYMMDD
        //#define PACKETVER 20180620
        //#define PACKETVER 20151102
        #define PACKETVER 20151104
    #endif

     

    Eig wäre es am aller besten, es so zu machen wie es im Kommentar steht und das file gar nicht zu editieren.

    • Upvote 1
  3. @Shyl
    Irgendwas müsste der Char-Server eigentlich ausspucken, ansonsten könnte es sein, dass deine configs falsch sind.
    Der Client connectet über die IP, die er in der Clientinfo findet zum Login-Server. Der Login server macht dann sein Ding und sagt dem Client anschließend über welche IP( und Port) er den Char-Server erreichen kann.

    Wenn der Client vom Login server nun falsche informationen bekommt, connectet niemand zum Char-Server und deswegen wsl auch kein Output beim char-server.

    Nur `ne Idee, könnte auch was anderes sein, aber guck am besten nochmal über deine Config rüber. Mit wireshark (https://www.wireshark.org/) kannst du auch mal checken wohin der client tatsächlich connectet, dann kannst du ausschließen, dass es ein problem mit flaschen Konfig-Einstellung ist.

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use and Privacy Policy.