Jump to content
  • 0
Sign in to follow this  
Deadly Brothers

pa tulog naman po sa remove @commands

Question

5 answers to this question

Recommended Posts

  • 0

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.

Share this post


Link to post
Share on other sites
  • 0

 

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"

}

Share this post


Link to post
Share on other sites
  • 0

karagdagan nalang :)

 

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 :) 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 

:)

Share this post


Link to post
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
Sign in to follow this  

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.