• This is a read only backup of the old Emudevs forum. If you want to have anything removed, please message me on Discord: KittyKaev

[Eluna] Simple World Chat System

Foereaper

Founder
In the original script I later rewrote the cache to be created when the player actually sent a chat message rather than on login, due to the exact same "bug" (Oversight) you were having :p
 

revowow

Enthusiast
I found the way to do the [VIP] and such, the problem I would like to see instead of having to type #chat on, #chat off, is their a way to add /world ?
 
Last edited:

slp13at420

Mad Scientist
I found the way to do the [VIP] and such, the problem I would like to see instead of having to type #chat on, #chat off, is their a way to add /world ?

you're talking about custom channels?
or using a channel for chat instead?

I did experiment with different ways of doing world chat.
There is another one for dedicating a channel to world chat --> https://github.com/BlackWolfsDen/Wo...una/World_Chat_Channel/World_Chat_Channel.lua
https://github.com/BlackWolfsDen/World_Chat/tree/master/CPP/Dedicated-Channel-World-Chat
you jump on the pre-chosen channel `/1` and just chat away.

as far as making a new channel like `/world` I have no knowledge yet on how-to but i'm sure someone here can point you in the right direction.
 

revowow

Enthusiast
Ok i go thte /1 to work with the world, and my modifications, but the problem when you do /1 it shows /1 General-Yourlocation. is their a way to change this in c++?
Like would you know where channel names are defined? are they code wize or dbc file
 

slp13at420

Mad Scientist
hmmm I don't know how to edit the names nor add a new channel but I think you may find something here ... it would be the first place I would start looking are these files here:
\src\server\game\Chat
 
Top