mirror of
https://github.com/moparisthebest/MoparClassic
synced 2024-11-11 11:45:09 -05:00
Corrected XP rate
Corrected files to compile the Login Server
This commit is contained in:
parent
f12b96ef3b
commit
b84908fd0c
Binary file not shown.
@ -37,11 +37,11 @@ public class Constants {
|
|||||||
/**
|
/**
|
||||||
* Exp Rate multiplier per kill.
|
* Exp Rate multiplier per kill.
|
||||||
*/
|
*/
|
||||||
public static final double EXP_RATE = 3.0;
|
public static final double EXP_RATE = 4.0;
|
||||||
/**
|
/**
|
||||||
* Subscribed Exp Rate multiplier per kill.
|
* Subscribed Exp Rate multiplier per kill.
|
||||||
*/
|
*/
|
||||||
public static final double SUB_EXP_RATE = 3.0;
|
public static final double SUB_EXP_RATE = 4.0;
|
||||||
/**
|
/**
|
||||||
* The amount of players on this server.
|
* The amount of players on this server.
|
||||||
*/
|
*/
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
taskkill /F /IM java.exe
|
taskkill /F /IM java.exe
|
||||||
set PATH=%PATH%;ant\bin
|
set PATH=%PATH%;ant\bin
|
||||||
ant compile
|
ant
|
||||||
pause
|
pause
|
@ -1 +1 @@
|
|||||||
ant compile
|
ant
|
||||||
|
Binary file not shown.
Loading…
Reference in New Issue
Block a user