From 57e9e9eabeb264271ff8b3afefcd55cf7230434b Mon Sep 17 00:00:00 2001 From: Major- Date: Thu, 20 Feb 2014 22:55:40 +0000 Subject: [PATCH] Format. --- data/plugins/location-lumbridge/npcs.rb | 2 +- data/plugins/location-tutorial-island/npcs.rb | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/data/plugins/location-lumbridge/npcs.rb b/data/plugins/location-lumbridge/npcs.rb index 6c917718..cf5c7163 100644 --- a/data/plugins/location-lumbridge/npcs.rb +++ b/data/plugins/location-lumbridge/npcs.rb @@ -7,7 +7,7 @@ # Optional arguments are as follows: # :face - the direction the npc should face when it spawns. Supported options are :north, :north_east, :east, :south_east, :south, :south_west, :west, and :north_west # :bounds - the rectangular bound that the npc can wander about in. Order is [top-left x-coordinate, top-left y-coordinate, bottom-right x-coordinate, bottom-right y-coordinate] -# :delta_bounds - the rectangular bound that the npc can wander about in, as a difference from the spawn point. Order is identical to :bounds. Should not be used with :bounds. +# :delta_bounds - the rectangular bound that the npc can wander about in, as a difference from the spawn point. Order is [x-delta, y-delta]. Should not be used with :bounds. # :spawn_animation - the animation that will be played when the npc spawns. # :spawn_graphic - the graphic that will be played when the npc spawns. diff --git a/data/plugins/location-tutorial-island/npcs.rb b/data/plugins/location-tutorial-island/npcs.rb index 6c6b9c43..ec032673 100644 --- a/data/plugins/location-tutorial-island/npcs.rb +++ b/data/plugins/location-tutorial-island/npcs.rb @@ -7,12 +7,11 @@ # Optional arguments are as follows: # :face - the direction the npc should face when it spawns. Supported options are :north, :north_east, :east, :south_east, :south, :south_west, :west, and :north_west # :bounds - the rectangular bound that the npc can wander about in. Order is [top-left x-coordinate, top-left y-coordinate, bottom-right x-coordinate, bottom-right y-coordinate] -# :delta_bounds - the rectangular bound that the npc can wander about in, as a difference from the spawn point. Order is identical to :bounds. Should not be used with :bounds. +# :delta_bounds - the rectangular bound that the npc can wander about in, as a difference from the spawn point. Order is [x-delta, y-delta]. Should not be used with :bounds. # :spawn_animation - the animation that will be played when the npc spawns. # :spawn_graphic - the graphic that will be played when the npc spawns. - # 'Above-ground' npcs spawn_npc :name => :runescape_guide, :x => 3093, :y => 3107