Author Topic: Stealth Script  (Read 4399 times)

0 Members and 1 Guest are viewing this topic.

Offline Hey ArnoldTopic starter

  • Newbie
  • *
  • Posts: 3
  • Activity:
    0%
  • Reputation Power: 1
  • Hey Arnold has no influence.
  • Respect: 0
  • Referrals: 0
    • View Profile
Stealth Script
« on: May 21, 2014, 02:21:14 PM »
0
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 :)

Offline Crome969

  • Moderator
  • *
  • *****
  • Posts: 2098
  • Activity:
    0%
  • Reputation Power: 25
  • Crome969 is on the verge of being accepted.Crome969 is on the verge of being accepted.Crome969 is on the verge of being accepted.Crome969 is on the verge of being accepted.Crome969 is on the verge of being accepted.
  • Gender: Male
  • UO Enthusiast
  • Respect: +211
  • Referrals: 10
    • View Profile
    • ScriptSDK
Re: Stealth Script
« Reply #1 on: May 22, 2014, 12:06:52 AM »
0
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.

Offline Hey ArnoldTopic starter

  • Newbie
  • *
  • Posts: 3
  • Activity:
    0%
  • Reputation Power: 1
  • Hey Arnold has no influence.
  • Respect: 0
  • Referrals: 0
    • View Profile
Re: Stealth Script
« Reply #2 on: May 22, 2014, 01:06:37 PM »
0
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 :)

Tags: