yeah it drops everything, like everything! XD
mats, equipments, zuly
u have to fix ur world server, there is an error in the drop types code... well its not really a bad code, its just that the code used there doesnt work... cuz i dont know how to make it work haha!
its linked to somewhere that i dont know... i still have to search for it =)
map drops are normal drops (like mats) that every monster in that map drops it
and the mob drops are the specific equipments that each monster drops...
if u look at your drops_data file, the id 1-65 are map drops, these id's arent used in the dropid in ur npc_data file....
in ur worldserver.conf :
droptype = 0 - drops only mob drops
droptype = 1 - drops only map drops ( if u didnt fix the code in ur world server, this will only drop zulies )
droptype = 2 - drops both mob drops and map drops ( if u also didnt fix the code it only drops map drops, now this time the bad code is with the mob drops )