UOSAGAS Scripting

Razor · Lua · VScript

Automate Britannia.
Write it once. Share it.

The complete reference for scripting on UOSagas. Every command, every expression, documented against the assistant that actually ships. Plus a library of scripts from the community.

Commands
92
Expressions
63
Languages
3
autoheal.razor running · line 4
// Auto heal: bandages first, potion if it's badif not dead    if findtype "clean bandage%s%" backpack        if bandaging = 0 and hp != maxhp            hotkey 'Bandage self'            wait 650        endif    endif    if hp < 25        if findtype 3852 self as PotsHeal            overhead 'Drinking heal!' 68            dclick PotsHeal        endif    endifendifloop

Documentation

Getting started, control flow, the full command and expression reference, layers and skills, plus exactly which parts work on UOSagas.

Script Library

Healing bots, resource loops, crafting helpers. Every script reviewed before it lands. Pull it straight into your client.