Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

Reupload Hunter Blade Server Files

Skilled Illusionist
Joined
Jul 8, 2008
Messages
306
Reaction score
338
Hi Bro, I put all the files I have on Googledrive : Server, DB, Video tutorial, GM Tool (MailSender Item), Client (It's the right one).
The server works correctly. When you launch the game, you can see the server in green.
The only thing I don't have is "MDB FILES: Pass= gotitatragezone" that Aqualung had shared.
With MDB FILES, we can play. I hope someone still has this file :):

Hunter Blade Folder :
 
Last edited:
Newbie Spellweaver
Joined
Jul 1, 2018
Messages
30
Reaction score
1
link is not more working can someone reupload it pls?
 
Newbie Spellweaver
Joined
Jul 1, 2018
Messages
30
Reaction score
1
@orion13 thank u so much is the server complete or do i need something to play this game?
 
Initiate Mage
Joined
Sep 5, 2023
Messages
2
Reaction score
0
is there any guide on how to setup the server for hunterblade? ive tried to find something but i havent been able to. or am i stupid and the game just isnt playable?
 
Skilled Illusionist
Joined
Jul 8, 2008
Messages
306
Reaction score
338
To function properly, the server needs the .mdb files.
Since Aqualung doesn't respond/or doesn't have them anymore, I thought it was screwed.
I just realized that they are compressed into the "mdb.vpk" file that is in the Client.
We just have to find a way to extract them and the server will work and the client will be able to log in :)

The client uses the xvpk.dll DLL to manage vpk files. By studying it, we may be able to create a bms script (Quickbms) to extract vpk
 
Last edited:
Skilled Illusionist
Joined
Apr 6, 2006
Messages
336
Reaction score
111
Sorry guys, I'm not online much anymore. I was away from RZ for a long time. Let me check and see if I still have somewhere....



Found this, seems to have DB .sql scripts and a couple .MDB files within.
75MB
Be sure to scan, I have not!

 
Last edited:
Skilled Illusionist
Joined
Jul 8, 2008
Messages
306
Reaction score
338
Thanks Aqualung. I looked but mdb are not there.
Normally, they are in Server/Room/mdb.
It must have in it:

AIPack.mdb
Chat.mdb
Collection.mdb
game.mdb
GameUI.mdb
GMInfo.mdb
m_g_clinet.mdb
m_g_goods.mdb
m_g_server.mdb
npcdef.mdb
RecordInfo.mdb
roleCurSkill.mdb
RoomSvrDB.mdb
server_stateprc.mdb
WaitingRoomDB.mdb
user.mdb

Advanced research
-The server works well
-The client sees the login server
-The server reads vpk compressed files
(I created an mdb folder at the root of the server)

vpk files are modified zip files. I can't find the solution to extract them.
I hope someone will find the solution.

On the pic, we see the server in green at 52 ms
 
Last edited:
Initiate Mage
Joined
Nov 26, 2023
Messages
2
Reaction score
0
Hi, i slowly realized that i was over my head thinking i could solo the rest as a total noob, but im very invested into getting this great game running.
I will attach what i could get out of the xvpk.dll. Its 8 files of mostly readable code, but i cant say i understand most of it.
If someone with more knowledge could look through that it would be very appreciated. A Quickbms script sounds like the best angle to get these file imho.

Most of the vpks itself seem to be low entropy but i could find no magic numbers in the header files or anything else useful besides some mdb content like (i used chtgpt to summarize, its so much more cleartext to actually look at) :

1. General User Information:

  • username: User's name.
  • usernick: User's nickname.
  • ConsortiaID: Consortia (group or association) ID.
  • potence: Potence information.
  • popedom: Popedom information.
  • point: User's points.
  • state: User's state or status.
  • outtime: Time out information.
  • tasknum: Number of tasks.
  • saylimit: Say limit.

2. Game-related Data:

  • Attributes and Parameters:
    • Entries related to game attributes, recovery rates, attack parameters, etc.
    • Mention of roles, levels, and various in-game elements.

3. Clan Information:

  • Clan Details:
    • clanID: Clan ID.
    • clanState: State of the clan.
    • clanLeaveTime: Time when the user left the clan.
    • farmMine, farmInsect, farmGrass: Farm-related information.
    • farmLv: Farm level.
    • private: Clan privacy information.
    • IsOrderList: Flag indicating whether there's an order list.
    • IsPage: Flag indicating a page.

4. Various IDs and Flags:

  • ID Information:
    • Various IDs such as ID, createID, createNkname, etc.
    • Flags like IsPage, IsOrderList, and others.

5. Additional Game-related Information:

  • Detailed Game Entries:
    • Game-related entries with details on attack attributes, recovery rates, and more.
    • Entries related to roles, levels, and various in-game elements.

6. Specific Game Commands and Parameters:

  • Commands and Parameters:
    • Game commands such as TradeSelf, TradeOther, ShopOpenState, etc.
    • Parameters like EngageRoleEntryid, ShopBuyState, BaoXiangOpenListID, etc.

7. Raw Code Fragments:

  • Raw Code:
    • Several instances of raw code snippets containing various game-related commands and parameters.

There are also some parts that actually seem encrypted. I also looked on baidu and other chinese sites but over there they seem stuck also. All public torrents from over 6 years ago also dont contain these mdbs sadly. I feel like i searched all accessible clearnet. So this thread is probably the closest call imho. Im very interested how people aquired the mdbs originally.

I hope i could contribute a little bit.



Edit: I found two separate game updates that contain mdb folders but inside it are .jane files. Im going to upload the .jane files aswell, they seem to have at least a similiar file structure compared to the searched mdb's.

Both full update executables can be found on this website:

It would also be useful if someone from the og's of this forum still has the "duowna_Blade-0.050225-to-0.050300-zhCN-Allpatch.exe" saved somewhere. Its mentioned on

 

Attachments

You must be registered for see attachments list
Last edited:
Initiate Mage
Joined
Apr 3, 2024
Messages
2
Reaction score
0
Hi, i'm still praying that someone could help us run this game again šŸ™
 
Back
Top