• Unfortunately, we have experienced significant hard drive damage that requires urgent maintenance and rebuilding. The forum will be a state of read only until we install our new drives and rebuild all the configurations needed. Please follow our Facebook page for updates, we will be back up shortly! (The forum could go offline at any given time due to the nature of the failed drives whilst awaiting the upgrades.) When you see an Incapsula error, you know we are in the process of migration.

[Development] Mu Server/Sources Pack

Joined
Jun 27, 2010
Messages
940
Reaction score
1,195
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