Extractable skill 50% + 50% = 75%???

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
Locked
User avatar
tukune
Posts: 533
Joined: Sun Mar 29, 2009 2:35 pm
Location: Japan

Extractable skill 50% + 50% = 75%???

Post by tukune »

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.
User avatar
MELERIX
L2j Veteran
L2j Veteran
Posts: 6667
Joined: Sat Sep 23, 2006 11:31 pm
Location: Chile
Contact:

Re: Extractable skill 50% + 50% = 75%???

Post by MELERIX »

loool update your server/dp, and read page 3 of the original topic plz viewtopic.php?p=120609#p120609 :roll:

you got a warning now for create duplicated post.
User avatar
tukune
Posts: 533
Joined: Sun Mar 29, 2009 2:35 pm
Location: Japan

Re: Extractable skill 50% + 50% = 75%???

Post by tukune »

50% meaning 0.5
50% * 50% = 25% meaning 0.5 * 0.5 = 0.25

are you okey?
User avatar
jurchiks
Posts: 6769
Joined: Sat Sep 19, 2009 4:16 pm
Location: Eastern Europe

Re: Extractable skill 50% + 50% = 75%???

Post by jurchiks »

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.
Locked