Page 1 of 1

How to add base stat bonus to enchanted set?

Posted: Wed Oct 03, 2012 1:06 pm
by Topicus
If you want to receive support we need this info to help you properly.
ยป Find Revision
L2J Revision Number: Trunk 9216
L2JDP Revision Number: Trunk 5667

I have an idea here and was wondering if it is possible and how to do it.

I already have a code in L2PcInstance that checks if all parts of set are +15. From here, how to add i.e. +1 STR to his owner?
I need to know how to add and how to remove. Atleast any idea or any example will be helpful.

Thanks.

Re: How to add base stat bonus to enchanted set?

Posted: Wed Oct 03, 2012 5:29 pm
by Maylorian
take a look here:

Code: Select all

http://svn.l2jserver.com/branches/unstable/L2J_Server_BETA/java/com/l2jserver/gameserver/datatables/ArmorSetsData.java
set.addstr() something this might be the command. i dont know for sure you have to try it