Added portal crossing sound effect on several scripted portals which were missing it. Added a few more scrolls on Spindle. Added several skill/mastery book drops, making "4th job skill questing" somewhat more viable.
5 lines
101 B
JavaScript
5 lines
101 B
JavaScript
function enter(pi) {
|
|
pi.playPortalSound();
|
|
pi.warp(100030200, "east00");
|
|
return true;
|
|
}
|