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:
@@ -6,6 +6,6 @@ function enter(pi) {
|
||||
pi.teachSkill(20000014, 1, 0, -1);
|
||||
pi.teachSkill(20000015, 1, 0, -1);
|
||||
//actually nexon does enableActions here :P
|
||||
pi.warp(914000210, 1);
|
||||
pi.playPortalSound(); pi.warp(914000210, 1);
|
||||
return true;
|
||||
}
|
||||
Reference in New Issue
Block a user