Page 1 of 1
Text (Test Server)
Posted: Wed Jan 05, 2011 9:20 am
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.
Re: Text (Test Server)
Posted: Wed Jan 05, 2011 9:43 am
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...
Re: Text (Test Server)
Posted: Wed Jan 05, 2011 9:56 am
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';
Re: Text (Test Server)
Posted: Wed Jan 05, 2011 9:59 am
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).
Re: Text (Test Server)
Posted: Wed Jan 05, 2011 10:05 am
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
Re: Text (Test Server)
Posted: Wed Jan 05, 2011 10:13 am
by zazar
In config i have set to "Normal" and in servername.xml i have <server id="1" name="Bartz" />

Re: Text (Test Server)
Posted: Wed Jan 05, 2011 1:55 pm
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...
Re: Text (Test Server)
Posted: Wed Jan 05, 2011 2:01 pm
by janiii
are you using a normal client and not test client?
Re: Text (Test Server)
Posted: Wed Jan 05, 2011 2:05 pm
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?
Re: Text (Test Server)
Posted: Wed Jan 05, 2011 2:10 pm
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
Re: Text (Test Server)
Posted: Fri Jan 07, 2011 1:46 am
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

Re: Text (Test Server)
Posted: Sat Feb 19, 2011 12:37 pm
by zippel
How to get rid of 31757 Npc and 317576 Npc?