KerningPQ + some boosts on PQ/event scripting
Added cleaner mechanics for dealing with PQs and events (bonus Exp when clearing a stage, for instance). Reimplemented KerningPQ.
This commit is contained in:
@@ -2508,6 +2508,7 @@ public class MaplePacketCreator {
|
||||
* @param progress
|
||||
* @return
|
||||
*/
|
||||
|
||||
public static byte[] updateQuestInfo(short quest, int npc) {
|
||||
final MaplePacketLittleEndianWriter mplew = new MaplePacketLittleEndianWriter();
|
||||
mplew.writeShort(SendOpcode.UPDATE_QUEST_INFO.getValue());
|
||||
|
||||
Reference in New Issue
Block a user