uosteam icon indicating copy to clipboard operation
uosteam copied to clipboard

No carp tool found

Open cccsss01 opened this issue 5 years ago • 1 comments

I continually get no carp tool found, i'm using a saw and i've added

or @findtype '0x1028' 'any' 'backpack' 'any' '3'

but that doesn't seem to work either.

cccsss01 avatar Dec 24 '19 15:12 cccsss01

I don't think the identifier needs single apostrophe, also the syntax in this line looks off. I haven't checked the original script, just looking through UOSteam documentation which says: //// findtype (graphic) [color] [source] [amount] [range or search level] //// The example given in documentation was: // Search for 20 bandages of any color if findtype 0xe21 'any' 'backpack' 20 ///

So try @findtype 0x1028 'any' 'backpack' 0

This tells UOSteam to find any saw it can find in your backpack.

If this doesn't work, make sure you use the ObjectInspector to ensure that a saw's code is in fact "0x1028" - I've seen a few scripts where the code was wrong, might have been changed from an earlier patch or the codes may differ based on shard.

joshuaalayon avatar Jan 13 '20 00:01 joshuaalayon