pa tulog naman po sa remove @commands

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 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"

}

 
karagdagan nalang
default_smile.png


ganito yan kung mag eedit ka ng commands s groups.conf and ung mga permission makikita mo sa trunk/doc/permission.txt then gawin mo lang true
default_smile.png
if gusto mo enable then sa mga future commands like @commands punta ka sa trunk/conf/help.txt makikita mo lahat ng command dun same as permission lang sulat mo ung command: true 

default_smile.png


 
Back
Top