I have the mod.xml , all the sprites , and the skillDB.xml <skillDB> <skill name="Olaf the Berserker" skillName="888123" type="warrior" description="You get bonuses for bein awesome."> <art icon="sprites/Ragnarok.jpg"/> </skill> <ability name="Ragnarok" icon="sprites/Ragnarok.png" skill="888123" startSkill="1"> <description text="Gain Extra Health and mana Regen."/> <secondarybuff id="13" amount="20"/> <secondarybuff id="14" amount="20"/> </ability> <ability name="Armoured Skin" icon="sprites/spirit-visage.gif" skill="888123" level="0"> <description text="Being hit with many spells and sticks as a child has made you tough."/> <secondarybuff id="11" percentage="75"/> <secondarybuff id="10" amount="10"/> </ability> <ability name="Mobile Viking" icon="sprites/BoM.jpg" skill="888123" level="1"> <description text="You are now sonic fast."/> <secondarybuff id="6" percentage="50"/> <secondarybuff id="8" percentage="15"/> <secondarybuff id="9" amount="20"/> </ability> <ability name="Weak Spot" icon="sprites/IE.jpg" skill="888123" level="2"> <description text="If you can find their weak point you can hit harder."/> <secondarybuff id="4" percentage="20"/> </ability> <ability name="Dam...age" icon="sprites/BoTRG" skill="888123" level="3"> <description text="Now you can just swing."/> <secondarybuff id="2" amount="20"/> </ability> <ability name="Health of a Viking" icon="sprites/War.jpg" skill="888123" level="4"> <description text="Health point increase."/> <secondarybuff id="0" amount="500"/> </ability> </skillDB> it shows up in mod loader and in the choose your skills screen but it disappears from the skills pane
Try changing out the first skill to be a spell of some sort. There seems to be no non-passives in this, so there would be no spell/abilities to activate. If that works, then you would know exactly what is working and what is not.
Are the descriptions there when you hover over the "disappeared" skillls, or are they not there? There isn't any screen shot in which you would show that, and we don't have the whole mod so we can't check for ourselves.
http://www.mediafire.com/download/7f8zkj7j5y20uq5/Olaf the Berserker.rar This is a download for it. The skills are just gone.
You need to use PNGs as your image type. You have JPGs, GIFs, and then the PNGs. Use them. http://dredmod.com/wiki/Skills_Tutorials Code: This is the art file for your mod. It must be a 64x64 RGB .png file. Here, I left the other images in place and just made PNGs of the ones that were other formats. I think this should work as it is, no need to extract it. Just drop it in your mods directory and it should work. *Edit* Or not... It still does nothing. Anyone have any more ideas?
Why do you use <secondaryBuff id='x' percentage='y'/>? SecondaryBuffs don't have percentages. Also; http://dredmod.com/wiki/Skill_System_Reference