elitepvpers

elitepvpers (https://www.elitepvpers.com/forum/)
-   SRO PServer Questions & Answers (https://www.elitepvpers.com/forum/sro-pserver-questions-answers/)
-   -   [Solved] Losing my mind about item drops (https://www.elitepvpers.com/forum/sro-pserver-questions-answers/5050929-losing-my-mind-about-item-drops.html)

thehaifisch 07/30/2022 12:07

Losing my mind about item drops
 
Hello everyone,

I am having trouble configuring item drops. My _RefDropClassSel_Equip table looks like below, but 101-110 mobs also drop 10 degree items instead of 11. Stones and tablets drop the correct degree according to mob level.

ItemClass in _RefObjItem is set to 31 for 11 degree items and 28-30 for 10 degree items which is correct as far as I know.

Any idea?

[IMG=expandable: 1]https://cdn.discordapp.com/attachments/870284293782523965/1002862148294291476/unknown.png[/IMG]

Thank you and have a good day :)

@$$ 08/03/2022 01:19

try to clone all refdrop tables related from clean vsro database it should work fine

arg3n7s 08/07/2022 16:13

If what you want is to make *Drop Stones and Attributes* do it from the group drop


_RefDropItemGroup
Quote:

1 15 ITEM_D11_STONEATTRIBUTE_D11 6689 0.0625 15
1 15 ITEM_D11_STONEATTRIBUTE_D11 6701 0.0625 15
1 15 ITEM_D11_STONEATTRIBUTE_D11 6713 0.0625 15
1 15 ITEM_D11_STONEATTRIBUTE_D11 6725 0.0625 15
1 15 ITEM_D11_STONEATTRIBUTE_D11 6737 0.0625 15
1 15 ITEM_D11_STONEATTRIBUTE_D11 6749 0.0625 15
1 15 ITEM_D11_STONEATTRIBUTE_D11 6761 0.0625 15
1 15 ITEM_D11_STONEATTRIBUTE_D11 6773 0.0625 15
1 15 ITEM_D11_STONEATTRIBUTE_D11 6785 0.0625 15
1 15 ITEM_D11_STONEATTRIBUTE_D11 6797 0.0625 15
1 15 ITEM_D11_STONEATTRIBUTE_D11 6809 0.0625 15
1 15 ITEM_D11_STONEATTRIBUTE_D11 6821 0.0625 15
1 15 ITEM_D11_STONEATTRIBUTE_D11 6833 0.0625 15
1 15 ITEM_D11_STONEATTRIBUTE_D11 6845 0.0625 15
1 15 ITEM_D11_STONEATTRIBUTE_D11 6869 0.0625 15
1 15 ITEM_D11_STONEATTRIBUTE_D11 6881 0.0625 15
1 15 ITEM_D11_STONEATTRIBUTE_D11 6905 0.0625 15
1 15 ITEM_D11_STONEATTRIBUTE_D11 6917 0.0625 15
1 15 ITEM_D11_STONEATTRIBUTE_D11 6929 0.0625 15
1 15 ITEM_D11_STONEATTRIBUTE_D11 6941 0.0625 15
1 15 ITEM_D11_STONEATTRIBUTE_D11 6953 0.0625 15
1 15 ITEM_D11_STONEATTRIBUTE_D11 6965 0.0625 15
1 15 ITEM_D11_STONEATTRIBUTE_D11 6977 0.0625 15
1 15 ITEM_D11_STONEATTRIBUTE_D11 6989 0.0625 15
1 15 ITEM_D11_STONEATTRIBUTE_D11 7001 0.0625 15
1 15 ITEM_D11_STONEATTRIBUTE_D11 7013 0.0625 15
1 15 ITEM_D11_STONEATTRIBUTE_D11 7025 0.0625 15
1 15 ITEM_D11_STONEATTRIBUTE_D11 7037 0.0625 15
1 15 ITEM_D11_STONEATTRIBUTE_D11 7049 0.0625 15
1 15 ITEM_D11_STONEATTRIBUTE_D11 7061 0.0625 15
I have eliminated the Astral and Immortals from the drop
Green= This is the item ID


_RefMonster_AssignedItemRndDrop
Quote:

1 38218 15 ITEM_D11_STONEATTRIBUTE_D11 0 1 1 0.00135 0 0
1 38219 15 ITEM_D11_STONEATTRIBUTE_D11 0 1 1 0.00135 0 0
1 38223 15 ITEM_D11_STONEATTRIBUTE_D11 0 1 1 0.00135 0 0
1 38229 15 ITEM_D11_STONEATTRIBUTE_D11 0 1 1 0.00135 0 0
1 38231 15 ITEM_D11_STONEATTRIBUTE_D11 0 1 1 0.00135 0 0
1 38244 15 ITEM_D11_STONEATTRIBUTE_D11 0 1 1 0.00135 0 0
1 38253 15 ITEM_D11_STONEATTRIBUTE_D11 0 1 1 0.00135 0 0
Red= Here you modify the drop rate
Orange= This is the mob ID

thehaifisch 08/10/2022 23:06

Sorry I was abroad and did not notice that there were replies. Thank you all.

Quote:

Originally Posted by @$$ (Post 39279916)
try to clone all refdrop tables related from clean vsro database it should work fine

These tables are supposed to be clean ones actually. But I am not sure why there are 10d drops at 101+ when the respective values are all zeroes in those fields...

Quote:

Originally Posted by arg3n7s (Post 39284915)
If what you want is to make *Drop Stones and Attributes* do it from the group drop


_RefDropItemGroup

I have eliminated the Astral and Immortals from the drop
Green= This is the item ID


_RefMonster_AssignedItemRndDrop

Red= Here you modify the drop rate
Orange= This is the mob ID

Thank you for the thorough explanation, I will check these tables too but I am not sure how it is exactly related to the topic. The stone/tablet drops are fine only the item drops are not right.

arg3n7s 08/12/2022 01:44

I am giving you another alternative to be able to add the drop you want without suffering.

thehaifisch 08/12/2022 09:06

Quote:

Originally Posted by arg3n7s (Post 39289880)
I am giving you another alternative to be able to add the drop you want without suffering.

Thank you but the thing is that I want to remove 10d drops from 101-110 mobs. And even though the table is set correctly those still drop.

I manage to solve the issue.

I think its not that straightforward so I leave the solution here in case anyone else might have the same problem later.

In the table _RefDropItemAssign Service was set to 0 for 11d items. The strange thing in the behavior was that one would assume that there would be no drops at all for 101-110 mobs with _RefDropClassSel_Equip set like it is shown in the OP. Instead there were 10d drops even though _RefDropClassSel_Equip table is not set to drop 10d between level 101-110.


All times are GMT +2. The time now is 18:35.

Powered by vBulletin®
Copyright ©2000 - 2026, Jelsoft Enterprises Ltd.
SEO by vBSEO ©2011, Crawlability, Inc.