Back to "b" tags

Bapeth's Ship Slot Regular Passive Ability (Top Row) by barryroser

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

1# Bapeths Ship Slot "Regular Passive" ability (Top 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 '[RegularAbility'
18getlabel backpack ping
19if insysmsg "you must wait"
20    overhead "Regular Cooling..." 38
21    script 'Master Background'
22    stop
23elseif insysmsg "currently be repaired" 
24    overhead "It would be no use..." 38
25else
26    overhead '*Passive Regular Ability*' 87
27endif
28script 'Master Background'