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!

[Development] Mu Server/Sources Pack

Joined
Jun 27, 2010
Messages
939
Reaction score
1,193
Added 1.00.93 source code that i was working on 2018 i don't remember everything i did but i'm sure i removed some poop and make it compile for all versions(?)
#define G_V_97D 0
#define G_V_97_99 1
#define G_V_99B 2
#define G_V_S1 3
#define G_V_S1_512 4
#define G_V_S2 5
#define G_V_S2_2 6
#define G_V_S3_E1 7
#define G_V_S3_E2 8
#define G_V_S4_5 9
#define G_V_S4_6 10
#define G_V_S5 11//init of s5 <useless
Kiosani
Added this too.
 
Last edited:
Newbie Spellweaver
Joined
Jul 18, 2015
Messages
51
Reaction score
5
Here are some things i have collected around the years a lot is already public but i'm sure some things were never shared.


you can share source wzag.dll for gameserver1.01.06 tai ?
 
Newbie Spellweaver
Joined
Jun 13, 2006
Messages
40
Reaction score
2
added 1.00.93 source code that i was working on 2018 i don't remember everything i did but i'm sure i removed some poop and make it compile for all versions(?)
#define g_v_97d 0
#define g_v_97_99 1
#define g_v_99b 2
#define g_v_s1 3
#define g_v_s1_512 4
#define g_v_s2 5
#define g_v_s2_2 6
#define g_v_s3_e1 7
#define g_v_s3_e2 8
#define g_v_s4_5 9
#define g_v_s4_6 10
#define g_v_s5 11//init of s5 <useless

[mention=415023]kiosani[/mention]
added this too.

3q very much



Added 1.00.93 source code that i was working on 2018 i don't remember everything i did but i'm sure i removed some poop and make it compile for all versions(?)
#define G_V_97D 0
#define G_V_97_99 1
#define G_V_99B 2
#define G_V_S1 3
#define G_V_S1_512 4
#define G_V_S2 5
#define G_V_S2_2 6
#define G_V_S3_E1 7
#define G_V_S3_E2 8
#define G_V_S4_5 9
#define G_V_S4_6 10
#define G_V_S5 11//init of s5 <useless

Kiosani
Added this too.

How to switch version compilation? thank you
For example, when I switch to 97D, do I delete other versions?
 
Newbie Spellweaver
Joined
Jun 13, 2006
Messages
40
Reaction score
2
#define G_V_97D 0
#define G_V_97_99 1
#define G_V_99B 2
#define G_V_S1 3
#define G_V_S1_512 4
#define G_V_S2 5
#define G_V_S2_2 6
#define G_V_S3_E1 7
#define G_V_S3_E2 8
#define G_V_S4_5 9
#define G_V_S4_6 10
#define G_V_S5 11//init of s5
//#define CHARACTERDB_SERVER

#define GAME_VERSION G_V_99B

#define UPDATE_VERSION 1




The version is changed, isn't it? But there was a compilation error
 
Back
Top