Vyserion Posted October 17, 2020 Group: Members Topic Count: 15 Topics Per Day: 0.01 Content Count: 21 Reputation: 0 Joined: 06/25/20 Last Seen: June 12, 2021 Share Posted October 17, 2020 Hello guys! How can I make an item to be protected from Steal skill? For example a special drop to avoid any exploits. Regards Quote Link to comment Share on other sites More sharing options...
0 Tokei Posted October 17, 2020 Group: Members Topic Count: 16 Topics Per Day: 0.00 Content Count: 695 Reputation: 721 Joined: 11/12/12 Last Seen: 3 hours ago Share Posted October 17, 2020 Heya, You can use mob_drop.txt in your db folder, and make drops protected from steal: // Monster Drop Database // Add drop item to monster // // Structure: // <mobid>,<itemid>,<rate>{,<randopt_groupid>,<flag>} // // <mobid> : Monster ID. See db/[pre-]re/mob_db.txt // <itemid> : Item ID. // <rate> : 1 = 0.01% // 100 = 1% // 10000 = 100% // Just like rate in mob_db.txt, adjusted by battle_config. // To remove original drop from monster, use 0 as rate. // Optional: // <randopt_groupid> : If set, the dropped item will be modified by Random Option Group based on db/[pre-]re/item_randomopt_group.txt // <flag> : 1 - The item is protected from steal. // 2 - As MVP Reward 1063,1102,100,RDMOPTG_None,1 Quote Link to comment Share on other sites More sharing options...
Question
Vyserion
Hello guys!
How can I make an item to be protected from Steal skill? For example a special drop to avoid any exploits.
Regards
Link to comment
Share on other sites
1 answer to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.