UOGamers Community

This is a sample guest message. Register a free account today to become a member! Once signed in, you'll be able to participate on this site by adding your own topics and posts, as well as connect with other members through your own private inbox!

  • To obtain new Razor updates, please reinstall Razor from our new website.

UOsteam buffexists not working ?

suiris

Sorceror
I was trying to make a script that uses buffexists and it was not working, then decided to test it out so made this one :
if @buffexists 'any'
sysmsg 'Buff found' 232
pause 2000
else
sysmsg 'Buff NOT found' 232
pause 2000
endif

It seems that UO steam doesn't detect any buff that i have. Any suggestions ?

Thanks!
 

suiris

Sorceror
Issue solved, big thanks to @MB !!!

Some buffs are not on there by default so you have to edit the UOSteam/Data/bufficons.xml file and add them

<icon id="1079" name="Feint"/>
<icon id="1081" name="PyschicAttack"/>
<icon id="1082" name="Consecrate Weapon"/>
<icon id="1083" name="GrapesofWrath"/>
<icon id="1088" name="Curse Weapon"/>
<icon id="1090" name="Immolating Weapon"/>
<icon id="1110" name="Nausea"/>
<icon id="1112" name="GazeOfDespair"/>
<icon id="1122" name="Splintered"/>
 
Top