ScriptUO

Scripting Resources & Utilities => Stealth Client => Stealth scripts => Topic started by: dxrom on March 22, 2013, 01:25:15 AM

Title: [V4 , Pascal] [OSI] dxrom's Bushido Trainer
Post by: dxrom on March 22, 2013, 01:25:15 AM
Needed to GM bushido on a new character so I whipped this up really quick to work on a thrower with a wolf spider. However it should work on any kind of dexxer with a poison weapon.

Since lightning strike does periodic damage, it monitors the spider's health and wont perform lightning strike when it is under 90% which with successive hits is not just safety but also a grace period to regenerate your mana while it regens it's health. This script doesn't take into consideration LMC, it works in conjunction with the flat 10MP cost for Confidence (used to get from 40-50) and lightning strike.

Easy setup. Buy 40 Bushi, get a wolf spider, input the wolf spider's ID and start it up.

Also as a safety precaution, when something is breaking (Your weapon hopefully) it will disarm you so you don't break your weapon.
Title: Re: [V4 , Pascal] [OSI] dxrom's Bushido Trainer
Post by: dirtmcgirt on May 19, 2020, 05:09:19 AM
When you say input the wolf spiders ID, where are you talking about??
Title: Re: [V4 , Pascal] [OSI] dxrom's Bushido Trainer
Post by: gimlet on May 19, 2020, 07:50:54 AM
When you say input the wolf spiders ID, where are you talking about??

use this to find information on anything in the game

http://www.scriptuo.com/index.php?topic=188.0 (http://www.scriptuo.com/index.php?topic=188.0)
Title: Re: [V4 , Pascal] [OSI] dxrom's Bushido Trainer
Post by: unisharp on May 20, 2020, 09:17:24 AM
Hello,

Also, if you're already using Stealth, then the built-in assistant has a way to grab IDs.

(https://i.imgur.com/A7DJfKd.png)

Just click "From Target" then and what pops up in "Serial" is your ID in hexadecimal format.  Google hex to dec to change to decimal.