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!

How to Modify Chest Drops in Fortune Bag Table

Joined
Jan 24, 2007
Messages
653
Reaction score
320
hello guys!

For all those who still have questions on how to fix the drop of chests.

1 - Open the fortune_bag table in your navicat. (ffaccount> fortune_bag)
2 - If you want to change a specific drop, locate the id of the chest you want to change.
- Server> db> T_ItemMaill.ini

Explanation:
The id of the fortune_bag table is the id of the chest you want to change, for example;
I fixed the drop "Login Gift Box: Gold" where your id is: "61081".

ffaccount> fortune_bag

Id = id of the desired chest
sequence = item sequence (1, 2, 3 ...)
set = 1
item_id = id of the item you want to extract from the chest
item_num = 1probability = probability of drop (%) 1 = 1% / 100 = 100%

See the pictures below as it was.

 
Last edited:
Back
Top