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.
This commit is contained in:
@@ -27,7 +27,7 @@ function enter(pi) {
|
||||
if(pi.isQuestStarted(6134)) {
|
||||
if(pi.canHold(4031448)) {
|
||||
pi.gainItem(4031448, 1);
|
||||
pi.warp(220070400, 3);
|
||||
pi.playPortalSound(); pi.warp(220070400, 3);
|
||||
|
||||
return true;
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user