Files
sweetgum-server/scripts/portal/evanGarden0.js
ronancpl 278b5e8140 Portal sound effects + Improved skillbook drops
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.
2018-02-14 18:25:49 -02:00

5 lines
101 B
JavaScript

function enter(pi) {
pi.playPortalSound();
pi.warp(100030200, "east00");
return true;
}