Concurrency fix + new scripts
Fixed some situation involving concurrency upon using getCharacters() from MapleMap, added scripts and other bug fixes.
This commit is contained in:
11
scripts/npc/world0/2100003.js
Normal file
11
scripts/npc/world0/2100003.js
Normal file
@@ -0,0 +1,11 @@
|
||||
var status = 0;
|
||||
|
||||
function start() {
|
||||
status = -1;
|
||||
action(1, 0, 0);
|
||||
}
|
||||
|
||||
function action(mode, type, selection) {
|
||||
cm.openShopNPC(52);
|
||||
cm.dispose();
|
||||
}
|
||||
Reference in New Issue
Block a user