Jump to content

Eguinhas

Member
  • Posts

    12
  • Joined

  • Last visited

Everything posted by Eguinhas

  1. It's awesome my friend, nice job, I hope you got what you wanted. I'm a developer too but now I work just with Agile in Brazil. Thank you very much
  2. Thaaaanks, I got, the game is running and i got to login, but, there is no NPC, MAP and a some error packet. Maybe it is the database, where can i get the right data?? I have just comet.account (with 5 table) and comet.game (with 1 table) Thanks Spirited designed the skeleton/bones of what you would need. The rest of it is up to you to implement. That means reviewing packets and implementing them using the examples Spirited laid out in Comet. I got it, thank you I already got to login and set everything, Last questions friends, How can I go back to another version, is a easy way to do it? Like before horses and item degree
  3. It sounds like you might have your ports configured incorrectly. The account server runs on a port between 9958-9960 (depending on the patch). And then the game server always runs on 5816. Also, make sure you're connecting to the right realm. For example, if you configure your account server for Meteor, then you should connect to the Meteor server in the client. Thaaaanks, I got, the game is running and i got to login, but, there is no NPC, MAP and a some error packet. Maybe it is the database, where can i get the right data?? I have just comet.account (with 5 table) and comet.game (with 1 table) Thanks
  4. My first instinct is you perhaps incorrectly configured your port for the game server? What port are you using for the game server right now? 3307 and 3306 to the account, i think it could be the database, I have just account data base and character in the game db
  5. My server and game server is up and listening I'm using the version: Server: https://gitlab.com/spirited/comet Client: https://mega.nz/#!UAQ0AbYD!khk5TrQgObALb3Lv01jYqMARMAAYuAcjjrDmizcH1y0 (5187) I'm not sure if my DB is the right one (it can be the problem), When I connect with an nonexistent login it says (doesn't exist) , OK When i connect with my Login in the client it handle in "Loggin into the game client" and appear in the Account server: Missing packet MsgPCNum, Length 52 0000: 34 00 4C 04 59 E7 B7 C0 41 38 41 31 35 39 31 34 | 4.L.Y...A8A15914 | 0010: 44 42 31 42 00 00 00 00 00 00 00 00 00 00 00 00 | DB1B............ | 0020: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 | ................ | 0030: 00 00 00 00 | .... | Missing packet MsgConnect, Length 28 0000: 1C 00 1C 04 59 E7 B7 C0 0A 00 00 00 72 65 73 2E | ....Y.......res. | 0010: 64 61 74 00 00 00 00 00 00 00 00 00 | dat......... | There is no message in the "Game server" I've tried many things, could anyone help me?
  6. Thank you for your explanation, I understood how it works now, I can just try to run in any server (in the client, example Dart, Dragon, Lion) and it will come in my server, yes? Comet, Account Server and Comet, Game Server is running listening When I run conquerloader.exe with loaderset is: [Loader] IPAddress= MY IPV4 LoginPort=5816 GamePort=3306 Website=http://www.elitepvpers.de Force=TRUE Gameserver.ini is empty It crashes and close without message, my log is just "Exceção gerada: 'System.Net.Internals.SocketExceptionFactory.ExtendedSocketException"
  7. I downloaded 5065, the one you suggested, I'll try to download this louncher, Do you have any tips to change the server.dat? after change I always get the message "failed to open the server.dat" Thaaanks That's not something I've looked into, but a member did post a tutorial about that: You can give it a try, but it does require knowledge in reverse engineering and assembly. The easiest solution is to just use the launcher. I saw this one before, but thanks Maybe I didn't get one think, Your version https://spirited.io/project/comet/ is 5187, how can I run the client 5187 If the server.dat is encrypted? (Just doing this https://staging.cooldown.dev/topic/19-client-using-decrypted-serverdat/ ?) So, When the loaderSet.ini will be read? I'm sorry if I'm making questions that you already answered, I search here a lot before asking you Thanks
  8. Well that's interesting. Which client did you download where it didn't have that file? You can download the launcher separately here: https://mega.nz/file/dU5GCbJY#gGpIZaiGCX_EN1XzRTE0xVnIx0KoX5J9wwluFgY_LbE I downloaded 5065, the one you suggested, I'll try to download this louncher, Do you have any tips to change the server.dat? after change I always get the message "failed to open the server.dat" Thaaanks
  9. Could not connect to the account server. If local, check that the internal IP address is correct. If remote, check your firewall and port forwarding settings. Restart the client if you change server.dat or the loader's IP address. You can check port forwarding at this website. If the client hangs here, then the MsgAccount packet isn't being handled correctly and the client is still waiting on a response. Check that your game server's port is being forwarded correctly using this website. If another player is getting this error and you aren't on your local box, then check that the IP address you send using MsgConnectEx is an external IP address and (again) that your port is being forwarded correctly. I haven't found the file LoaderSet.ini in my client, should I create this file?
  10. Friend, Maybe I'm just the one with this question, I'm already running the "Comet, game server" and "Comet, Account server" How can I run the client? I understood that it is the server, I would like to ask you where can i find the client to Run the game Actually I'm running your code and it's fine, server up. Now, how can i run the client to test? Could you just give me some tips? Thank you very much
×
×
  • Create New...