PapaZola Posted July 17, 2016 Group: Members Topic Count: 318 Topics Per Day: 0.07 Content Count: 925 Reputation: 33 Joined: 12/05/11 Last Seen: September 20, 2023 Share Posted July 17, 2016 id: 99 name: "Admin" level: 99 inherit: ( "Support", "Law Enforcement" ) commands: { /* not necessary due to all_commands: true */ } log_commands: true permissions: { can_trade: true can_party: true all_skill: false all_equipment: true skill_unconditional: true use_check: true use_changemaptype: true all_commands: true channel_admin: true can_trade_bounded: true item_unconditional: false bypass_stat_onclone: true bypass_max_stat: true /* all_permission: true */ here my item_trade 28999,67,50 // Jewelry Box 29000,67,50 29001,67,50 29002,67,50 29003,67,50 29004,67,50 29005,67,50 29006,67,50 29007,67,50 29008,67,50 29009,67,50 29010,67,50 29011,67,50 29012,67,50 29013,67,50 29014,67,50 29015,67,50 29016,67,50 29017,67,50 29018,67,50 29019,67,50 29020,67,50 but admin still cant drop whats the problem? Quote Link to comment Share on other sites More sharing options...
0 Haki Posted July 17, 2016 Group: Members Topic Count: 23 Topics Per Day: 0.01 Content Count: 96 Reputation: 23 Joined: 06/14/16 Last Seen: April 30, 2021 Share Posted July 17, 2016 Hmmm First try changing /* all_permission: true */ into all_permission: true by removing /* */ If you still can't drop the item, Check if the map has a mapflag nodrop set to 1. Quote Link to comment Share on other sites More sharing options...
0 PapaZola Posted July 17, 2016 Group: Members Topic Count: 318 Topics Per Day: 0.07 Content Count: 925 Reputation: 33 Joined: 12/05/11 Last Seen: September 20, 2023 Author Share Posted July 17, 2016 Hmmm First try changing /* all_permission: true */ into all_permission: true by removing /* */ If you still can't drop the item, Check if the map has a mapflag nodrop set to 1. thanks working Quote Link to comment Share on other sites More sharing options...
0 Haki Posted July 17, 2016 Group: Members Topic Count: 23 Topics Per Day: 0.01 Content Count: 96 Reputation: 23 Joined: 06/14/16 Last Seen: April 30, 2021 Share Posted July 17, 2016 Glad to help! Quote Link to comment Share on other sites More sharing options...
Question
PapaZola
here my item_trade
Link to comment
Share on other sites
3 answers 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.