Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

No carp tool found #16

Open
cccsss01 opened this issue Dec 24, 2019 · 1 comment
Open

No carp tool found #16

cccsss01 opened this issue Dec 24, 2019 · 1 comment

Comments

@cccsss01
Copy link

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.

@joshuaalayon
Copy link
Contributor

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants