Sallycantdance Posted October 9, 2024 Group: Members Topic Count: 225 Topics Per Day: 0.14 Content Count: 798 Reputation: 12 Joined: 12/04/20 Last Seen: 9 hours ago Share Posted October 9, 2024 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 Quote Link to comment Share on other sites More sharing options...
0 _Terra Posted October 10, 2024 Group: Members Topic Count: 12 Topics Per Day: 0.00 Content Count: 170 Reputation: 55 Joined: 07/15/13 Last Seen: 21 hours ago Share Posted October 10, 2024 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 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. Quote Link to comment Share on other sites More sharing options...
0 Sallycantdance Posted October 10, 2024 Group: Members Topic Count: 225 Topics Per Day: 0.14 Content Count: 798 Reputation: 12 Joined: 12/04/20 Last Seen: 9 hours ago Author Share Posted October 10, 2024 (edited) 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 Edited October 10, 2024 by GM Winter Quote Link to comment Share on other sites More sharing options...
0 WhiteEagle Posted October 10, 2024 Group: Members Topic Count: 79 Topics Per Day: 0.02 Content Count: 480 Reputation: 67 Joined: 08/28/12 Last Seen: 43 minutes ago Share Posted October 10, 2024 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. 1 Quote Link to comment Share on other sites More sharing options...
0 Sallycantdance Posted October 10, 2024 Group: Members Topic Count: 225 Topics Per Day: 0.14 Content Count: 798 Reputation: 12 Joined: 12/04/20 Last Seen: 9 hours ago Author Share Posted October 10, 2024 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 Quote Link to comment Share on other sites More sharing options...
Question
Sallycantdance
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
Link to comment
Share on other sites
4 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.