ScriptUO

Scripting Resources & Utilities => UOSteam => Topic started by: lexutto on November 25, 2020, 07:03:15 AM

Title: PVP uosteam scripts
Post by: lexutto on November 25, 2020, 07:03:15 AM
Hello, can anyone share macro for pvp
I need something like swap weapon (pitchfork) + tagle dismount ability one
Swap on kryss + tagle AI ability ON

And other useful macro that you guys know for ninjitsu?
Thank in advance

I have something that could help:
Weapon swaper
if not @findobject 'Wep1' and not @inrange 'Wep1' 2
promptalias 'Wep1'
endif
if not @findobject 'Wep2' and not @inrange 'Wep2' 2
promptalias 'Wep2'
endif

if not listexists 'swapweapons'
createlist 'swapweapons'

endif

if list 'swapweapons' < 1
pushlist 'swapweapons' 'Wep1'
pushlist 'swapweapons' 'Wep2'

endif

if findobject 'lefthand'
clearhands 'both'
pause 500

endif

equipitem swapweapons[0] 1
sysmsg 'swapweapons' 33
    sysmsg swapweapons[] 33
poplist 'swapweapons' 'front'