Drop rates
I was adding the defiant drops. I currently have the drop rate of the lootdrop at 1%, with each loot at 1%, bringing the total percentage to around 45%. That is not an issue correct ? If the total percentage is under 100% it will not cause issues or will it ?
|
Long ago I remember we had a similar situation and it certainly caused issues. Unfortunately, I can't for the life of me remember what they were. It was years ago so it's possible things have changed, but I also can't remember a change to loot in some time.
|
I think it depends on how you set that up exactly. If all of the defiant gear is in the same loot drop entry, and you have that set to 1%, then the total chance for any defiant piece to drop will be 1%. If you have multiple loot drop ids you are using in the same loot table and each set to 1%, then the total chance for a defiant to drop will be 1 X the number of loot drop ids you have in the loot table.
As far as chance for individual pieces in the same loot drop id goes, the total chance is always 100% no matter how many items there are or what chance you set for them. You could set 3 items all to 100% each and that would give each one a 33.3% chance to drop. You could also set those 3 items to 1% chance each and they would all still have a 33.3% chance to drop. Another example is if you had 3 items and they were set with 10, 15, and 25 chance each. Since the total for them is 50, they would then have 20, 30, and 50 chance to drop respectively. Basically, it totals up the chances you set it randoms between 0 and the total chance for all items in that loot drop id. If the random is below the chance set for the item being rolled on, then that is added to the loot table and it stops looping to check the other items unless the multiplier is more than 1. Here is the code from loottables.cpp that deals with adding loot to loot tables: Code:
//non-pool based looting |
So is there any way to lower the chances below 1% ? I read in another post that 1% is the lowest you can put in. The reason i am asking is 1% of total mobs still seems too high to me. After killing for a week, maybe playing 2 hours a day I already have 3 drops. I guess I could narrow the insert down to maybe just certain 'types' of mobs, or other criteria.
|
You can always add another item to the loot drop id and set it to whatever percentage you want so it drops in place of the defiant armor. For example, you could put a cloth cap with 90% chance of dropping in a 1% chance loot drop id, then have 10 defiant items set each to 1%. That would effectively make the cloth cap a 0.9% chance to drop and the defiant gear would be 0.1% chance or 1 in 1000 for any one of the 10 pieces to drop. That would make each defiant piece 0.01% or 1 in 10,000 chance to drop.
|
You should be able to further decrease the probability of a loot table dropping by adding a dupliate mob to the spawn group without giving them the 'rare' loot table.
e.g. say you want to add a really rare drop from orcs Spawngroup 1; 99% chance of orc with 50% chance of normal loot table 1% chance of orc with 50% chance of normal loot table, and a 1% chance of super rare loot table Keep the mobs identical except for the loot table and it's invisible to the player. They just see an orc. This would give you a 1/10,000 chance of the super rare loot table dropping. If you really want to go crazy, you could further decrease the probability of a single item dropping by making the super rare loot table virtually the same as the normal loot table, but add your rare as a 1% item. You could add an item with a 1 in a million chance of dropping this way. Untested :) |
So I could add a "Sword of the Thousand Truths"
|
I'd leave it on the flash drive ;-)
|
Here we go, spent a minute and redid it today while I was tweaking some things. This adds a cloth cap at 56% and overall I guess the defiant is .01 percent.
Code:
#Defiant Drops - .01% Globally |
I am still not happy with the drops at .01% which is roughly where they are at now. I think I am going to somehow only apply them to a specific type of mob, suggestions on narrowing that down ?
|
hehe how epic is the item? just ask for 0.01% is to match.^^
|
Well even though the item shows as around .01 percent globally, when applied to all mobs the drop was very consistent, about 2 per 4 hours of play is what I was seeing. I ended up just assigning them to certain types of mobs.
|
All times are GMT -4. The time now is 08:55 AM. |
Powered by vBulletin®, Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.