World Drop problem

01/02/2013 20:06 Sh1nra#1
Hey :o I tried to use world drop, first i do this:


PHP Code:
UPDATE PS_GameDefs.dbo.MobItems
SET Grade 
754
WHERE ItemOrder 


after i done, this:

PHP Code:
UPDATE PS_GameDefs.dbo.MobItems
SET Droprate 
30
Where ItemOrder 


I see like this:
[Only registered and activated users can see links. Click Here To Register...]




I test it with
PHP Code:
select from PS_GameDefs.dbo.MobItems
WHERE Grade 
754 
and

PHP Code:
select from PS_GameDefs.dbo.Items
WHERE Grade 
754 
... successfully ! :rtfm:


But why i don't drop anything ingame?
01/02/2013 20:10 Prideness#2
Did you restart your server? If you haven't done a server reset, then it won't take change untill you do.
01/02/2013 20:47 JohnHeatz#3
Remember that drop rate works different for the last itemorder, as there the droprate isn't 1 = 1%.

I currently don't have the exact numbers, but at least this can point you out to the right direction
01/02/2013 21:10 abrasive#4
I think I recall that any ItemOrder after ItemOrder 6 that it doesn't necessarily drop, or it has lowered/modified percentages like JohnHeatz is saying.
01/02/2013 21:53 rempieremco153#5
Perhaps the drop has been set to 1, instead of 0.
01/02/2013 22:11 Sh1nra#6
Yes sure , today i make drops for my server, all have worked..

But WorldDrop not work.. i spawn around 200 mobs and get nothing


Edit i set DropRate to 100 , it does not work :mad:
01/03/2013 12:46 Truth1010#7
As John and Abrasive said, after drop grade 6 the drop rate works differently from 1 = 1%

I have it worked out, but from the top of my head, I think it is 1% = 10,000 DropRate from 6 - 9

Edit: Just checked and it's 1% = 100,000

so for example, for a 55% drop you would input DropRate as 550000 from grades 6 - 9
01/03/2013 12:49 Sh1nra#8
i don't understand... what DropRate i should do?
01/03/2013 18:45 JohnHeatz#9
3000000 for 30% you should be able to do the math with the information provided above