manabeast Posted January 7, 2012 Group: Members Topic Count: 138 Topics Per Day: 0.03 Content Count: 835 Reputation: 25 Joined: 11/22/11 Last Seen: December 4, 2012 Share Posted January 7, 2012 (edited) can i ask? i sew alot server set/enable/disable @command for player like @die ,@autotrade view where and set where? Edited January 11, 2012 by manabeast Quote Link to comment Share on other sites More sharing options...
Emistry Posted January 7, 2012 Group: Forum Moderator Topic Count: 93 Topics Per Day: 0.02 Content Count: 10018 Reputation: 2369 Joined: 10/28/11 Last Seen: 21 hours ago Share Posted January 7, 2012 conf/atcommand_athena.conf 1 Quote Link to comment Share on other sites More sharing options...
manabeast Posted January 7, 2012 Group: Members Topic Count: 138 Topics Per Day: 0.03 Content Count: 835 Reputation: 25 Joined: 11/22/11 Last Seen: December 4, 2012 Author Share Posted January 7, 2012 thx. 1.how to add command for normal player? //-------------------------- // 0: normal player commands // None for security purposes. // Displays SVN version of the server. version: 1,1 //<---[Copy Paste like this?] //------------------------- 2.if i want disable for normal player? like this? // Displays SVN version of the server. //version: 1,1 Quote Link to comment Share on other sites More sharing options...
FrustFenix Posted January 7, 2012 Group: Members Topic Count: 10 Topics Per Day: 0.00 Content Count: 90 Reputation: 2 Joined: 11/14/11 Last Seen: January 28, 2021 Share Posted January 7, 2012 (edited) thx. 1.how to add command for normal player? //-------------------------- // 0: normal player commands // None for security purposes. // Displays SVN version of the server. version: 1,1 //<---[Copy Paste like this?] //------------------------- 2.if i want disable for normal player? like this? // Displays SVN version of the server. //version: 1,1 IF u want disable for normal player? like this? // Displays SVN version of the server. version: 1,1 just change the version: 1,1 0 = Normal Player 1 = Super Player 10 = Whatever player and so on.. if u dont want to give normal player can use it. just version: 1,1 Edited January 7, 2012 by FrustFenix 1 Quote Link to comment Share on other sites More sharing options...
manabeast Posted January 7, 2012 Group: Members Topic Count: 138 Topics Per Day: 0.03 Content Count: 835 Reputation: 25 Joined: 11/22/11 Last Seen: December 4, 2012 Author Share Posted January 7, 2012 do you mean i dun have to copy paste to //-------------------------- // 0: normal player commands // None for security purposes. <Here> //------------------------- just Edit the 1,1 to 0 like that? normal people just register is 0 right? so will like this? correct me if wrong. TQ. version: 0 Quote Link to comment Share on other sites More sharing options...
Flaid Posted January 8, 2012 Group: Members Topic Count: 20 Topics Per Day: 0.00 Content Count: 398 Reputation: 140 Joined: 01/04/12 Last Seen: February 19, 2022 Share Posted January 8, 2012 Yes, but don't always set it to 0,0 because on some it is like this: storage: 0,80 The first one is for the @command (@storage) and the second, in this case the 80 is to use the #command (#storage) to open someone else's storage. // 0: Normal player // -> no commands accessible // 1: Super player // -> some minor advantage: storage, petrename, etc... // 10: Super player+ // -> more powerful commands, like mobsearch and changegm // 20: Mediator // -> GM commands for finding players and moving to them (also kicking them) // 40: Sub-GM // -> GM commands for basic tasks, no significant impact on other players // 50: Sub-GM+ // -> GM commands to spawn mobs and create guilds // 60: GM // -> almost all commands available (except administration and mass commands) // 80: GM Chief // -> can do anything, except administration commands // 99: Administrator // -> can do anything! // 100: Disabled // -> commands that will not be available to anyone Quote Link to comment Share on other sites More sharing options...
manabeast Posted January 11, 2012 Group: Members Topic Count: 138 Topics Per Day: 0.03 Content Count: 835 Reputation: 25 Joined: 11/22/11 Last Seen: December 4, 2012 Author Share Posted January 11, 2012 storage: 0,80 < mean 80 for lv80 gm? storage i dun want add for player. i just will approve some basic thing for player =) if i put this command kapra will become useless. Quote Link to comment Share on other sites More sharing options...
Arcenciel Posted January 11, 2012 Group: Members Topic Count: 69 Topics Per Day: 0.01 Content Count: 1315 Reputation: 372 Joined: 12/10/11 Last Seen: August 31, 2013 Share Posted January 11, 2012 Here is the format <commandhere>: <@ level here>,<#level here> [<aliases here>] To stop the players from using it, you just have to set the level higher than 0. To allow the players to use a command, set it to 0. To restrict a command from a lower level GM, set it to the GM level you want to allow the use of command. For example: item: 50,50 GM's above level 50 would be about to use the @ and # version of the command. Anyone lower will not be able to use the command. @ - Performing the command to yourself # - Performing the command to the player/name stated. These commands are called character commands. To answer your question: storage: 0,80 < mean 80 for lv80 gm? That means normal players will be able to open their storage via @storage and that GM equals to or higher than 80 open the storage of a person for them. (The storage will open to the player not to the GM that used the command) 1 Quote Link to comment Share on other sites More sharing options...
manabeast Posted January 11, 2012 Group: Members Topic Count: 138 Topics Per Day: 0.03 Content Count: 835 Reputation: 25 Joined: 11/22/11 Last Seen: December 4, 2012 Author Share Posted January 11, 2012 ok, about 50.50 < mean if i dun wan player use but want for gm lv 50 use set to 1,50 (50 is for gm who higher then 50 can use?) Quote Link to comment Share on other sites More sharing options...
Arcenciel Posted January 11, 2012 Group: Members Topic Count: 69 Topics Per Day: 0.01 Content Count: 1315 Reputation: 372 Joined: 12/10/11 Last Seen: August 31, 2013 Share Posted January 11, 2012 ok, about 50.50 < mean if i dun wan player use but want for gm lv 50 use set to 1,50 (50 is for gm who higher then 50 can use?) Re-read what I posted and understand it. I pretty much explained everything. 1 Quote Link to comment Share on other sites More sharing options...
Mirage Posted January 11, 2012 Group: Members Topic Count: 15 Topics Per Day: 0.00 Content Count: 217 Reputation: 18 Joined: 11/20/11 Last Seen: March 25, 2014 Share Posted January 11, 2012 (edited) OK. storage: 50,50 If you set it to 1,50 that means that any account =< lvl 1 can use the command @storage and any account =< lvl 50 can use the command #storage If you want players to use you have to set it to storage: 0,50 Edited January 11, 2012 by Mirage Quote Link to comment Share on other sites More sharing options...
manabeast Posted January 11, 2012 Group: Members Topic Count: 138 Topics Per Day: 0.03 Content Count: 835 Reputation: 25 Joined: 11/22/11 Last Seen: December 4, 2012 Author Share Posted January 11, 2012 okok. got it thx Quote Link to comment Share on other sites More sharing options...
simplexjay2 Posted March 5, 2012 Group: Members Topic Count: 56 Topics Per Day: 0.01 Content Count: 224 Reputation: 4 Joined: 02/09/12 Last Seen: April 20, 2024 Share Posted March 5, 2012 for SVN do u know how to add commands at normal player Quote Link to comment Share on other sites More sharing options...
Winz Posted March 8, 2012 Group: Members Topic Count: 22 Topics Per Day: 0.00 Content Count: 1479 Reputation: 174 Joined: 12/14/11 Last Seen: November 21, 2016 Share Posted March 8, 2012 hah? mustn't you edit the groups.conf, not the atcommand_athena.conf on rAthena? Quote Link to comment Share on other sites More sharing options...
Question
manabeast
can i ask?
i sew alot server set/enable/disable @command for player like @die ,@autotrade view where and set where?
Edited by manabeastLink to comment
Share on other sites
13 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.