Need help on removing these welcome messages.
I tried disabling channels at gameserver/bin/configs/chat.properties, channel_enable = false, but no luck.
I hope this not written on client
Thanks!
Need help on removing these welcome messages.
I tried disabling channels at gameserver/bin/configs/chat.properties, channel_enable = false, but no luck.
I hope this not written on client
Thanks!
i believe it's in chat.properties as you said
make sure that you saved the file and restart server
also make sure that the file isn't read only or in C partition that you have to gain sufficient permissions
if none of them works then head to core>configs>chatconfig.java in src
also check core>network>sendable>SMChangeServerExpAndItemDropPercent.java
i've seen some system chat methods in there ( ik it's weird that could be in change rates packet :/)
Last edited by NourAyman; 06-01-18 at 02:08 PM.
@NourAyman Thanks! but I'm not sure on the SMChangeServerExpAndItemDropPercent.java, but i'll try to mess around it.
After some searching I manage to find two files that may responsible for those chats.
com\bdoemu\gameserver\model\creature\player\Players.java (LINE 1198), and
com\bdoemu\gameserver\model\chat\ChatChannelController.java
I'll try to edit the Players.java since my goals is to rename the sender of those chats, and recompile.
I have never recompile java before so it may take a bit of learning tho. lol.
Will report here after I recompile.
I recommend using Intellij IDEA to be aware of implementations and view a clearer code.
best of luck.
Done. Got to edit : com\bdoemu\gameserver\model\creature\player\Players.java (LINE 1198), and recompile.
I can't find those files... the "model" folder doesn't exist in my Gamserver folder.
http://www.noelshack.com/2018-02-1-1515416141-players-java-resultats-de-la-recherche-dans-bdo-server-clover.jpg
Oops typo! the correct file name is Player.java.
can you share your PLAYER.JAVA
Read here How to compile source
Post #1 to create class
Post #26 to recompile
Good luck
Use this gameserver.jar that already has some things corrected, including the messages....
Link:https://mega.nz/#!JQtCBYiS!XOr2ukIKy...WKb1WzKarhv4sU