Beret Posted July 24, 2012 Group: Members Topic Count: 60 Topics Per Day: 0.01 Content Count: 174 Reputation: 3 Joined: 06/19/12 Last Seen: September 18, 2024 Share Posted July 24, 2012 How can I do that certain level of GM, cannot use trade and not drop item. Quote Link to comment Share on other sites More sharing options...
Mystery Posted July 24, 2012 Group: Members Topic Count: 94 Topics Per Day: 0.02 Content Count: 2192 Reputation: 253 Joined: 11/11/11 Last Seen: June 24, 2020 Share Posted July 24, 2012 How can I do that certain level of GM, cannot use trade and not drop item. Try your item_trade: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk/db/pre-re/item_trade.txt //Item Trading Restrictions File //Specify here special rules for item trading. //Item ID, TradeMask, GM-Level Override //Trading mask values: //1:Item can't be droped //2:Item can't be traded (nor vended) //4:Wedded partner can override restriction 2. //8:Item can't be sold to npcs //16:Item can't be placed in the cart //32:Item can't be placed in the storage //64:Item can't be placed in the guild storage //128:Item can't be attached to mail //256:Item can't be auctioned //Example: //1161,67,50 //Balmung: No drop, No trade, No Guild Store (1+2+64 =67), //only GMs of GM-level 50 and up can override the setting. 1 Quote Link to comment Share on other sites More sharing options...
Emistry Posted July 25, 2012 Group: Forum Moderator Topic Count: 93 Topics Per Day: 0.02 Content Count: 10018 Reputation: 2369 Joined: 10/28/11 Last Seen: Sunday at 05:32 PM Share Posted July 25, 2012 https://rathena.svn.sourceforge.net/svnroot/rathena/trunk/conf/groups.conf can_trade: false can_trade : Ability to trade or otherwise distribute items (drop, storage, vending etc) Quote Link to comment Share on other sites More sharing options...
v00m3r Posted July 25, 2012 Group: Members Topic Count: 53 Topics Per Day: 0.01 Content Count: 291 Reputation: 4 Joined: 04/24/12 Last Seen: January 30, 2014 Share Posted July 25, 2012 (edited) on the groups.conf find the level of your GM. then change the can_trade: [color=#282828][font=helvetica, arial, sans-serif]groups: ( { id: 0 /* group 0 is the default group for every new account */ name: "Player" level: 0 inherit: ( /*empty list*/ ) commands: { /* no commands by default */ autoloot: true alootid: true } permissions: { /* without this basic permissions regular players could not trade or party */ can_trade: true <- change this to false to disable drop, trades.. can_party: true } [/font][/color] Edited July 25, 2012 by v00m3r Quote Link to comment Share on other sites More sharing options...
Mystery Posted July 25, 2012 Group: Members Topic Count: 94 Topics Per Day: 0.02 Content Count: 2192 Reputation: 253 Joined: 11/11/11 Last Seen: June 24, 2020 Share Posted July 25, 2012 Yeah.. those ways too. Mine is only for focused items D:. Quote Link to comment Share on other sites More sharing options...
Beret Posted July 27, 2012 Group: Members Topic Count: 60 Topics Per Day: 0.01 Content Count: 174 Reputation: 3 Joined: 06/19/12 Last Seen: September 18, 2024 Author Share Posted July 27, 2012 Sorry for the delay my rathena is very old, since I'm waiting until the end of the year to update, still use gm_cant_drop_min_lv and gm_cant_drop_max_lv wanted to know how do I block only trade, drop, sale, guild storage, because this option is blocking storage and lethal attack. Quote Link to comment Share on other sites More sharing options...
zhaosin Posted October 26, 2012 Group: Members Topic Count: 45 Topics Per Day: 0.01 Content Count: 172 Reputation: 0 Joined: 07/07/12 Last Seen: May 22, 2016 Share Posted October 26, 2012 Do you have any script like can_trade: false to block mail ? Example: can_mail: false It's right ? Quote Link to comment Share on other sites More sharing options...
-2 seruxyuki Posted November 4, 2018 Group: Members Topic Count: 2 Topics Per Day: 0.00 Content Count: 6 Reputation: 0 Joined: 11/03/18 Last Seen: November 9, 2018 Share Posted November 4, 2018 how enable cash item trade? Quote Link to comment Share on other sites More sharing options...
Question
Beret
How can I do that certain level of GM, cannot use trade and not drop item.
Link to comment
Share on other sites
7 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.