Added meso drop data for many mobs that were missing mesos. Enhanced arrow drop data, now dropping bundles instead of unitary items. Fixed issues with several Aran change jobs crashing the player shortly after changing jobs. Improved concurrency in MapleGuild, MapleAlliance and MaplePlayerShop. New tools: MapleArrowFetcher and MapleMesoFetcher, that were used to compile the updated drop data info.
13 lines
146 B
Plaintext
13 lines
146 B
Plaintext
Add field:
|
|
PHP Code:
|
|
private int cp;
|
|
|
|
Add methods:
|
|
PHP Code:
|
|
public int getCp() {
|
|
return cp;
|
|
}
|
|
|
|
public void setCp(int cp) {
|
|
this.cp = cp;
|
|
} |