PIN system + player ranking fix + rebalanced equip EXP calculations
Added the PIN feature. Fixed ranking now calculating ranks now world-based instead of overall. Rebalanced equip exp gain and made cosmetic equipments no more leveling up (cosmetics leveling up are useless).
This commit is contained in:
@@ -694,8 +694,10 @@ public class MaplePacketCreator {
|
||||
mplew.writeLong(0);//isquietban time
|
||||
mplew.writeLong(c.getSessionId()); //creation time
|
||||
mplew.writeInt(0);
|
||||
mplew.writeShort(2);//PIN
|
||||
|
||||
|
||||
if (ServerConstants.ENABLE_PIN) mplew.writeShort(0);
|
||||
else mplew.writeShort(2);
|
||||
|
||||
return mplew.getPacket();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user