Author Topic: If buff exists issues  (Read 4052 times)

0 Members and 1 Guest are viewing this topic.

Offline magikhattTopic starter

  • Restricted
  • *
  • Posts: 1
  • Activity:
    0%
  • Reputation Power: 1
  • magikhatt has no influence.
  • Respect: 0
  • Referrals: 0
    • View Profile
If buff exists issues
« on: June 24, 2019, 11:05:53 AM »
0
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.

Tags: