Tutorial Creating custom spells - opentibiabr/otclient GitHub Wiki
Edit modules/gamelib/spells.lua
- Uncomment
Customsection of theSpelllistSettingstable.- In spellOrder, add a unique list of your spell names (not needed if you just wanna demo)
- Uncomment
Customsection of theSpellInfotable.- Add and edit the spell information here. (not needed if you just wanna demo)
Edit data/images/game/spells/custom.png (not needed if you just wanna demo).
- Each spell square should match configured
iconSizeinSpelllistSettings.
Restart client and see your spells in actionbar.