-
Apprentice
How to change drop value in worldx-terrain.scp
How to change drop value in worldx-terrain.scp
For example:
in world9-terrain.scp if I change .00000190000000000 to .99000190000000000 - how to increase or decrease the value?
Or if I change .00000190000000000 to .00000200000000000 - how now change drop value?
I do not understand technology of changing this value :( How it calculate?
-
-
Re: How to change drop value in worldx-terrain.scp
The rates are just decimal numbers.
That is 0.00000190000000000 ok? They just ignore the 0 before the .
0.99000190000000000 is much bigger than 0.00000190000000000 yes? Setting it like this would make the item a LOT more likely to drop.
0.00000200000000000 is only a tiny bit bigger than 0.00000190000000000 ? This would just be a tiny bump in the chance of it dropping.
Rememer that each individual rate in the common drop section is in relation to each other common drop for that map. It is also reliant on the item you are wanting to affect isn't in the DropDiscount table as that overrides the common drop tables in the terrain scp and possibly even the mob drop table which also overrides the common drops if you are fighting a listed mob like a boss.
-
Apprentice
Thank you, I try to find acceptable values
chumpywumpy can you help me, I try to find a drop value of which Mithril items would be very rare.
.99000190000000000 very very high for mithril
P.S.: sorry for my bad English and bugs in the head :)
Last edited by chumpywumpy; 28-09-08 at 03:56 PM.
-
Enthusiast
Re: How to change drop value in worldx-terrain.scp
-
Re: How to change drop value in worldx-terrain.scp
I merged your posts Dimaka, please use edit rather than double posting.
All you have to do is either start with a small number and make it bigger, or start with a high number and make it small and test to see if the results are what you want. If .00000190000000000 is to low and .99000190000000000 is too high then try something in between like .00050190000000000.