Page 1 of 1
community clan introductions
Posted: Fri Jun 24, 2011 1:29 am
by Moon
If you want to receive support we need this info to help you properly.
» Find Revision
L2J Revision
Number: 4626
L2JDP Revision
Number: 8005
I question whether the L2j works such thing as "community clan Introductions" or can say "clan informations".
The point is that the clan could write a message to members.
Now I have orginal L2j updated, from another group (old l2emu), and unfortunately it does not work.
Maybe something I omitted the update?
Where are clan information {sql}?
Re: community clan introductions
Posted: Fri Jun 24, 2011 10:09 am
by jurchiks
You could make that message either from clan panel or from community board->clan tab.
Just look around, try finding something with "message" or "announcement".
Re: community clan introductions
Posted: Fri Jun 24, 2011 1:28 pm
by Moon
jurchiks wrote:You could make that message either from clan panel or from community board->clan tab.
Just look around, try finding something with "message" or "announcement".
This does not work in the clan panel. and community board i have disabled for now.
I need information where I can fix it.
Edit:
In clan panel I have now "The community server is curently offline". I dont will have community board (alt + b) only informations for clan players when they log into the game. eg Clan Information: The siege of the castle will be held on: blah blah.. ask all about punctuality.
Such a thing is possible? Is it related to alt + b and without it will not work?
My old l2emu have this -> but now in L2j do not know where it is / how it works.
I ask for some information?

Re: community clan introductions
Posted: Fri Jun 24, 2011 3:54 pm
by jurchiks
General.properties:
# Type of the Community board:
# 0 = community is disabled
# 1 = old community
# 2 = full community (not fully implemented, experimental)
# Default: 1
CommunityType = 1
Try changing it back to 1 or 2 and check the community board clan page, if there is no button in clan panel (Alt+N) then AFAIK community board is the only way.
Re: community clan introductions
Posted: Fri Jun 24, 2011 4:17 pm
by Moon
When I set 1 in CommunityBoard config, clan informations still dont work, onlny statistic (alt + b - Online stats ppl).
Mayby i must make "CommunityServer"?
Code: Select all
# This is the Community Board server configuration file. EnableCommunityBoard = FalseCommunityServerHostname = localhostCommunityServerPort = 9013CommunityServerSqlDpId = 200CommunityServerHexId = 123456 # NetCon configurations# ================================================================# TCP Server start# ================================================================ # ExternalHostAddress: Use * bind all available IPs# Default: *ExternalHostAddress = *# ExternalPort: Use 0 bind all available Ports# Default: 0ExternalPort = 0# ConnectionQueue: Maximum connections.# Default: 50ConnectionQueue = 50 # Default: FalseFloodProtectionEnabled = False# Default: 15FastConnectionLimit = 15# Default: 350FastConnectionTime = 350# Default: 700NormalConnectionTime = 700# Default: 50MaxConnectionperIP = 50# Default: FalseIPBannEnabled = False# Default:IPBannList = # ================================================================# TCP Client start# ================================================================# SendBufferSize: DO NOT TOUCH!# Default: 8192SendBufferSize = 8192# SendBufferSize: DO NOT TOUCH!# Default: 8192ReceiveBufferSize = 8192
Re: community clan introductions
Posted: Fri Jun 24, 2011 4:37 pm
by jurchiks
Did you try setting it to 2? I don't even know who uses 1 anymore, 2 is not that "experimental", it hasn't been changed in years AFAIK.
Re: community clan introductions
Posted: Fri Jun 24, 2011 4:41 pm
by Moon
jurchiks wrote:Did you try setting it to 2? I don't even know who uses 1 anymore, 2 is not that "experimental", it hasn't been changed in years AFAIK.
Thanks i check this leater in my live serv, and I write here.

Re: community clan introductions
Posted: Fri Jun 24, 2011 9:50 pm
by Szponiasty
If u use community server, you will have that feature on. I dont know if any of build in gs community board types support it still.
Re: community clan introductions
Posted: Sat Jun 25, 2011 2:58 am
by zippel
I generally turned off the community ALT+B=PROPHYLACTIC JOB
becouse it's stupid & worst part of the L2J Server Project

Re: community clan introductions
Posted: Sat Jun 25, 2011 12:17 pm
by Moon
sure, but i need clan community - information, not alt + b.
clan members when they log on, you should receive a message from clan - unless previously been created by the leader of the clan.
Community Board server cnf i check leater and 2 in com board. Now i cnat check this. more 6h i think and i write here..

Re: community clan introductions
Posted: Sat Jun 25, 2011 9:26 pm
by jurchiks
You do NOT need community server for that, just set community board type to 2 and then try clicking that button!
I know it worked before so why wouldn't it work now?
Re: community clan introductions
Posted: Sun Jun 26, 2011 5:47 am
by Moon
Ok type "2" work, but where i can delete online players in my community board?

I dont will other options only clan community.
Re: community clan introductions
Posted: Sun Jun 26, 2011 1:57 pm
by jurchiks
you can try the following:
open java.com.l2jserver.gameserver.communitybbs.CommunityBoard.java and comment out lines 80-83.
That should make the Region tab show the "the command ... is not implemented yet."
Re: community clan introductions
Posted: Sun Jun 26, 2011 6:04 pm
by Moon
Ok thanks very much for your help.