Survager
Tester
Hey.
I'm doing modlet which adds several new buffs.
Here is a tree of modlets folders:
[ mod_modlet ]
- [ Config ]
- - buffs.xml
- - items.xml
- [ UIAtlases ]
- - [ ItemIconAtlas ]
- ModInfo.xml
New icons for the buffs are located in the folder [ItemIconAtlas].
The file buffs. xml buff is described as follows:
<?xml version="1.0" encoding="utf-8"?>
<survager>
<append xpath="/buffs">
<buff name="newBuff" icon="UIAtlases/ItemIconAtlas/iconForNewBuff.png">
</buff>
</append>
</survager>
Buff applied correctly, but a buff icon is not displayed either in the lower left corner of the screen or in the description of the buff. There are only a dark background in the lower left corner of the screen.
What am I doing wrong?
Thanks for the help.
I'm doing modlet which adds several new buffs.
Here is a tree of modlets folders:
[ mod_modlet ]
- [ Config ]
- - buffs.xml
- - items.xml
- [ UIAtlases ]
- - [ ItemIconAtlas ]
- ModInfo.xml
New icons for the buffs are located in the folder [ItemIconAtlas].
The file buffs. xml buff is described as follows:
<?xml version="1.0" encoding="utf-8"?>
<survager>
<append xpath="/buffs">
<buff name="newBuff" icon="UIAtlases/ItemIconAtlas/iconForNewBuff.png">
</buff>
</append>
</survager>
Buff applied correctly, but a buff icon is not displayed either in the lower left corner of the screen or in the description of the buff. There are only a dark background in the lower left corner of the screen.
What am I doing wrong?
Thanks for the help.