Need help on Welcome message - choose channel - Remove those texts

Newbie Spellweaver
Joined
Nov 25, 2009
Messages
34
Reaction score
8
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!
 

Attachments

You must be registered for see attachments list
(⌐■_■)
Joined
Feb 2, 2012
Messages
681
Reaction score
102
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:
Upvote 0
Newbie Spellweaver
Joined
Nov 25, 2009
Messages
34
Reaction score
8
@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.
 
Upvote 0
(⌐■_■)
Joined
Feb 2, 2012
Messages
681
Reaction score
102
I recommend using Intellij IDEA to be aware of implementations and view a clearer code.
best of luck.
 
Upvote 0
Newbie Spellweaver
Joined
Nov 25, 2009
Messages
34
Reaction score
8


Done. Got to edit : com\bdoemu\gameserver\model\creature\player\Players.java (LINE 1198), and recompile.
 

Attachments

You must be registered for see attachments list
Upvote 0
Experienced Elementalist
Joined
Jun 17, 2014
Messages
273
Reaction score
33
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
 
Upvote 0
Newbie Spellweaver
Joined
Jan 18, 2018
Messages
13
Reaction score
0


Done. Got to edit : com\bdoemu\gameserver\model\creature\player\Players.java (LINE 1198), and recompile.
Explain, please, in steps how to do recompile?
 

Attachments

You must be registered for see attachments list
Upvote 0