Drop monster

01/26/2014 10:57 Ankis59#1
Hello, i search for drop one weapon only by vempain so my propMoverEx.inc it's :

MI_VEMPAIN01
{
Maxitem = 1;
DropGold(2000, 3000);

DropItem(II_WEA_SWO_VEMPIRE, 600000, 0, 1);
DropItem(II_WEA_SWT_VEMPIRE, 600000, 0, 1);
DropItem(II_WEA_AXE_VEMPIRE, 600000, 0, 1);
DropItem(II_WEA_AXT_VEMPIRE, 600000, 0, 1);
DropItem(II_WEA_KNU_VEMPIRE, 600000, 0, 1);
DropItem(II_WEA_CHE_VEMPIRE, 600000, 0, 1);
DropItem(II_WEA_WAN_VEMPIRE, 600000, 0, 1);
DropItem(II_WEA_STA_VEMPIRE, 600000, 0, 1);
DropItem(II_WEA_BOW_VEMPIRE, 600000, 0, 1);
DropItem(II_WEA_YOY_VEMPIRE, 600000, 0, 1);

But i no drop all weapons ...
01/27/2014 08:23 fabianx2#2
You must set Maxitem = 1 to Maxitem = 10.
ANd make every 600000 to 3000000000
01/27/2014 08:53 Rhizon#3
As fabian said, you should edit Maxitem Ammount, but:
there is no fixed Drop, which means: even if you set MaxItem to 10
you will never receive 10 differend items. May it drop 3 Axes und only 1
Knuckle and so on.