Pet Snail expiration + Scripted portal sound effects
Fixed pet Snail not expiring properly (being removed from inventory when the time's up). Broadcasted code update for most of the missing portal sound effects for portal scripts. It is expected for all scripted portals now to play the sound effect when traversing it.
This commit is contained in:
@@ -10,7 +10,7 @@ function enter(pi) {
|
||||
pi.teachSkill(20000017, 1, 0, -1);
|
||||
pi.teachSkill(20000018, 1, 0, -1);
|
||||
//actually nexon does enableActions here :P
|
||||
pi.warp(914000200, 1);
|
||||
pi.playPortalSound(); pi.warp(914000200, 1);
|
||||
return true;
|
||||
} else {
|
||||
pi.message("You can only exit after you accept the quest from Athena Pierce, who is to your right.");
|
||||
|
||||
Reference in New Issue
Block a user