Alliances & Pet autopot improvement + Crafters patch
Improved Alliance invitations now using "invite popups" just like buddy, party and guild invites. Pet autopot now properly uses up pots from the inventory, fetching from other inventory slots when one place has been completely used up but the "stop criteria" hasn't been fulfilled yet. Pet autopot now properly detects pots with healing factor defined by the character's pool. Fixed old exploit with mineral/jewel crafters. Patched Doorway's questlines.
This commit is contained in:
@@ -1593,6 +1593,14 @@ public class MapleStatEffect {
|
||||
return mp;
|
||||
}
|
||||
|
||||
public double getHpRate() {
|
||||
return hpR;
|
||||
}
|
||||
|
||||
public double getMpRate() {
|
||||
return mpR;
|
||||
}
|
||||
|
||||
public byte getHpR() {
|
||||
return mhpR;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user