Text (Test Server)
Forum rules
READ NOW: L2j Forums Rules of Conduct
READ NOW: L2j Forums Rules of Conduct
-
- Posts: 6
- Joined: Thu Dec 09, 2010 2:49 pm
Text (Test Server)
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.
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.
- Nakamoura
- Posts: 62
- Joined: Wed Sep 02, 2009 8:03 am
Re: Text (Test Server)
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...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.
-
- Posts: 112
- Joined: Tue Dec 28, 2010 1:11 pm
Re: Text (Test Server)
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
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';
-
- Posts: 6
- Joined: Thu Dec 09, 2010 2:49 pm
Re: Text (Test Server)
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).Nakamoura wrote: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...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.
-
- Posts: 112
- Joined: Tue Dec 28, 2010 1:11 pm
Re: Text (Test Server)
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
Also in general properties ServerListType = Normal make sure it does not say test
-
- Posts: 6
- Joined: Thu Dec 09, 2010 2:49 pm
Re: Text (Test Server)
In config i have set to "Normal" and in servername.xml i have <server id="1" name="Bartz" />


-
- Posts: 5
- Joined: Tue Jan 04, 2011 2:29 pm
Re: Text (Test Server)
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...
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...
- janiii
- L2j Veteran
- Posts: 4269
- Joined: Wed May 28, 2008 3:15 pm
- Location: Slovakia
Re: Text (Test Server)
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!
forum flOOder dancing dEVILoper ♀
I don't give private support - PM will be ignored!
-
- Posts: 5
- Joined: Tue Jan 04, 2011 2:29 pm
Re: Text (Test Server)
loljaniii wrote:are you using a normal client and not test client?
good point
Does the server pop up "testserver" if you try to connect with a PTS client?
- jurchiks
- Posts: 6769
- Joined: Sat Sep 19, 2009 4:16 pm
- Location: Eastern Europe
Re: Text (Test Server)
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 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.
Otherwise you will never learn anything if all you do is copy-paste!
Discussion breeds innovation.
-
- Posts: 6
- Joined: Thu Dec 09, 2010 2:49 pm
Re: Text (Test Server)
Thanks! I have old system, that's whyjaniii wrote:are you using a normal client and not test client?


- zippel
- Posts: 123
- Joined: Wed Feb 09, 2011 7:21 pm
- Location: [RF] Krasnoyarsk
- Contact:
Re: Text (Test Server)
How to get rid of 31757 Npc and 317576 Npc?