Update wilderness coordinates to the ones used by Jagex.

This commit is contained in:
Major-
2015-02-25 16:33:20 +00:00
parent b95c48b2e3
commit 496de2b7f8
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -49,7 +49,7 @@ end
# Defines the pvp area action.
area_action :pvp do
on_entry { |player| player.in_pvp = true }
on_exit { |player| player.in_pvp = true }
on_exit { |player| player.in_pvp = false }
end
# Defines the wilderness area action.
+1 -1
View File
@@ -42,5 +42,5 @@ def area(hash)
end
# Coordinates refer to the bottom-left position (min_x, min_y) and the top-right position (max_x, max_y), followed by the height (optional).
area :name => :wilderness, :coordinates => [ 2944, 3520, 3391, 3967, 0 ], :actions => [ :pvp, :multicombat, :wilderness ]
area :name => :wilderness, :coordinates => [ 2944, 3520, 3392, 6400, 0 ], :actions => [ :pvp, :multicombat, :wilderness ]
area :name => :duel_arena, :coordinates => [ 3327, 3200, 3392, 3286 ], :actions => :pvp