Cash Pet Food issue + BRPQ minor patch
As issued by vcoc, some pet items not working properly has been patches. New BRPQ reward announcer NPC. More minor patches.
This commit is contained in:
@@ -1673,7 +1673,11 @@ public class MapleCharacter extends AbstractAnimatedMapleMapObject {
|
||||
}
|
||||
|
||||
public void gainExp(int gain, boolean show, boolean inChat) {
|
||||
gainExp(gain, 0, show, inChat, true);
|
||||
gainExp(gain, show, inChat, true);
|
||||
}
|
||||
|
||||
public void gainExp(int gain, boolean show, boolean inChat, boolean white) {
|
||||
gainExp(gain, 0, show, inChat, white);
|
||||
}
|
||||
|
||||
public void gainExp(int gain, int party, boolean show, boolean inChat, boolean white) {
|
||||
@@ -5003,10 +5007,10 @@ public class MapleCharacter extends AbstractAnimatedMapleMapObject {
|
||||
pet.saveToDb();
|
||||
Item petz = getInventory(MapleInventoryType.CASH).getItem(pet.getPosition());
|
||||
if (petz != null) {
|
||||
forceUpdateItem(petz);
|
||||
forceUpdateItem(petz);
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}, 180000, 18000);
|
||||
fullnessSchedule[petSlot] = schedule;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user