- Joined
- Aug 19, 2014
- Messages
- 53
- Reaction score
- 5
GFX 3.3 SDK LINK
To view the content, you need to sign in or register
Last edited:
you can share full muserver and database for this ? thank you very much !Good, it's time to contrubute with something... this is my upgraded version of: 1.00.98 Original Webzen GameServer Sources to: 1.01.03, it's possible that this **** is not complete and etc, but at least is possible compile and have attached a detailed ChangeLog, maybe can be useful (to some person), less work or something how this...
GameServer 1.01.03 Rebuided-Partially Src:
To view the content, you need to sign in or register
PS: ChangeLog it's on source but anyways:
To view the content, you need to sign in or register
To view the content, you need to sign in or register
PS 2: Since I only add all features that I know of Season 6.1/6.2/6.3 but is unfinished... maybe is lacking Master Skill Tree Passive Buffs and etc shits.
you can share full muserver and database for this ? thank you very much !
you can share full muserver and database for this ? thank you very much !
how to remove M:/ drive?? thanks
To view the content, you need to sign in or register
You must construct your own MuServer based on this things:
Original 1.00.97/.98 Season 5.2 Chs MuServer Webzen:
To view the content, you need to sign in or register
Original 1.01.00/.01 Season 6.2 Tha MuServer Webzen:
To view the content, you need to sign in or register
Original 1.01.02/.03 Season 6.2 Chs MuServer Webzen:
To view the content, you need to sign in or register
Original 1.01.02/.03 Season 6.2/6.3 Tha MuServer Webzen:
To view the content, you need to sign in or register
Modified 1.01.02/.03 Season 6.2/6.3 Gmo MuServer Webzen:
To view the content, you need to sign in or register
To crack M:\ Drive MessageBox Error, you simply debug your compiled: GameServer.exe in Ollydbg and: Search for all referenced text string -> "M:" to make bypass.
or you can directly remove of the source... you must press: Ctrl+F on Visual Studio and search: "M:" and back to null the: "If" instruction.
/**/
Small Example of Correct Edition (using my Released Source of 1.01.03 Partially Rebuilded):
Gamemain.cpp file:
![]()
PS: If you don't searching for use C: how local disk you can easy change string by something how: "..\\Data"
Gamemain.cpp file:
![]()
You must construct your own MuServer based on this things:
Original 1.00.97/.98 Season 5.2 Chs MuServer Webzen:
To view the content, you need to sign in or register
Original 1.01.00/.01 Season 6.2 Tha MuServer Webzen:
To view the content, you need to sign in or register
Original 1.01.02/.03 Season 6.2 Chs MuServer Webzen:
To view the content, you need to sign in or register
Original 1.01.02/.03 Season 6.2/6.3 Tha MuServer Webzen:
To view the content, you need to sign in or register
Modified 1.01.02/.03 Season 6.2/6.3 Gmo MuServer Webzen:
To view the content, you need to sign in or register
To crack M:\ Drive MessageBox Error, you simply debug your compiled: GameServer.exe in Ollydbg and: Search for all referenced text string -> "M:" to make bypass.
or you can directly remove of the source... you must press: Ctrl+F on Visual Studio and search: "M:" and back to null the: "If" instruction.
/**/
Small Example of Correct Edition (using my Released Source of 1.01.03 Partially Rebuilded):
Gamemain.cpp file:
![]()
PS: If you don't searching for use C: how local disk you can easy change string by something how: "..\\Data"
Gamemain.cpp file:
![]()
You must construct your own MuServer based on this things:
Original 1.00.97/.98 Season 5.2 Chs MuServer Webzen:
To view the content, you need to sign in or register
Original 1.01.00/.01 Season 6.2 Tha MuServer Webzen:
To view the content, you need to sign in or register
Original 1.01.02/.03 Season 6.2 Chs MuServer Webzen:
To view the content, you need to sign in or register
Original 1.01.02/.03 Season 6.2/6.3 Tha MuServer Webzen:
To view the content, you need to sign in or register
Modified 1.01.02/.03 Season 6.2/6.3 Gmo MuServer Webzen:
To view the content, you need to sign in or register
To crack M:\ Drive MessageBox Error, you simply debug your compiled: GameServer.exe in Ollydbg and: Search for all referenced text string -> "M:" to make bypass.
or you can directly remove of the source... you must press: Ctrl+F on Visual Studio and search: "M:" and back to null the: "If" instruction.
/**/
Small Example of Correct Edition (using my Released Source of 1.01.03 Partially Rebuilded):
Gamemain.cpp file:
![]()
PS: If you don't searching for use C: how local disk you can easy change string by something how: "..\\Data"
Gamemain.cpp file:
![]()
WHat about in already compiled gs ?
thanks so much i get it
No problem man, this kind of thing was very common in the MU community of the past... unfortunately many people (even though I am not saying that all)... they do not like to read and understand, they want everything to be shown to them by video-tutorial, but the point is that if everything is shown to you by video-tutorial, you don't really learn, the ideal would be for all of us to read a lot of long and stupid documentation on programming languages such as: C/C++, directly from the Microsoft website, to program in Visual Studio... anyways this type of: "Documentation", that you can reads, sometimes is not sufficient (at least not to make bypass and etc shits).
To view the content, you need to sign in or register
now am learning this ,and am not a programer,just habit,anyway thanks,