Scripting Resources & Utilities > UOSteam

If buff exists issues

(1/1)

magikhatt:
I saw on demise there was a fix for bushido spells. I was wondering if this is shard specific out if it would work everywhere? If shard specific, what needs to be done to get it working on a shard?

Below was their fix :

--- Quote --- How To fix UOSteam Missing Buff Icons
There is some missing Buff Icon in the list that will make some line of code to fail checking for the right informations!
1 - Make sure your UOSteam is Closed.
2 - Locate your " bufficons.xml " File. Mine is located at: C:\Program Files (x86)\UOSteam\Data\bufficons.xml
3 - Open your " bufficons.xml " File with any text editor program, like Notepad.
4 - Search in your " bufficons.xml " for already existing line: <!-- Ninjitsu -->
5 - Edit the lines as show below with:
<bufficons>
...
... many icon line ...
...
<icon id="1069" name="Healing"/>
<icon id="1079" name="Feint"/>
<icon id="1082" name="Consecrate Weapon"/>
<icon id="1084" name="Immolating Weapon"/>
<icon id="1088" name="Curse Weapon"/>
<icon id="1093" name="Confidence"/>
<icon id="1094" name="Evasion"/>
<icon id="1095" name="Counter Attack"/>
<icon id="1096" name="Lightning Strike"/>
<icon id="1097" name="Momentum Strike"/>
<icon id="1101" name="Veterinary"/>
</bufficons>
6 - Save the " bufficons.xml " File.
--- End quote ---

Navigation

[0] Message Index

Go to full version