letstry Posted September 22, 2012 Group: Members Topic Count: 87 Topics Per Day: 0.02 Content Count: 219 Reputation: 0 Joined: 05/03/12 Last Seen: September 15, 2023 Share Posted September 22, 2012 How do I make a certain Account ID unable to deal/trade/guildstorage Quote Link to comment Share on other sites More sharing options...
Brynner Posted September 22, 2012 Group: Members Topic Count: 120 Topics Per Day: 0.02 Content Count: 1962 Reputation: 202 Joined: 01/08/12 Last Seen: 29 minutes ago Share Posted September 22, 2012 conf\groups.conf Quote Link to comment Share on other sites More sharing options...
Emistry Posted September 22, 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 September 22, 2012 trunk/conf/groups.conf permissions: { can_trade: false } 1 Quote Link to comment Share on other sites More sharing options...
letstry Posted September 22, 2012 Group: Members Topic Count: 87 Topics Per Day: 0.02 Content Count: 219 Reputation: 0 Joined: 05/03/12 Last Seen: September 15, 2023 Author Share Posted September 22, 2012 how do I set it up? I mean for example.. Account ID 2000400 will not be able to deal Quote Link to comment Share on other sites More sharing options...
Emistry Posted September 22, 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 September 22, 2012 create a group with the permission setting i show above...and move that account into that group... just change the group_id in SQL into that group ID that have the permission given.. 1 Quote Link to comment Share on other sites More sharing options...
letstry Posted September 22, 2012 Group: Members Topic Count: 87 Topics Per Day: 0.02 Content Count: 219 Reputation: 0 Joined: 05/03/12 Last Seen: September 15, 2023 Author Share Posted September 22, 2012 Uhmm sorry but.. I really dont know how to make a group but I know how to change the group_id in SQL.. What I just dont know is the setup @ groups/conf Quote Link to comment Share on other sites More sharing options...
Emistry Posted September 22, 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 September 22, 2012 all the structure for group is the same.... the only different among then is the value / setting you give to each group ... { id: 1 name: "Custom" inherit: ( /*None*/ ) level: 0 commands: { /* no commands by default */ } log_commands: false permissions: { can_trade: false } }, 1 Quote Link to comment Share on other sites More sharing options...
letstry Posted September 22, 2012 Group: Members Topic Count: 87 Topics Per Day: 0.02 Content Count: 219 Reputation: 0 Joined: 05/03/12 Last Seen: September 15, 2023 Author Share Posted September 22, 2012 Thank you sir Emistry Sir Emistry.. Where is the Group ID Here? Quote Link to comment Share on other sites More sharing options...
Euphy Posted September 22, 2012 Group: Members Topic Count: 72 Topics Per Day: 0.02 Content Count: 2997 Reputation: 1132 Joined: 05/27/12 Last Seen: June 1, 2017 Share Posted September 22, 2012 You're not using rAthena. eAthena/3CeAM don't use group_id. Quote Link to comment Share on other sites More sharing options...
letstry Posted September 22, 2012 Group: Members Topic Count: 87 Topics Per Day: 0.02 Content Count: 219 Reputation: 0 Joined: 05/03/12 Last Seen: September 15, 2023 Author Share Posted September 22, 2012 Awwww How will I do it then? Quote Link to comment Share on other sites More sharing options...
Emistry Posted September 22, 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 September 22, 2012 switch to rAthena...xD if eA....you can only try it here... http://eathena-project.googlecode.com/svn/trunk/conf/battle/gm.conf // The minimum level for a GM to be unable to distribute items. // You should set this to the same level @item is set to in the atcommand.conf // NEVER SET THIS VALUE TO 0, or you will block drop/trade for normal players gm_cant_drop_min_lv: 1 //The trust level for your GMs. Any GMs ABOVE this level will be able to distribute items //ie: Use Storage/Guild Storage, Drop Items, Use Vend, Trade items. gm_cant_drop_max_lv: 0 1 Quote Link to comment Share on other sites More sharing options...
letstry Posted September 29, 2012 Group: Members Topic Count: 87 Topics Per Day: 0.02 Content Count: 219 Reputation: 0 Joined: 05/03/12 Last Seen: September 15, 2023 Author Share Posted September 29, 2012 How do I switch my eAthena Svn to rAthena without changing my customize source code? Quote Link to comment Share on other sites More sharing options...
Euphy Posted September 29, 2012 Group: Members Topic Count: 72 Topics Per Day: 0.02 Content Count: 2997 Reputation: 1132 Joined: 05/27/12 Last Seen: June 1, 2017 Share Posted September 29, 2012 If you've been using a Subversion program properly, you can create a patch of all your modifications then manually patch a copy of rAthena. Quote Link to comment Share on other sites More sharing options...
Question
letstry
How do I make a certain Account ID unable to deal/trade/guildstorage
Link to comment
Share on other sites
12 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.