how to make @command for normal player?

go to your eathena/config folder there is a file called atcommand_athena.conf open it and you see the command

Example you will add @warp for normal player search for warp the comes a line looks so

// Warp yourself to a certain map, at (x,y) coordinates (2 same commands).
mapmove: 40 // (also /mm or /mapmove)
rura: 40 The number is the GM Lvl gms with lvl 40 and up can use it change this to 0 to make it for player
warp: 40

Looks so:
// Warp yourself to a certain map, at (x,y) coordinates (2 same commands).
mapmove: 40 // (also /mm or /mapmove)
rura: 0 Now normal player can use @warp
warp: 0
 
You gotta be in your Server using a GM LV 99, and you gotta type:
@adjcmdlvl 0 @commands
doing all that will completely work.... and that command makes you choose what command should each GM Level have.....and the GM lvl of a player is 0, so that means that you gotta always put 0 when your on @adjcmdlvl when you wanna edit a players commands....
and by the way... DO NOT make a player use advanced commands like a player creating a gm, that would be:
@adjcmdlvl 0 @adjgmlvl
.....if you do that, your server would be ruined X__X, LoL XDDD
 
Back