Some questions about monsters and their drops, I'm fixing some monsters here on my server and I came across Crane Machinery, this monster from normal to giant, doesn't drop items:
Code:DropKind(IK3_SWD, 65, 72); DropKind(IK3_AXE, 65, 72); DropKind(IK3_CHEERSTICK, 65, 72); DropKind(IK3_KNUCKLEHAMMER, 65, 72); DropKind(IK3_WAND, 65, 72); DropKind(IK3_STAFF, 65, 72); DropKind(IK3_HELMET, 65, 72); DropKind(IK3_SUIT, 65, 74); DropKind(IK3_GAUNTLET, 65, 72); DropKind(IK3_BOOTS, 65, 72); DropKind(IK3_SHIELD, 65, 72); DropKind(IK3_BOW, 65, 72); DropKind(IK3_YOYO, 65, 72);
And the drop is the same as the previous bosses and even so it doesn't drop, the only thing that drops are these weapons that I recently added to the monster:
My Crane Machinary:Code:DropItem(II_WEA_SWO_SUHO, 3000000, 0, 1); DropItem(II_WEA_SWT_SUHO, 3500000, 0, 1); DropItem(II_WEA_AXE_SUHO, 3000000, 0, 1); DropItem(II_WEA_AXT_SUHO, 3500000, 0, 1); DropItem(II_WEA_KNU_SUHO, 3200000, 0, 1); DropItem(II_WEA_CHE_SUHO, 3500000, 0, 1); DropItem(II_WEA_WAN_SUHO, 3500000, 0, 1); DropItem(II_WEA_STA_SUHO, 3500000, 0, 1); DropItem(II_WEA_BOW_SUHO, 3000000, 0, 1); DropItem(II_WEA_YOY_SUHO, 3500000, 0, 1);
Why is my crane Machinery not dropping? Do you have any other drop files?Code:https://pastebin.com/NJJqvhvM
What do these numbers after the item mean?
You mean it will drop from lvl 65 to 72?Code:DropKind(IK3_SWD, 65, 72);
I'm asking these questions because some bosses, even with the same drop rate, are a little different


![[Question] Monsters](http://ragezone.com/hyper728.png)


