You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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.
The text was updated successfully, but these errors were encountered: