-
Posts
77 -
Joined
-
Last visited
Reputation
15 GoodPersonal Information
-
Occupation
Software Engineer
-
Pronouns
he/him
Recent Profile Visitors
338 profile views
-
You can use this to decrypt, there's a keys file which holds the keys for each file you would like to decrypt, for your case here it's 2537 for Item Type File Manager (DAT Decryptor).zip
-
Looks amazing! Are you planning to work on attachments? Weapons and heads etc? I have been struggling with trying to understand how to attach them properly, but I'm reversing the client not working on the webgl one, so far couldn't figure how to attach it properly
-
Thank you, that helps a lot! Goodluck with the rest of scope!
-
did you use ENV_DX9/Conquer.exe as you dll entry point and looked at the external dll imports going from there to see the flow? Because I am currently trying to reverse it so might benefit from your experience
-
Hmm where are those released ?
-
I'm curious how did you reverse the dlls ? are you using IDA?
-
[6609] What is the packet for flower and kiss ranking?
xFranko replied to xFranko's topic in Conquer Online
@Konichuthank you our hero, I predicted you would be the one actually replying hahhaha! -
xFranko started following [6609] What is the packet for flower and kiss ranking?
-
Does someone have it please? thank you.
-
that's amazing!!
-
That's the best open source loader that exists based on the entire community's contribution, what exactly is the issue, what do you mean "reliable"?
-
Interesting that you were able to reach this point in making your own client!
-
This is amazing!!! thank you! I'm curious how each region has its own colors, are they separated in the dmap file, so that's how you detect it? like what are oranges and yellows?
-
Welcome, Chuck! Love the idea of building a classic server in Elixir, I don't see this language around much! Looking forward to seeing the GitHub link when you’re ready. Glad to have you here!
-
need help with setting up Core Conquer source
xFranko replied to DamNationZ's topic in Conquer Online
You probably have an error in your database that isn't being caught and is silently making the process of new account creation/character init getting stuck, try to run in debug mode and trace with breakpoints.