Jump to content
  • 0

R> Channel system with NPC


Quesooo

Question


  • Group:  Members
  • Topic Count:  197
  • Topics Per Day:  0.07
  • Content Count:  883
  • Reputation:   28
  • Joined:  02/13/17
  • Last Seen:  

good day i want to request a channel system so that players can use #main , #support , #trade ,#recruit

each channel have alias channel [Main] /  [ Support]  / [Trade] and [Recruit]

 

also have a channel controller npc

 

i already search for this but since the result no one suits on my taste and need 

 

please help me if theres a othe configuration please guide me also thank you so much

Edited by Quesooo
Link to comment
Share on other sites

1 answer to this question

Recommended Posts

  • 0

  • Group:  Members
  • Topic Count:  9
  • Topics Per Day:  0.00
  • Content Count:  1138
  • Reputation:   290
  • Joined:  04/29/13
  • Last Seen:  

you can configure channels in config/channels.conf

to make your players force some channels use this script 

-	script	autojoin	-,{

OnPCLoginEvent:
	atcommand "@join #main";
	atcommand "@join #support";
	atcommand "@join #trade";
end;
}

you control channels using @channel command in game 

  • Like 1
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...