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:
@@ -1171,6 +1171,8 @@ public class MapleMap {
|
||||
monster.setMap(this);
|
||||
Point spos = new Point(pos.x, pos.y - 1);
|
||||
spos = calcPointBelow(spos);
|
||||
if(spos == null) return;
|
||||
|
||||
spos.y--;
|
||||
monster.setPosition(spos);
|
||||
if (mapid < 925020000 || mapid > 925030000) {
|
||||
|
||||
@@ -223,7 +223,7 @@ public class MapleQuest {
|
||||
a.run(c, selection);
|
||||
}
|
||||
|
||||
c.getClient().getSession().write(MaplePacketCreator.showForeignEffect(9)); // Quest completion
|
||||
c.getClient().getSession().write(MaplePacketCreator.showSpecialEffect(9)); // Quest completion
|
||||
c.getMap().broadcastMessage(c, MaplePacketCreator.showForeignEffect(c.getId(), 9), false); //use 9 instead of 12 for both
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user