ScriptUO

Scripting Resources & Utilities => Stealth Client => Stealth archive => Topic started by: Hey Arnold on May 21, 2014, 02:21:14 PM

Title: Stealth Script
Post by: Hey Arnold on May 21, 2014, 02:21:14 PM
Hi im new to Stealth Client. Im currently trying to make script to take 1gp from a pile of gold and put it in my backpack on loop. Can any one help a noob out with this :)
Title: Re: Stealth Script
Post by: Crome969 on May 22, 2014, 12:06:52 AM
Hi im new to Stealth Client. Im currently trying to make script to take 1gp from a pile of gold and put it in my backpack on loop. Can any one help a noob out with this :)

http://stealth.od.ua/Doc:Api/DropDelay With this you can take control how fast Drag&Drop should be handled by Stealth

http://stealth.od.ua/Doc:Api/MoveItem With this you handle drag and drop from source to destination.

http://stealth.od.ua/Doc:Api/Backpack Returns ID of your Playerbackpack

http://www.delphibasics.co.uk/RTL.asp?Name=While Sample for do while in Pascal\Delphi

http://stealth.od.ua/Doc:Api/IsObjectExists Returns true or False if the ID you pass exist. This could be your Condition in your do\while.

Try it yourself, if this wont help you i can write you a sample.
Title: Re: Stealth Script
Post by: Hey Arnold on May 22, 2014, 01:06:37 PM
Hm thanks for replying. Yeah i looked at most of the commands im just not sure how to put it all together. If u could write me a sample of taking 1gp from a gold pile and puting it in your backpack that would be awesome..im also trying to figure out how to set that on a loop if possible..thanks so much :)