Jump to content

About Maya's Drop

closed

gidzdlcrz
2014-06-17 20:00:05

1147,MAYA,Maya,Maya,81,169000,0,42900,17875,1,1800,2070,60,25,95,97,76,95,82,105,10,12,2,4,82,0x37B5,100,864,1000,480,21450,730,2000,603,3000,617,2000,10006,500,2615,200,2234,200,639,500,7020,10,985,3500,2005,100,0,0,0,0,4146,1


Can someone please take a look at Maya's database. It Doest drop Monther's Nightmare. My settings we're customized to:
// The rate the common items are dropped (Items that are in the ETC tab, besides card)
item_rate_common: 1000000
item_rate_common_boss: 100
item_drop_common_min: 1
item_drop_common_max: 10000

// The rate healing items are dropped (items that restore HP or SP)
item_rate_heal: 100
item_rate_heal_boss: 100
item_drop_heal_min: 1
item_drop_heal_max: 10000

// The rate at which usable items (in the item tab) other then healing items are dropped.
item_rate_use: 100
item_rate_use_boss: 100
item_drop_use_min: 1
item_drop_use_max: 10000

// The rate at which equipment is dropped.
item_rate_equip: 200000
item_rate_equip_boss: 200000
item_drop_equip_min: 1
item_drop_equip_max: 10000

// The rate at which cards are dropped
item_rate_card: 200000
item_rate_card_boss: 50000
item_drop_card_min: 1
item_drop_card_max: 10000


I havent touch the mob_db.


Anyway using PRE RE. Latest pull from GIT. Commented everything in Renewal.h besides #Define Pre-re

gidzdlcrz
2014-06-17 20:09:36
I even play with the settings now. Mother's Nightmare item id is 7020 and the drop rate we're 10. Edit those to 100 ~ 500 still none.

gidzdlcrz
2014-06-17 20:18:22
Temporary Solution until Fix from Devs:

Original
1147,MAYA,Maya,Maya,81,169000,0,42900,17875,1,1800,2070,60,25,95,97,76,95,82,105,10,12,2,4,82,0x37B5,100,864,1000,480,21450,730,2000,603,3000,617,2000,10006,500,2615,200,2234,200,639,500,7020,10,985,3500,2005,100,0,0,0,0,4146,1

Change to
1147,MAYA,Maya,Maya,81,169000,0,42900,17875,1,1800,2070,60,25,95,97,76,95,82,105,10,12,2,4,82,0x37B5,100,864,1000,480,21450,730,2000,603,3000,617,2000,10006,500,2615,200,2234,200,639,500,985,3500,2005,100,0,0,7020,10,4146,1



What i did was remove the 7020,10 and modified those at the end (0,0,0,0,4146,1) by 0,0,7020,10,4146,1

Everything seems fine after i discover the fix.

Aleos
2014-06-18 13:00:27
By default the item drops at 0.1%. Maya is a Boss/MVP flagged monster, so since you left "item_rate_common_boss" at 100, that means it drops at official rate which would be 0.1% which is what it's defined as in the mob_db.

What you changed ended up cutting an item drop slot out (there are supposed to be 9, you have 8).

gidzdlcrz
2014-06-18 17:19:20
So its working as intended. Can you recommend the value should i set on my item_rate_common_boss: ***? As i am doing

10k | 10k | 5k rates.

Aleos
2014-06-18 17:43:36
You would set all the *_boss config values to whatever you set your item_rate_* to.

So:
item_rate_common: 1000000
item_rate_common_boss: 1000000
item_drop_common_min: 1
item_drop_common_max: 10000


gidzdlcrz
2014-06-18 18:46:25
Thanks!
×
×
  • Create New...