-
HOT Online full source code
-
Re: HOT Online full source code
-
Re: HOT Online full source code
I tried to get the password, but you need e-force on code175 to reply to source code threads. how do i get that? lol
pw: 2012中秋节,祝大家-中秋节快乐!!
-
Re: HOT Online full source code
Well this is interesting because there is an english version...so the translation effort can be skipped.I played this game and must say it is an average game...
-
Re: HOT Online full source code
serverfiles: Free Cloud Storage - MediaFire
db (mysql): mysqldbs.rar download - 2shared
client: http://download-o.hot.fantasy.game.t...Client-HOT.exe
thanks @charlesxxx
thanks @cmb
ps: this game need mysql and mssql
is possible compile this source?
-
Re: HOT Online full source code
hahaha the password so funny
-
Re: HOT Online full source code
This seems a very cool game tbh. I'll start downloading it and see how far I get with it.
-
1 Attachment(s)
Re: HOT Online full source code
When I extract the "HOT Server"-Folder, I get Virus-detections. "DROPPER-GEN"
Attachment 114790
-
Re: HOT Online full source code
last source compiler with VS 2008 Pro
-
Re: HOT Online full source code
Quote:
Originally Posted by
KazuyaX93
When I extract the "HOT Server"-Folder, I get Virus-detections. "DROPPER-GEN"
Attachment 114790
Yes, so you have to compile the same server. =P
-
Re: HOT Online full source code
just do not extract gm tool:cool:
-
Re: HOT Online full source code
Quote:
Originally Posted by
ananas
just do not extract gm tool:cool:
I'll get the same error for the other exe-files, too o_o.
-
Re: HOT Online full source code
I remember there was a previous release of server files about HOT here: http://forum.ragezone.com/f111/heroe...nglish-796852/
It can be interesting to see what is different here about files etc.
-
Re: HOT Online full source code
-
Re: HOT Online full source code
thanks for share,nice work.
-
Re: HOT Online full source code
Someone knows a test account?
I need a ID and Password for test
-
Re: HOT Online full source code
Can anyone torrent this client?
-
Re: HOT Online full source code
@loveomg
account for download?
-
Re: HOT Online full source code
No, for login the game.
because there are no registration web
-
Re: HOT Online full source code
loveomg you compile this source?
-
Re: HOT Online full source code
not yet tried to compile (but it seems very easy)
I just want to check this game works correctly or not
the server and client are running well...
so I need a account for testing it
-
Re: HOT Online full source code
-
Re: HOT Online full source code
Hmm..
How old are these files?
-
Re: HOT Online full source code
-
Re: HOT Online full source code
Nice! is the client provided match the server?
-
Re: HOT Online full source code
Quote:
Originally Posted by
Keith
Nice! is the client provided match the server?
It should, and an added bonus, the client is already in english!
-
Re: HOT Online full source code
Working on this now, will report back later.
-
Re: HOT Online full source code
I went through to compile this, and most of it compiles fine, there are some small issues with the client, and a few larger ones with a couple of the servers.
-
Re: HOT Online full source code
Quote:
Originally Posted by
cmb
I went through to compile this, and most of it compiles fine, there are some small issues with the client, and a few larger ones with a couple of the servers.
I managed to get everything compiled pretty easily. As for the issues, which ones exactly? I haven't seen any. I still need to do the license crap though.
-
Re: HOT Online full source code
Quote:
Originally Posted by
0x61
I managed to get everything compiled pretty easily. As for the issues, which ones exactly? I haven't seen any. I still need to do the license crap though.
I ran into some unresolved externals that I havn't looked further into, though If you say you have compiled it all pretty easily then it must be on my end, probably with the way project includes are set up
-
Re: HOT Online full source code
Quote:
Originally Posted by
cmb
I ran into some unresolved externals that I havn't looked further into, though If you say you have compiled it all pretty easily then it must be on my end, probably with the way project includes are set up
Yea, I don't know if you used the dxsdk's from the original project or others, but that usually causes those unresolved externals.
Just use these: $(SolutionDir)/../contrib/include/dxsdk & $(SolutionDir)/../contrib/lib/dxsdk
That should fix it
-
Re: HOT Online full source code
the server and client run 100% and almost of tools work
but there are no quest editor and some of tools have missed files
and.. the extract tool dosen't work because of missed files (ex: id.txt, weapon.txt...)
but the worst thing is... we have no registration page or tool for login
I just found some account in HOT\Source\tool\stress_test\common\loginserver_testdata
robot1 a12345
robot2 a12345
robot3 a12345
robot4 a12345
robot5 a12345
robot6 a12345
robot7 a12345
robot8 a12345
robot9 a12345
robot10 a12345
robot11 a12345
robot12 a12345
.
.
and it matched with this.. HOT\Source\webhand\main.cpp
char accountname[32] = "ro3bot123";
char password[33] = "8bfa74fd91090087edcc39d8cf920203";//"af8f9dffa5d420fbc249141645b962ee";
so.. we can change all the password in account table to 8bfa74fd91090087edcc39d8cf920203 or af8f9dffa5d420fbc249141645b962ee
and it means 'a12345'
-
Re: HOT Online full source code
@loveomg, @cmb, @0x61
Possible to create a tutorial on how to compile the source?
-
Re: HOT Online full source code
Quote:
Originally Posted by
loveomg
the server and client run 100% and almost of tools work
but there are no quest editor and some of tools have missed files
and.. the extract tool dosen't work because of missed files (ex: id.txt, weapon.txt...)
but the worst thing is... we have no registration page or tool for login
I just found some account in HOT\Source\tool\stress_test\common\loginserver_testdata
robot1 a12345
robot2 a12345
robot3 a12345
robot4 a12345
robot5 a12345
robot6 a12345
robot7 a12345
robot8 a12345
robot9 a12345
robot10 a12345
robot11 a12345
robot12 a12345
.
.
and it matched with this.. HOT\Source\webhand\main.cpp
char accountname[32] = "ro3bot123";
char password[33] = "8bfa74fd91090087edcc39d8cf920203";//"af8f9dffa5d420fbc249141645b962ee";
so.. we can change all the password in account table to 8bfa74fd91090087edcc39d8cf920203 or af8f9dffa5d420fbc249141645b962ee
and it means 'a12345'
password is md5, I believe the latest version of Visual Studio should compile these fine?
-
Re: HOT Online full source code
Quote:
Originally Posted by
Keith
password is md5, I believe the latest version of Visual Studio should compile these fine?
vs 2008 pro compiles fine too
-
Re: HOT Online full source code
This game is fun!?
http://www.youtube.com/watch?v=DCV-97ZEzJY
In my opinion: Look like boring game -*- and interface like 4story.
-
Re: HOT Online full source code
-
Re: HOT Online full source code
Quote:
Originally Posted by
holchan
interface 4story?
Look very same... eg chat interface the fade in chat bar is very same...
Any official server of this game is open? or this game is dying?
-
Re: HOT Online full source code
Is, have this: HOT
@topic
need add anyone Include or Lib for compile this source?
-
Re: HOT Online full source code
Quote:
Originally Posted by
holchan
Is, have this:
HOT
@topic
need add anyone Include or Lib for compile this source?
Thanks @holchan
I will take a look in official server, Decision, Working with it or not.
-
5 Attachment(s)
Re: HOT Online full source code
Hey guys, I've managed to get them all running, however can't get ingame yet, there seems the another error.
Here are some pictures:
Attachment 114906Attachment 114907Attachment 114908Attachment 114909Attachment 114910
-
Re: HOT Online full source code
I have same problem.
I can't create character and can't get ingame...
It seems have two problem
first thing is DB issue.. there are no suitable DB for the server
second is client resource issue.. it's original client resource dosen't work
I am trying various combinations..
-
Re: HOT Online full source code
Quote:
Originally Posted by
loveomg
I have same problem.
I can't create character and can't get ingame...
It seems have two problem
first thing is DB issue.. there are no suitable DB for the server
second is client resource issue.. it's original client resource dosen't work
I am trying various combinations..
The databases provided won't work. You need to use the ones in 'binary\Server\game_server\DB\dbbackup\sql server'. Not only that, you need to use your own compiled server files to work(gameserver in release wont work, use debug). You also need to use the mysql databases. Only after that, you'll be able to create a character :D
-
Re: HOT Online full source code
Server use MSSQL & MYSQL, here have two dbs:
Free Cloud Storage - MediaFire
Anyone help with how compile this source? ;/
-
1 Attachment(s)
Re: HOT Online full source code
Update:
Managed to get in-game while debugging
Attachment 114927
-
Re: HOT Online full source code
how did you get it work?
let me know the way you used
which DB and client did you use?
-
Re: HOT Online full source code
Quote:
Originally Posted by
loveomg
how did you get it work?
let me know the way you used
which DB and client did you use?
Well, I used the databases I wrote before, however modified them a little bit to get them working. I used the original client_debug.exe. For the server files, I used my own compiled files, but you need to do some modifications here and there in the source to prevent it from crashing (hint item.dat). That's how I got in-game. However, the files are very buggy at the moment and the game-server crashes instantly when sending an attack packet, no idea why. I managed to get in with 2 clients.
-
Re: HOT Online full source code
Can you share the client?thanks
Quote:
Originally Posted by
0x61
Well, I used the databases I wrote before, however modified them a little bit to get them working. I used the original client_debug.exe. For the server files, I used my own compiled files, but you need to do some modifications here and there in the source to prevent it from crashing (hint item.dat). That's how I got in-game. However, the files are very buggy at the moment and the game-server crashes instantly when sending an attack packet, no idea why. I managed to get in with 2 clients.
Can you share the client ? thanks.
Client note:"Login failed: Client version does not match with server"
How Synchronization the client ?
item.dat ? or config.data?
-
1 Attachment(s)
Re: HOT Online full source code
Plz!! Help me. A have error with Gate Sever. A can't listen port of gate sever and i can't make server work. Somebody help me. Thanks so much Attachment 114955
-
Re: HOT Online full source code
can you write a guide for me. Thanks
-
Re: HOT Online full source code
If you guys need a client, then download the US version of the game - Sword Online. Works like a charm with the old released server files-
Get it here SwordX Online
regards
rogan12
-
Re: HOT Online full source code
-
Re: HOT Online full source code
If no one gets this working soon I'll post up fully working binaries for the server and client.
@0x61
You can mod the English client and get it to work. Note that you will need to fix the broken packet still, as it is a crash exploit. Resend the broken attack packet from WPE and you'll crash the server. Its important for anyone interested in running a public server to know about this (I'm sure you've realized this by now since you've gotten this far with it).
It seems like there are a lot of potential exploits in these files so they will require very thorough debugging before they are even close to being ready for a public server. I don't know enough about the game to run a successful server so good luck to anyone wanting to.
-
Re: HOT Online full source code
Quote:
Originally Posted by
Ron
If no one gets this working soon I'll post up fully working binaries for the server and client.
@0x61
You can mod the English client and get it to work. Note that you will need to fix the broken packet still, as it is a crash exploit. Resend the broken attack packet from WPE and you'll crash the server. Its important for anyone interested in running a public server to know about this (I'm sure you've realized this by now since you've gotten this far with it).
It seems like there are a lot of potential exploits in these files so they will require very thorough debugging before they are even close to being ready for a public server. I don't know enough about the game to run a successful server so good luck to anyone wanting to.
Hey Ron, thanks for the update. Yea I already thought it would be something like that. I do have some plans like encrypting the packets and stuff, however, I need to get everything up running first. The game itself is pretty bugged, there still needs to be a lot done. I already told some people about the bugs you've mentioned, let's hope we'll get them up working soon :D
Oh, I forgot to mention. I'm not at home this weekend, so I'll start back updating somewhere next week.
-
Re: HOT Online full source code
Anyone want to release future updates/fixes?
-
Re: HOT Online full source code
Quote:
Originally Posted by
holchan
Anyone want to release future updates/fixes?
I will be configuring another server for a separate project this weekend but if no one beats me to it before next week I'll post up everything you need to run the server successfully.
-
Re: HOT Online full source code
Gameserver (which is already compiled) is the problem.
@Ron
you'll post updates to the source or already compiled?
-
Re: HOT Online full source code
-
Re: HOT Online full source code
hhmmm....who can give DB fro MSSQL 2008 R2?
-
Re: HOT Online full source code
Just a heads up, this game is total crap, just like the server files. There are numerous game breaking exploits in the most recent version before the server closed.
-
Re: HOT Online full source code
Quote:
Originally Posted by
reflax
Just a heads up, this game is total crap, just like the server files. There are numerous game breaking exploits in the most recent version before the server closed.
I don't think this game is total crap, generic? yes, but total crap? not entirely. With proper TLC this game could be pretty cool. Im sure it wouldn't be AMAZING, nor take in a huge population. With the right team behind it though, something pretty cool could probably be made.
-
Re: HOT Online full source code
Quote:
Originally Posted by
cmb
I don't think this game is total crap, generic? yes, but total crap? not entirely. With proper TLC this game could be pretty cool. Im sure it wouldn't be AMAZING, nor take in a huge population. With the right team behind it though, something pretty cool could probably be made.
Maybe some major TLC...
Iv had this game / server before it went into open beta, and followed its progress till it closed from lack of players, the original exploit used was a php exploit, the files were leaked awhile ago when someone else discovered the bug report dll they use was uploading log files to their corporate FTP, which also contained a copy of the most recent game files.
You would really need a good player niche for this to be profitable.
-
Re: HOT Online full source code
well... reflax, could you release your HOT files?
I want to test your file
-
Re: HOT Online full source code
Quote:
Originally Posted by
loveomg
well... reflax, could you release your HOT files?
I want to test your file
No point for me to dig for a backup of the files when the source was released.
-
Re: HOT Online full source code
There are a several methods that you could use to defend yourself from exploits. Encrypt your packets and the client resource files, add a new verification to the login packet and code a small anti-hack to block known cheat engines and packet editors. That will keep you safe for a while. However, I am unaware of the PHP exploit. But, since you can code your own webpage, I believe that's something for the php dev's to secure.
-
Re: HOT Online full source code
-
Re: HOT Online full source code
who can give me .data unpack tools?
i need a hot online res unpack tools
help!! thx
-
Re: HOT Online full source code
@0x61, @reflax, @yuwenjun2
share your fixed DB and server files please
I am fixing HOT DBs but still it gives entering game error...
I can create characters but I can't in game
maybe some server packet have error..
or game server resource configuration problem..
-
1 Attachment(s)
Re: HOT Online full source code
Attachment 116974
I can't in game....
what's the problem?
If I use HOTserver(other server file) I can in game and play with SwordX client
but I can't enter the compiled server..
I don't know why...
-
Re: HOT Online full source code
@loveomg
Compiled server in this source have serious problems.
You need recopiled your new GameServer.
-
Re: HOT Online full source code
I compiled all servers and client
but still I can't in game...
what's wrong?
I only can in game with other server files and SwordX client
but I want to use compiled server files...
-
Re: HOT Online full source code
What version is the SwordX client?
I want to use compiled server with SwordX client
when I login, SwordX client says - client version dosen't match with server
and.. how I can change server version?
-
2 Attachment(s)
Re: HOT Online full source code
-
Re: HOT Online full source code
No swordx client is not chinese
its english version
I want to know the version number and how to change it
-
Re: HOT Online full source code
The version number in the source code inside change.
version is 0.0.0.67
-
Re: HOT Online full source code
No I mean swordx client version
I cant find the version number of swordx client
and I want to know how to change the version of source code
-
Re: HOT Online full source code
You have QQ or MSN? I tell you..
-
Re: HOT Online full source code
@wssddx
you compiled this source?
-
Re: HOT Online full source code
bump, anyone working with HOT?
-
Re: HOT Online full source code
@holchan bumping a 3 months old thread? well, I missed the thread even if I'm lurking daily, so thanks for the bump :thumbup:. The game seems relevant to my personal gaming interests, so I guess I will have a look at it's core.
-
Re: HOT Online full source code
i would like to know if those server files complieable and does work indeed.
-
Re: HOT Online full source code
how unpack i know. how pack it?...
-
Re: HOT Online full source code
Quote:
Originally Posted by
holchan
@wssddx
you compiled this source?
yes,compiler success.
but the client has a problem, can not go in playing:?:
-
Re: HOT Online full source code
Quote:
Originally Posted by
Naty48
i would like to know if those server files complieable and does work indeed.
like with absolutely everything that exists in the scene, it needs work done to it. So, if you want to know how much work, then download them yourself and check it out
-
Re: HOT Online full source code
client and server work fine!
-
Re: HOT Online full source code
Friends! I have a program to package .data files, but unfortunately it can only add one file to .data... Anyone have any ideas how to make that program incase multiple files? Sorry for my english
-
Re: HOT Online full source code
who don't know pass for extract SlkEditor.rar i know its 123321 :wink:
-
Re: HOT Online full source code
cool.!slkread:laugh:
and who have this game the source code(latest version)? please PM me, charge some reward also can..
-
Re: HOT Online full source code
Ragezone had to go back to Monday.
@Darks
Thanks for pw from SikEditor!
123321
-
Since information was missing and I keep backups of backups
-
Re: HOT Online full source code
Source DataTool: DataTool.rar
Good luck! (:
-
Re: HOT Online full source code
-
Re: HOT Online full source code
@DNC
Yes, I understand what you want. You want the "Packing".
Have you tried asking for syrus07?
@other question
It's possible you post images from Auction working?
And, this source haves this features ?
Quote:
Hero mode for Instances
Guild Level Upgrading
Guild Emblem Uploading
Battlefield (for Alliances)
Guild War
Tower Defense (Protection Arena)
Citadel of Archmage (Only level 1 opened)
Mount Upgrading
Gem Forging
Life Skills (Sewing, Mining etc)
-
Re: HOT Online full source code
Like I said, everything is working.
I already said the Auction House worked but I'll Edit this in 1 minute.
Guild (Everything about it) works, just expensive as hell. (Goes hand in hand with adjusting prices).
Cash Shop has no items, that did not mean it does not work.
Pricing is all skewed.
Some rewards are incorrect, but that is just adjusting the script reward items.
Gem Forging works, I've been doing it to get cash.
Mount Upgrades work.
As in my previous images that are now gone showed. ALL instances, battlefields, tower defense, vampire castle, blah blah blah works fully.
Here are the photo's one at a time walking through the auction.
Please do not ask me for proof of anything else. I wont do it.
I do not make idle boasts about what works or does not.
-
2nd post
-
Re: HOT Online full source code
Thanks you DNC you rock keep the good work!!!!
-
Re: HOT Online full source code
Quote:
Originally Posted by
holchan
DataToolSrc.zip
here the original source, not the decompiled version ;)
and as i said to DNC, currently i have no time to implement repacking, sorry.
-
Re: HOT Online full source code
@syrus07
Thanks, I'm looking for a friend of mine to help with Packing.
-
Re: HOT Online full source code
-
Re: HOT Online full source code