Reworked Autoassigner & Hero's Will & Trade + Visual NX + New commands
Reworked autoassigner (improved limits between required secondary and surplus primary stats). Hero's will removes most of diseases, tonic removes slow. Added visual info for collected NX cards. Added commands cake (cake boss with customizable HP) and setgmlevel. Reworked Trade system now checking for slots smartly (instead of just checking for empty slots).
This commit is contained in:
@@ -801,6 +801,16 @@ public class AbstractPlayerInteraction {
|
||||
public void goDojoUp() {
|
||||
c.announce(MaplePacketCreator.dojoWarpUp());
|
||||
}
|
||||
|
||||
public void resetDojoEnergy() {
|
||||
c.getPlayer().setDojoEnergy(0);
|
||||
}
|
||||
|
||||
public void resetPartyDojoEnergy() {
|
||||
for(MapleCharacter pchr: c.getPlayer().getPartyMembersOnSameMap()) {
|
||||
pchr.setDojoEnergy(0);
|
||||
}
|
||||
}
|
||||
|
||||
public void enableActions() {
|
||||
c.announce(MaplePacketCreator.enableActions());
|
||||
|
||||
Reference in New Issue
Block a user