ScriptUO

Official ScriptUO EasyUO Scripts => Submit your Script => Topic started by: Tana on April 14, 2016, 10:31:19 PM

Title: Script i wrote up to train bard skills using masterys
Post by: Tana on April 14, 2016, 10:31:19 PM
Hey guys i wrote this to train disco past 90 since ive read that the masterys are a simple way to do it would love for your guys imput!

Code: [Select]
;=============================================================================
;-- Script Name:Bard Mastery Trainer
;-- Author: Tana
;-- Version: 1.0
;-- Client Tested with: 7.0.49.2
;-- EUO version tested with: 1.5.1.297
;-- Shard OSI
;-- Revision Date:4/15/16
;-- Public Release: 4/15/16
;-- Purpose: Trains Bard skills from 90-120 using masterys
;-- Copyright: 2016
;=============================================================================
;-----------------------------Instructions------------------------------------
;Must have completed mastery quest for whatever skill your training to gain
;this script has only been tested with 2/4 casting if you have less it may
;need adjusted
;a TON! of insterments in the top of your pack (lute Drum harp Tamb.)
;we recomened as much Mana Mana Regen and Lower Mana Cost as possible
;=============================================================================
Title: Re: Script i wrote up to train bard skills using masterys
Post by: gimlet on April 15, 2016, 07:10:50 AM
I hope to try it this week end and give ya some feed back!
Title: Re: Script i wrote up to train bard skills using masterys
Post by: The Ghost on April 15, 2016, 08:33:26 AM
That a sweet little title you get their :)
Title: Re: Script i wrote up to train bard skills using masterys
Post by: Tana on April 15, 2016, 10:38:52 AM
haah i guess i tried to make upload the script in the image area LMAO!! its attached now enjoy :) ive gain +15 since last night :)
Title: Re: Script i wrote up to train bard skills using masterys
Post by: Tana on April 15, 2016, 01:06:47 PM
Haha I'm already editing it some. I realized not all bards use med so I'm adding a skill check for med and then Gosub wait for mana if your not using med. Should be simple

Code: [Select]
Sub med
Chooseskill med
If #skill < 25
{
Gosub waitformana
}

or even easier that i just thought of

Code: [Select]
sub med
Chooseskill med
if #skill < 25
{
repeat
wait 1
until #mana = #maxmana
}
Title: Re: Script i wrote up to train bard skills using masterys
Post by: The Ghost on April 15, 2016, 01:44:21 PM
If you need a little help  over easy UO

; Script Name: OS_Discordance_Tribulation_v1.1
; Author: OldSchool
; Version: v1.1
Title: Re: Script i wrote up to train bard skills using masterys
Post by: Tana on April 19, 2016, 03:09:55 PM
Found a couple errors. If you break your interment before you cast a 2nd time it got stuck asking what instrument you'd like to play fixed the issue had another issue where it wouldn't click the instrument due to lag or whatever fixed that finishing my tests then will post the updated revision.
Title: Re: Script i wrote up to train bard skills using masterys
Post by: Endless Night on August 25, 2016, 05:21:32 AM
Feedback needed has anyone tested this script.