forked from 2009Scape/Server
Made the guard tower ladder in neitiznot climbable
This commit is contained in:
parent
497a0b9c46
commit
c663735c91
1 changed files with 3 additions and 0 deletions
|
|
@ -5,6 +5,7 @@ import core.game.node.Node
|
|||
import core.game.node.entity.npc.NPC
|
||||
import core.game.node.entity.player.Player
|
||||
import core.game.node.item.Item
|
||||
import core.game.world.map.Location
|
||||
import core.game.world.map.zone.MapZone
|
||||
import core.game.world.map.zone.ZoneBorders
|
||||
import org.rs09.consts.NPCs
|
||||
|
|
@ -23,5 +24,7 @@ class NeitiznotListeners : InteractionListener() {
|
|||
}
|
||||
|
||||
ContentAPI.registerMapZone(zone, ZoneBorders(2313,3786,2331,3802))
|
||||
ContentAPI.addClimbDest(Location.create(2363, 3799, 0), Location.create(2364, 3799, 2))
|
||||
ContentAPI.addClimbDest(Location.create(2363, 3799, 2), Location.create(2362, 3799, 0))
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue