L2JDP Revision 8362:
Hiya guys Im tring to get my buffer to give enchanted buffs like cov +15 etc... Im using Rin4s buffer script and ive just got no idea where to start to make the buffs be enchanted

Any help would be great ty!
EDIT:
Okay so far Ive found that this command gives the buff:
st.getPlayer().useMagic(L2Skill skill, boolean forceUse, boolean dontMove)
But there is not option for skill enchants so I checked the L2Skill format hoping there would be like:
L2Skill( Skillid, Skilllvl, EnchantTree, EnchantLevel) or something like that but I cant find it any 1 knows what parameters I can add to an L2Skill? I know it is L2Skill( SkillId, SkillLevel) but maybe I can add what I said before?
Any help would be great!