Back to "bapeth" tags

Bapeth's Ship Slot Greater Passive Ability (Bottom Row) by barryroser

Description: This is script that uses a passive boating ability and creates a cooldown

1# Bapeths Ship Slot "Greater Passive" ability (Bottom Row)
2#
3# "****REQUIRED****"
4# Bapeths Ship Cooldowns xml file (copy paste into your characters Cooldown file)
5# "COPY" Link to get Bapeths Cooldowns "https://outlands.uorazorscripts.com/script/f1e41e2d-411e-461e-9fd0-c4fc2dc234b1"
6# "PASTE" FILE PATH : C:\Program Files (x86)\Ultima Online Outlands\ClassicUO\Data\Profiles\"YOUR-ACCOUNT-NAME"\UO Outlands\"YOUR-CHARACTER" Open file in notepad
7# The cooldowns with "Tigger Text" Must be adjusted to "your ships stats" in the UO in game Options
8#
9# This script will use a passive ability
10# Passive abilities must be "slotted in your ships BOTTOM ROW" of upgrades
11# If your passive ability is not in the bottom roe the script will not work
12#
13# Script will loop into 'Master Background' if you have it in your script library
14#
15# Script starts here
16clearsysmsg 
17say '[SecondGreaterAbility'
18getlabel backpack ping
19if insysmsg "you must wait"
20    overhead "Greater Cooling..." 38
21    script 'Master Background'
22    stop
23else 
24    overhead '*Passive Greater Ability*' 67
25endif
26script 'Master Background'