Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

Items still dropping with no drop data in SQL

Newbie Spellweaver
Joined
Aug 6, 2012
Messages
48
Reaction score
0
I purposefully didn't load any drops in to the drop data or drop data global. Somehow though mobs are still dropping items. Pink flower tube, silver ore... both coming from green mushrooms.

Where else is drop data loaded? Both drop_data and global_drop_data have no records.



I did resolve this. Comment out all AddExtra() in your source, namely under mapleinformationprovider.java.
 
Newbie Spellweaver
Joined
Aug 6, 2012
Messages
48
Reaction score
0
Check your global_drop_data

It was from addExtra in mapleinformationprovider.java.

However the mobs that draw from addExtra, will not drop anything that is in the drop table. Green mushroom for instance only drops the drops in the old monsterbook string; String.wz > monsterbook.img. It will not drop any of the global drops.
 
Upvote 0
Back
Top