[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

3q very much




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