uosteam
uosteam copied to clipboard
No carp tool found
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.
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.