forked from 2009Scape/Server
Merge branch 'neit-audit-ensure-climbable-ladders' into 'master'
Made the guard tower ladder in neitiznot climbable See merge request 2009scape/2009scape!137
This commit is contained in:
commit
58fe39d89c
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