More Masteria quests + several minor fixes
Added more quests on Masteria and updated drop data in the region. Fixed mystic door on slopes deploying players unproperly. Fixed mounts equipped by low level players crashing the client.
This commit is contained in:
@@ -25,8 +25,8 @@
|
||||
*/
|
||||
|
||||
function start() {
|
||||
if(cm.haveItem(3992041, 1)) cm.warp(610030020);
|
||||
else cm.getPlayer().dropMessage(5, "The giant gate of iron will not budge no matter what, however there is a key-shaped socket visible.");
|
||||
if(cm.haveItem(3992041, 1)) cm.warp(610030020, "out00");
|
||||
else cm.playerMessage(5, "The giant gate of iron will not budge no matter what, however there is a visible key-shaped socket.");
|
||||
|
||||
cm.dispose();
|
||||
}
|
||||
Reference in New Issue
Block a user