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:
@@ -31,6 +31,7 @@ function enter(pi) {
|
||||
if (pi.isLeader()) {
|
||||
for (var i = 0; i < dungeons; i++) {
|
||||
if(pi.startDungeonInstance(dungeonid + i)) {
|
||||
pi.playPortalSound();
|
||||
pi.warpParty(dungeonid + i);
|
||||
return true;
|
||||
}
|
||||
@@ -42,6 +43,7 @@ function enter(pi) {
|
||||
} else {
|
||||
for (var i = 0; i < dungeons; i++) {
|
||||
if(pi.startDungeonInstance(dungeonid + i)) {
|
||||
pi.playPortalSound();
|
||||
pi.warp(dungeonid + i);
|
||||
return true;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user