[Help] 10th Degree SUN DROPS

09/19/2017 18:38 rhysclark1#1
Hi,

I need some help with my private server.

It is setup at 100 cap however it doesn't look like any monsters in Chin Tomb actually drop SUN items 10th Degree. Is this a bug or do they drop from higher monsters than level 100? All everyone seems to get is SOM drops.

I could reward SUN for events however it would be nice if they could find it.

If someone can help me with this i would appreciate it.

Thanks,
09/19/2017 19:18 EdwardTeach+-#2
well, this issue might be because of 2 things,

1st - _RefDropItemAssign
Code:
Update _RefDropItemAssign set Service = '1' where RefItemID in (select ID FROM _RefObjCommon where CodeName128 like '%_10_C%')
AND SERVICE = '0'
2nd - _RefDropClassSel_RareEquip

Code:
Update _RefDropClassSel_RareEquip set ProbGroup30 ='0.0033'
ProbGroup30 Stand for 10D SUN.
Yours Ed.
09/19/2017 19:37 rhysclark1#3
Quote:
Originally Posted by EdwardTeach+- View Post
well, this issue might be because of 2 things,

1st - _RefDropItemAssign
Code:
Update _RefDropItemAssign set Service = '1' where RefItemID in (select ID FROM _RefObjCommon where CodeName128 like '%_10_C%')
AND SERVICE = '0'
2nd - _RefDropClassSel_RareEquip

Code:
Update _RefDropClassSel_RareEquip set ProbGroup30 ='0.0033'
ProbGroup30 Stand for 10D SUN.
Yours Ed.
Thanks, had a look and these seemed to be ok. However it looks like ProbGroup 30 goes up to level 104. I suppose the 10th degree sun drops are contained within those level. Doesnt really work for 10D cap server then. Unless i can add it to 98-100 mobs for example.