Hey guys, I need help with the chat on my server, it looks like this, how can I remove the "ogrefest" thing?
http://i66.tinypic.com/119qg7k.png
Printable View
Hey guys, I need help with the chat on my server, it looks like this, how can I remove the "ogrefest" thing?
http://i66.tinypic.com/119qg7k.png
ChatChannelController.java
src\main\java\com\bdoemu\gameserver\model\chat
https://i.gyazo.com/f9bdde91d29d441f...8ad433291a.png
check other source in some folder.
As in the server name?
edit the src file Player.java, recompile the project, and push the finished files back into the jar file.
gameserver\model\creature\player\Player.java (LINE 1198)
Example of line 1197-1199:
Code:public void dispatchSystemMessage(final String message, EChatType type, EChatNoticeType notice) {
sendPacket(new SMChat("Server", "Server", -1024, type, notice, message));
}
Very nice.
I hope not to bother you, but I was wondering what I might change here to make the day/night cycle last 24 hours rather than 4?
com.bdoemu.gameserver.service GameTimeService.java?
I typo'd the file location
gameserver\model\creature\player\Players.java (LINE 1198)
should be:
gameserver\model\creature\player\Player.java (LINE 1198)
Cheers