Hello everyone,
it's a long time that I'm looking for an answer for problem I have,
I'll be very happy if someone will help me to fix it,
so here is the problem: How does sun drop rates are really work in vSRO?
My server is cap 100, and I want to set sun from mobs, there is only one problem with it, players don't receive sun drops!
Here is what I did: I have changed PobGroup30 values in the table _RefDropClassSel_RareEquip, no matter what I'll write there, the players won't get sun drop from mobs, I wrote there in one of the times 23435936 because someone told me that it's 100% but the players still didn't get any sun drop,
in another time I wrote there 999999999, and still nothing!
No matter what I wrote there, 20,0.99,99999999,23435936,22.50,50 still nothing!!!!
I have changed the PobGroup30 values where MonLevel was 90 to 100,
Every time I changed the PobGroup30 values, I have also made sure that Service = 1 at the table _RefObjCommon where codename128 like 'item_%_10%c_%rare', and Service = 1 also in the table _RefDropItemAssign where codename128 like 'item_%_10%c_%rare'.
So after I saw that everything isn't help, I changed rarity from 2 to 3 by the next query:
After I done with this query, and made restart, the sun drop rate was too high, players got sun drop every 5 minute!
Well I was happy, because finally they got sun drops and now I can play with the rates at the table _RefDropClassSel_RareEquip, so here we go again:
No matter what I wrote in the PobGroup30 values,
0.99,5,0.25,0.001,0.000000303,
the players still got sun drop every 5 minutes, I have changed the PobGroup30 values where MonLevel was 90 to 100, same like the last time I changed those values.
So what the hell is going on here???
Someone wants to give me an explain to how it works?
I'll be very happy to get an answer, because I tried EVERYTHING and it doesn't work, I lost :(
I really appreciate your help, thanks in advance :D.
it's a long time that I'm looking for an answer for problem I have,
I'll be very happy if someone will help me to fix it,
so here is the problem: How does sun drop rates are really work in vSRO?
My server is cap 100, and I want to set sun from mobs, there is only one problem with it, players don't receive sun drops!
Here is what I did: I have changed PobGroup30 values in the table _RefDropClassSel_RareEquip, no matter what I'll write there, the players won't get sun drop from mobs, I wrote there in one of the times 23435936 because someone told me that it's 100% but the players still didn't get any sun drop,
in another time I wrote there 999999999, and still nothing!
No matter what I wrote there, 20,0.99,99999999,23435936,22.50,50 still nothing!!!!
I have changed the PobGroup30 values where MonLevel was 90 to 100,
Every time I changed the PobGroup30 values, I have also made sure that Service = 1 at the table _RefObjCommon where codename128 like 'item_%_10%c_%rare', and Service = 1 also in the table _RefDropItemAssign where codename128 like 'item_%_10%c_%rare'.
So after I saw that everything isn't help, I changed rarity from 2 to 3 by the next query:
PHP Code:
update _RefObjCommon set Rarity = 3 where codename128 like 'item_%_10%c_%rare' and Service =1
Well I was happy, because finally they got sun drops and now I can play with the rates at the table _RefDropClassSel_RareEquip, so here we go again:
No matter what I wrote in the PobGroup30 values,
0.99,5,0.25,0.001,0.000000303,
the players still got sun drop every 5 minutes, I have changed the PobGroup30 values where MonLevel was 90 to 100, same like the last time I changed those values.
So what the hell is going on here???
Someone wants to give me an explain to how it works?
I'll be very happy to get an answer, because I tried EVERYTHING and it doesn't work, I lost :(
I really appreciate your help, thanks in advance :D.