mirror of
https://github.com/2006-Scape/apollo.git
synced 2026-07-02 16:49:12 +00:00
41 lines
1.4 KiB
Ruby
41 lines
1.4 KiB
Ruby
|
|
# Functional npcs
|
|
|
|
# 'Above-ground' npcs
|
|
|
|
spawn_npc name: :master_chef, x: 3076, y: 3085
|
|
spawn_npc name: :quest_guide, x: 3086, y: 3122, face: :north
|
|
spawn_npc name: :financial_advisor, x: 3127, y: 3124, face: :west
|
|
spawn_npc name: :brother_brace, x: 3124, y: 3107, face: :east
|
|
spawn_npc name: :magic_instructor, x: 3140, y: 3085
|
|
|
|
# 'Below-ground' npcs
|
|
# Note: They aren't actually on a different plane, they're just in a different location that
|
|
# pretends to be underground.
|
|
|
|
spawn_npc name: :mining_instructor, x: 3081, y: 9504
|
|
spawn_npc name: :combat_instructor, x: 3104, y: 9506
|
|
|
|
# Non-humanoid npcs
|
|
|
|
spawn_npc name: :fishing_spot_316, x: 3102, y: 3093
|
|
|
|
spawn_npc name: :chicken, x: 3140, y: 3095
|
|
spawn_npc name: :chicken, x: 3140, y: 3093
|
|
spawn_npc name: :chicken, x: 3138, y: 3092
|
|
spawn_npc name: :chicken, x: 3137, y: 3094
|
|
spawn_npc name: :chicken, x: 3138, y: 3095
|
|
|
|
# 'Below-ground' npcs
|
|
# Note: They aren't actually on a different plane, they're just in a different location that
|
|
# pretends to be underground.
|
|
|
|
spawn_npc name: :giant_rat_87, x: 3105, y: 9514
|
|
spawn_npc name: :giant_rat_87, x: 3105, y: 9517
|
|
spawn_npc name: :giant_rat_87, x: 3106, y: 9514
|
|
spawn_npc name: :giant_rat_87, x: 3104, y: 9514
|
|
spawn_npc name: :giant_rat_87, x: 3105, y: 9519
|
|
spawn_npc name: :giant_rat_87, x: 3109, y: 9516
|
|
spawn_npc name: :giant_rat_87, x: 3108, y: 9520
|
|
spawn_npc name: :giant_rat_87, x: 3102, y: 9517
|