Jump to content
  • 0

Q>Commands list in Chatbox


Sallycantdance

Question


  • Group:  Members
  • Topic Count:  225
  • Topics Per Day:  0.14
  • Content Count:  798
  • Reputation:   12
  • Joined:  12/04/20
  • Last Seen:  

hello anyone knows how to edit this commands in the chat box i would like to modify it and put some more details about the commands available for the players thank you

12.png

Link to comment
Share on other sites

4 answers to this question

Recommended Posts

  • 0

  • Group:  Members
  • Topic Count:  12
  • Topics Per Day:  0.00
  • Content Count:  170
  • Reputation:   55
  • Joined:  07/15/13
  • Last Seen:  

17 hours ago, GM Winter said:

hello anyone knows how to edit this commands in the chat box i would like to modify it and put some more details about the commands available for the players thank you

12.png



You can bind @commands to read a book so you can put there your commands with command details.
 

-	script	commands_command	-1,{
end;
OnInit:
	bindatcmd "commands", strnpcinfo(0)+"::OnCommandsCommand";
	end;

OnCommandsCommand:
	readbook 40000,1;
	end;
}


Then create an txt on your data/book/40000.txt

inside of your file named 40000.txt paste this:
 

%faf0e6
^000088Player Commands^000000

 -> ^269C1E@go^000000: <^996699Number^000000> : Teleports to a desired town (^996699type go 0 for example^000000).
 -> ^269C1E@ii^000000: <^996699Item ID or Item name^000000> Shows a item info.

 

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  225
  • Topics Per Day:  0.14
  • Content Count:  798
  • Reputation:   12
  • Joined:  12/04/20
  • Last Seen:  

3 hours ago, _Terra said:



You can bind @commands to read a book so you can put there your commands with command details.
 

-	script	commands_command	-1,{
end;
OnInit:
	bindatcmd "commands", strnpcinfo(0)+"::OnCommandsCommand";
	end;

OnCommandsCommand:
	readbook 40000,1;
	end;
}


Then create an txt on your data/book/40000.txt

inside of your file named 40000.txt paste this:
 

%faf0e6
^000088Player Commands^000000

 -> ^269C1E@go^000000: <^996699Number^000000> : Teleports to a desired town (^996699type go 0 for example^000000).
 -> ^269C1E@ii^000000: <^996699Item ID or Item name^000000> Shows a item info.

 

thank you but im wondering why im seeing this also the problem here is i cant see the original gm commands anyways ty

Capture.JPG

Edited by GM Winter
Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  79
  • Topics Per Day:  0.02
  • Content Count:  480
  • Reputation:   67
  • Joined:  08/28/12
  • Last Seen:  

You need to use a new ID. Looks like 40000 is already in use.
If you want to see your default gm commands, you need to add it manually in your book info.

  • Upvote 1
Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  225
  • Topics Per Day:  0.14
  • Content Count:  798
  • Reputation:   12
  • Joined:  12/04/20
  • Last Seen:  

19 minutes ago, WhiteEagle said:

You need to use a new ID. Looks like 40000 is already in use.
If you want to see your default gm commands, you need to add it manually in your book info.

thanks bro yah i need to add gm commands and player command in different script and book ty 

Link to comment
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.   Paste as plain text instead

  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.

×
×
  • Create New...