UO Unchained: Donate to Guild Treasury Automatically

Created: 4 months ago on 02/20/2025, 02:32:53 AMUpdated: 3 months ago on 03/15/2025, 12:55:41 AM
FileType: Razor Script (Community Edition)
Size: 3196
Category: Utility
Hotkey: 2
Tags: utility, guild

Description: This will automatically pull up the cursor for guild treasury - if you add items to the list it can auto select them. We did this on stream.

# Donate to Guild Treasury Automatically by Jaseowns # UO Unchained # Add items to the list to auto donate using >info removelist jaseowns_LootToDonate createlist jaseowns_LootToDonate pushlist jaseowns_LootToDonate "gold coin" pushlist jaseowns_LootToDonate "cut up leather" pushlist jaseowns_LootToDonate "7127" pushlist jaseowns_LootToDonate "6583" pushlist jaseowns_LootToDonate "7133" pushlist jaseowns_LootToDonate "7154" clearignore say '[guild' waitforgump 516474935 500 gumpresponse 15 516474935 waitforgump 1478311224 500 gumpresponse 100 1478311224 waitfortarget 500 if insysmsg "Target the resources your wish to add to your guild treasury." if listexists jaseowns_LootToDonate foreach jaseowns_DonateItem in jaseowns_LootToDonate while findtype jaseowns_DonateItem backpack as jaseowns_DonateThisItem getlabel jaseowns_DonateThisItem jaseowns_DonateThisItemDesc sysmsg "Running on {{jaseowns_DonateThisItemDesc}}" if "scaled" in jaseowns_DonateThisItemDesc // do nothing ignore jaseowns_DonateThisItem else if targetexists target jaseowns_DonateThisItem getlabel backpack jaseowns_PingCheck endif if insysmsg "You can only do this in a house" if name = "Jaseowns" hotkey "Play Script: Mage\Skinning as Mage" endif stop endif if not targetexists waitforgump 1478311224 500 gumpresponse 100 1478311224 waitfortarget 500 if not targetexists say '[guild' waitforgump 516474935 500 gumpresponse 15 516474935 waitforgump 1478311224 500 gumpresponse 100 1478311224 waitfortarget 500 endif endif endif endwhile endfor endif endif if targetexists hotkey "Cancel current target" endif if name = "Jaseowns" hotkey "Play Script: Mage\Skinning as Mage" endif
View list of scripts
Disclaimer: This is a fan made site and is not directly associated with Ultima Online or UO staff.