Fixed slotMax function caching up dirtied player data. Fixed many portals not supposed to warp players to "random spawnpoints". Fixed Wind Walk not being cancellable by attacking.
6 lines
172 B
JavaScript
6 lines
172 B
JavaScript
function start() {
|
|
cm.forceCompleteQuest(22011);
|
|
cm.playerMessage(5, "You have acquired a Dragon Egg.");//actually getInfoMessage
|
|
cm.warp(900090103, 0);
|
|
cm.dispose();
|
|
} |