Search found 1 match

by risko
Thu May 10, 2012 9:18 pm
Forum: Runes of Magic
Topic: Farming White Iron Nail
Replies: 30
Views: 12276

Re: Farming White Iron Nail

target_object uses
<option name="HARVEST_DISTANCE" value="200" />
as it's max distance.

I have been playing with this for the last 2 hours


local _bag = player:findNearestNameOrId("Mysterious Bag")
if _bag then
playalarm()
local _dist = distance(player.X,player.Z,_bag.X,_bag.Z)
local ...