How to add base stat bonus to enchanted set?

Support for the latest build of L2J Server, get help here with installations, upgrades, problems.
Do not post bugs reports here, use viewforum.php?f=77 instead.
There is no support for other server builds than the official provided by l2jserver.com
Forum rules
READ NOW: L2j Forums Rules of Conduct
Post Reply
Topicus
Posts: 17
Joined: Wed Nov 10, 2010 7:31 pm

How to add base stat bonus to enchanted set?

Post 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.
Maylorian
Posts: 23
Joined: Sun Sep 09, 2012 11:01 am

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

Post 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
Post Reply