PDA

View Full Version : loot-be-gone



JustDan
12-11-2010, 02:51 PM
;loot-be-gone
--- Lich: loot-be-gone active.
--- Exception: undefined method `sellable' for #<GameObj:0xce23bd0>
loot-be-gone:864:in `start_script'
--- Lich: loot-be-gone has exited.

Checking line 864, I can see what it's looking for, but I'm still trying to get my brain back together so I can read these damn things again. Anyone who can help?


sell_list = lootsack.contents.to_a.find_all { |obj| (CharSettings['exclude regex'].nil? or obj.name !~ /#{CharSettings['exclude regex']}/) and (UserVars.needed_reagents.nil? or UserVars.needed_reagents.empty? or obj.name !~ /#{UserVars.needed_reagents}/) and (obj.sellable =~ /#{place}/) }

Tordane
12-11-2010, 02:57 PM
Do you have gameobj-data.xml?

JustDan
12-11-2010, 03:01 PM
Do you have gameobj-data.xml?

Jawohl!

(And just to be safe, re-downloaded it to make sure I had the latest, and still got the same error)

Tillmen
12-11-2010, 08:07 PM
undefined method `sellable' indicates your version of Lich is too old. You should either update Lich, or stop updating other things. The next map database updates will not work for old versions of Lich.

2Wizzy
02-08-2011, 02:42 AM
Having a devil of a time getting it to work in Ta'Vaalor. Seems to want to take me back to the landing,... anyone able to help?

Thanks

2Wizzy
02-08-2011, 06:40 AM
oh, checked back in older posts and found how to set the new locker,....

Never mind!