pano po ba guide d2 script.
Walang script na involved para sa remove ng @commands. Paki explain ng maigi ang gusto mong mangyari at ng matulungan ka namin.
pano ba gamitin ito:
para add ko dun sa mga gm na hihiring ung mga command nila
/* Atcommands and charcommands configuration file */
/* The symbol that will be used to recognize commands.
You can set any one character except:
- control-characters (0x00-0x1f),
- '%' (party chat symbol)
- '$' (guild chat symbol)
- '/' (client commands symbol)
atcommand_symbol represents @commands used locally.
charcommand_symbol represents #commands used on other players.
*/
atcommand_symbol : "@"
charcommand_symbol: "#"
/* Command aliases
You can define aliases for any command. Aliases work just like the original command.
Format is
<commandname>: ["<alias>", ...]
*/
aliases: {
skillall: ["skill"]
}
/* List of commands that should not be logged at all */
/* Add as many commands as you like */
nolog: {
iteminfo: 1
mobinfo: 1
}
/* Commands help file */
help: {
@include "conf/help.txt"
}