Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Topics - lexutto

Pages: [1]
1
UOSteam / PVP uosteam scripts
« 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'

2
New member introductions / Hello, my name is Alex 35 years old
« on: November 20, 2020, 10:51:56 AM »
And id like to make my UO life easier =)
Well my gaming life already in past, but love to UO has no expire date.. i think you all know what im talking about

Id like to share about my best memorie)) It was a wedding day, a lot of people in nice whitestone building in illshinar, everybady was in the best suits (weapon and magic were restricted) BUT they didnt say anything about released pets... so it was me, my friend, 10 wooden boxes blocking the entrance\exit from the wedding room and two released whitewyrms... bloodbath, i should say)))

So now i paid for a year of gametime on Europa with my old account (to ressurect it - was a pain in the ass) and trying to be in actual content... soooo need help of script obviously =)
Sorry for bad english, have a nice day anyway!

Pages: [1]