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!

Improving Chest Drops and Mining

Joined
Jan 24, 2007
Messages
652
Reaction score
323
hello everyone! below is a small tutorial on how to fix chests and drops

01 - open file T_Biology => "client/data/db" and find Id for chest or item collect.
43630|Flaming Mineral Vein|



02 - open file C_DropItem => "client/data/db" and add this line:
43630|礦質土塊|1||||1|0||14242|青鐵礦|1|60|14242|青鐵礦|2|15|14242|青鐵礦|3|5|15083|紫水晶|1|10|15083|紅瑪瑙|1|10|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||

- change id 43630 for your id chest or collect event.
- change id 15083 for your id item drop
- change id 14242 for your id item drop

ps:
in my example i used the object "43630" - "Flaming Mineral Vein" to collect item "14242" - "Fire Meteor Mineral" and with chances to come "15083" - "Ethereal Crystal".


03 - open file S_DropItem => "server/data/db" and add this line:
43630|礦質土塊|1||||1|0||14242|青鐵礦|1|60|14242|青鐵礦|2|15|14242|青鐵礦|3|5|15083|紫水晶|1|10|15083|紅瑪瑙|1|10|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||

Result:

ty for all
 
Last edited:
Back
Top