[HELP][Updated] How to make buffer with enchanted buffs

Find the proper support area, Saga-Version.
Forum rules
READ NOW: L2j Forums Rules of Conduct
Post Reply
thaiscorpion
Posts: 30
Joined: Thu Sep 01, 2011 3:57 am

[HELP][Updated] How to make buffer with enchanted buffs

Post by thaiscorpion »

L2J Revision 4912:
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 :D Im sure its simple Ive just got no idea!

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!
User avatar
volix
Posts: 106
Joined: Tue May 17, 2011 5:20 pm

Re: [HELP][Updated] How to make buffer with enchanted buffs

Post by volix »

for cov (1363) +15 (115/215/315)

Code: Select all

SkillTable.getInstance().getInfo(1363, 115).getEffects(player,player);
thaiscorpion
Posts: 30
Joined: Thu Sep 01, 2011 3:57 am

Re: [HELP][Updated] How to make buffer with enchanted buffs

Post by thaiscorpion »

Thanks for your help lol I knew it was simple hehehe and Ive been stuck on this for 2 days hahaha I love u :wink:
Post Reply