mirror of
https://github.com/2006-Scape/apollo.git
synced 2026-07-06 08:40:03 +00:00
Housekeeping
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
|
||||
# Generic npcs
|
||||
|
||||
spawn_npc name: :woman_4, x: 3232, y: 3207 # southernmost house
|
||||
spawn_npc name: :man_1, x: 3231, y: 3237 # house by willow tree
|
||||
spawn_npc name: :man_2, x: 3224, y: 3240 # house by willow tree
|
||||
spawn_npc name: :woman_5, x: 3229, y: 2329 # house by willow tree
|
||||
|
||||
# Functional npcs
|
||||
|
||||
spawn_npc name: :hans, x: 3221, y: 3221
|
||||
spawn_npc name: :father_aereck, x: 3243, y: 3210
|
||||
spawn_npc name: :bob, x: 3231, y: 3203
|
||||
spawn_npc name: :shop_keeper, x: 3212, y: 3247
|
||||
spawn_npc name: :shop_assistant, x: 3211, y: 3245
|
||||
spawn_npc name: :lumbridge_guide, x: 3232, y: 3229
|
||||
@@ -0,0 +1,16 @@
|
||||
<?xml version="1.0"?>
|
||||
<plugin>
|
||||
<id>location-lumbridge</id>
|
||||
<version>0.1</version>
|
||||
<name>Lumbridge</name>
|
||||
<description>Adds functionality to Lumbridge.</description>
|
||||
<authors>
|
||||
<author>Major</author>
|
||||
</authors>
|
||||
<scripts>
|
||||
<script>npcs.rb</script>
|
||||
</scripts>
|
||||
<dependencies>
|
||||
<dependency>entity-spawning</dependency>
|
||||
</dependencies>
|
||||
</plugin>
|
||||
Reference in New Issue
Block a user