This is a simple script to cut medusas scales. It should not be intrusive, and pauses when done, in case you are chaining them.
Script relies on Trail Myx's journal sub, which can actually HANDLE a sampire spam storm and still be accurate. Thanks for sharing this TM.
Thanks to Aastrom of Easyuo for the core idea of his script.
Thanks to Cervesa, for his many tips, and the ID's of other pointy objects form his bone cutter.
Thanks to Twinkle McNugget, Cervesa, JAF, _C2_ (for menu tutorial), Paulonius, and many others for chiming in to get me up to speed.
Thanks to all scripters who share their work!
Set UP: Have a knife in main pack. Hit play. Get within two tiles of medusa. That should be all.
Additional notes. Waits can be adjusted on the fly. I put in a soft wait that looks for must waits and other errors. In testing, this has worked very reliably.
If a must wait occurs, script loops back to previous section and re-tries while adjusting the wait up 1.
;==================================
; Script Name: Medusa scaler
; Author: Baldielocks
; Version: 1.0
; Public release date: 02 August 2010
; Purpose: Cuts scales from medusa while fighting. Detect success / fail / complete.
; Special thanks:Script relies on Trail Myx's journal sub, which can actually HANDLE a sampire spam storm and still be accurate. Thanks for sharing this TM.
;Thanks to Aastrom of Easyuo for the core idea of his script.
;Thanks to Cervesa, for his many tips, and the ID's of other pointy objects form his bone cutter.
;Thanks to Twinkle McNugget, Cervesa, JAF, _C2_ (for menu tutorial), Paulonius, and many others for chiming in to get me up to speed.
;Thanks to all scripters who share their work!
; Aasstrom (easyuo) for use of his doom bone cutter.
;==============================================================================
; _
; ___ _ | | __ ___ _____
; / __/ __ _ _(_)_ _ | |_\ ) ( // _ \ Making (s)UO easier.
; \__ \( _/ `_/ / ` \| _| | | | / \ \ www.scriptuo.com
; __| | (_| | | | |) | | \ \_/ | \_/ / Admin: TrailMyx
; \___/\___| | |_| _/\__\ \_____/\______/ Ass. Admin: Cerveza
; | | | |
; |_| |_|
;
;==============================================================================
;Client Tested with: 7.0.7.3
; EUO version tested with: 1.5
; Shard OSI / FS: OSI
; Instructions: Be in medusa lair (no point otherwise), have a sharp thingie that skins in pack.
; Oh, and hit play. That helps.
;==================================
;==================================
; Script Name: Non-Intrusive Doom Bone Cutter
; Author: Aastrom
; Version: 1.2
; Client Tested with: 6.0.11.0 (patch 72)
; EUO version tested with: 1.5
; Shard OSI / FS:
; Revision Date: 2008-12-06
; Public Release: 2006-11-04
; Purpose: Unintrusively cuts Unholy Bones that the Dark Father in Doom places.
;==================================