Text (Test Server)

Support for the latest build of L2J Server, get help here with installations, upgrades, problems.
Do not post bugs reports here, use viewforum.php?f=77 instead.
There is no support for other server builds than the official provided by l2jserver.com
Forum rules
READ NOW: L2j Forums Rules of Conduct
Post Reply
zazar
Posts: 6
Joined: Thu Dec 09, 2010 2:49 pm

Text (Test Server)

Post by zazar »

L2J Revision 4470:
L2JDP Revision 7733:

Hello all!

I have a simple question. How can i remove from Game Server Label "(Test Server)" and also from Class Master Title too?

Sorry for my bad english.
User avatar
Nakamoura
Posts: 62
Joined: Wed Sep 02, 2009 8:03 am

Re: Text (Test Server)

Post by Nakamoura »

zazar wrote:L2J Revision 4470:
L2JDP Revision 7733:

Hello all!

I have a simple question. How can i remove from Game Server Label "(Test Server)" and also from Class Master Title too?

Sorry for my bad english.
I didnt understand what you mean "(Test Server)" Label...But for class master Title Go to your Navicat Table Called Npc.sql And Find NPC's Id and just replace the Title...
Sleek
Posts: 112
Joined: Tue Dec 28, 2010 1:11 pm

Re: Text (Test Server)

Post by Sleek »

Remember that you have to set Server Side title to 1 also otherwise it will still say Test server helper.

Below code you can run. and find npcs. I think you are looking for 31756 and 31757

Code: Select all

SELECT * FROM  `npc` WHERE  `title` LIKE  'Test Server Helper';
zazar
Posts: 6
Joined: Thu Dec 09, 2010 2:49 pm

Re: Text (Test Server)

Post by zazar »

Nakamoura wrote:
zazar wrote:L2J Revision 4470:
L2JDP Revision 7733:

Hello all!

I have a simple question. How can i remove from Game Server Label "(Test Server)" and also from Class Master Title too?

Sorry for my bad english.
I didnt understand what you mean "(Test Server)" Label...But for class master Title Go to your Navicat Table Called Npc.sql And Find NPC's Id and just replace the Title...
I mean, the label of gameserver after login in the list, there i see "Bartz (Test Server)" and i want only "Bartz" without (Test Server).
Sleek
Posts: 112
Joined: Tue Dec 28, 2010 1:11 pm

Re: Text (Test Server)

Post by Sleek »

If I am not mistaken you just have to register a server name that does not have the Test Server part. Also I think there is a config called TestServer in Generelproperteis but I think that only makes it accessible by PTS

Also in general properties ServerListType = Normal make sure it does not say test
zazar
Posts: 6
Joined: Thu Dec 09, 2010 2:49 pm

Re: Text (Test Server)

Post by zazar »

In config i have set to "Normal" and in servername.xml i have <server id="1" name="Bartz" />
Image
Keira
Posts: 5
Joined: Tue Jan 04, 2011 2:29 pm

Re: Text (Test Server)

Post by Keira »

I'm not sure but...

In your file i see TestServer = False comes BEFORE ServerListType = Normal
Maybe it's the order of loading vars that's the problem.

Change ServerListType to something else and see what happens...

Else i don't know...
User avatar
janiii
L2j Veteran
L2j Veteran
Posts: 4269
Joined: Wed May 28, 2008 3:15 pm
Location: Slovakia

Re: Text (Test Server)

Post by janiii »

are you using a normal client and not test client?
DO NOT EVEN TRY TO MESS WITH ME!
forum flOOder dancing dEVILoper
I don't give private support - PM will be ignored!
Keira
Posts: 5
Joined: Tue Jan 04, 2011 2:29 pm

Re: Text (Test Server)

Post by Keira »

janiii wrote:are you using a normal client and not test client?
lol
good point
Does the server pop up "testserver" if you try to connect with a PTS client?
User avatar
jurchiks
Posts: 6769
Joined: Sat Sep 19, 2009 4:16 pm
Location: Eastern Europe

Re: Text (Test Server)

Post by jurchiks »

The names of the servers are stored in client. Server sends only the ID of the server name.
If you know how, check out system/servername-e.dat
If you have problems, FIRST TRY SOLVING THEM YOURSELF, and if you get errors, TRY TO ANALYZE THEM, and ONLY if you can't help it, THEN ask here.
Otherwise you will never learn anything if all you do is copy-paste!
Discussion breeds innovation.
zazar
Posts: 6
Joined: Thu Dec 09, 2010 2:49 pm

Re: Text (Test Server)

Post by zazar »

janiii wrote:are you using a normal client and not test client?
Thanks! I have old system, that's why :) Anyway problem fixed, again thanks :)
User avatar
zippel
Posts: 123
Joined: Wed Feb 09, 2011 7:21 pm
Location: [RF] Krasnoyarsk
Contact:

Re: Text (Test Server)

Post by zippel »

How to get rid of 31757 Npc and 317576 Npc?
Post Reply