Crog boat + Pirate&EllinPQ + No dmg cap client
Now assaulter boat appears to client, added support for PiratePQ and EllinPQ and added a no dmg cap version localhost.
This commit is contained in:
15
scripts/map/onUserEnter/200090000.js
Normal file
15
scripts/map/onUserEnter/200090000.js
Normal file
@@ -0,0 +1,15 @@
|
||||
// Author: Ronan
|
||||
importPackage(Packages.tools);
|
||||
|
||||
var mapId = 200090000;
|
||||
|
||||
function start(pi) {
|
||||
var map = pi.getClient().getChannelServer().getMapFactory().getMap(mapId);
|
||||
|
||||
if(map.getDocked()) {
|
||||
pi.getClient().announce(MaplePacketCreator.musicChange("Bgm04/ArabPirate"));
|
||||
pi.getClient().announce(MaplePacketCreator.crogBoatPacket(true));
|
||||
}
|
||||
|
||||
return(true);
|
||||
}
|
||||
Reference in New Issue
Block a user