L2J Revision 4513:
L2JDP Revision 7813:
Extractable.java r7775:
for example: extractable_skills.csv 12345,1,50;77777,1,50
item 12345 chance 50%
item 77777 chance 50%
total : 50% + 50% = 100% ... it is okey.
but...
Extractable.java r7813:
<table name="#extractableItems">12345,1,50;77777,1,50</table>
item 12345 chance 50%
item 77777 chance 50%
total : 50% + 50% * 50% = 75% ... 25% fail.
item 77777 have 25% chance. not 50%. because 50% * 50% = 25%.
are you understand?
I think that is BUG. need revert. Please review the well again.
Extractable skill 50% + 50% = 75%???
Forum rules
READ NOW: L2j Forums Rules of Conduct
READ NOW: L2j Forums Rules of Conduct
- tukune
- Posts: 533
- Joined: Sun Mar 29, 2009 2:35 pm
- Location: Japan
- MELERIX
- L2j Veteran
- Posts: 6667
- Joined: Sat Sep 23, 2006 11:31 pm
- Location: Chile
- Contact:
Re: Extractable skill 50% + 50% = 75%???
loool update your server/dp, and read page 3 of the original topic plz viewtopic.php?p=120609#p120609 
you got a warning now for create duplicated post.

you got a warning now for create duplicated post.
- tukune
- Posts: 533
- Joined: Sun Mar 29, 2009 2:35 pm
- Location: Japan
Re: Extractable skill 50% + 50% = 75%???
50% meaning 0.5
50% * 50% = 25% meaning 0.5 * 0.5 = 0.25
are you okey?
50% * 50% = 25% meaning 0.5 * 0.5 = 0.25
are you okey?
- jurchiks
- Posts: 6769
- Joined: Sat Sep 19, 2009 4:16 pm
- Location: Eastern Europe
Re: Extractable skill 50% + 50% = 75%???
I think you're starting to seriously piss people off with this... READ before you write! It's already been fixed!
If you have problems, FIRST TRY SOLVING THEM YOURSELF, and if you get errors, TRY TO ANALYZE THEM, and ONLY if you can't help it, THEN ask here.
Otherwise you will never learn anything if all you do is copy-paste!
Discussion breeds innovation.
Otherwise you will never learn anything if all you do is copy-paste!
Discussion breeds innovation.