About PK Server.

02/04/2013 16:06 raventh1984#1
Goodafternoon Elitepvpers,

I am having an bit of trouble logging in into the game with bad karma points.

When i select the character it says

Character has negative Karma points,
Can only connect to PK server.

I already edited my worldserver.ini file.

PK 1
PKCOST 1
STEAL 0

I restarted all the server files but still no luck.

Then was going to look for the notice in the source.

there where only 2 files that uses this notice.

2ndpassword.cpp and wndTitle.cpp

This is what i have in the WndTitle.cpp

I also have tried to delete the && g_Neuz.m_apPlayer[m_nSelectCharacter]->IsChaotic()

But no luck in this matter.

Then i searched for m_b18Server and this is located at the file Neuz.ccp

m_b18Server = FALSE;

I have changed this on to TRUE; But again no luck it just saying that the char can only connect to an PK Server.

Can someone explain it to me what else i need to change to let an PK Char and an Normal char loggin at the same channel.

With kind regards.
02/04/2013 16:17 xTwiLightx#2
18 -> Is for korean players about 18 years (authenticated via kssn) - should be just active when LANG_KOR is active
It should be enough to set to PK (NOT 1, just PK), numbers aren't used by the server, it just scans for the strings.
02/04/2013 16:27 raventh1984#3
hmm changed it to only PK at the .ini file.

And undo the changes i made to the WndTitle.cpp and neuz.cpp

But still its saying its not an PK server.
02/04/2013 16:32 xTwiLightx#4
In AccountServer.ini there needs to be a 0 set to a 1.
02/04/2013 17:20 raventh1984#5
haha yeah i notice it.

Thanks Twilight.