On server side, how to remove level cap? Could anyone explain it in details?
the EXP rate would have to be massive.. why not use sql are you trying to grind to it?Quote:
Well, I managed to set level cap to HG9 (not me, my friend has a server and he did it) by taking level.xml from 9DPK's scr_base. But how to completely remove level cap? (To be able to get to HG12+)
Quote:
use ND_GAME_0;
select * from [dbo].[VIEW_ND_V01_CharacList] where chr_name = 'Baraq';
update [dbo].[VIEW_ND_V01_CharacList] set inner_level = 240 where chr_name = 'Baraq';
Restarting doesn't help I tried it. Neither the new characters of exisiting Accounts nor the New Characters of new Accounts appear in the VIEW Tables.Quote:
Try turn server off and it works fine
Maybe but the sql command baraq posted works either way...Quote:
Restarting doesn't help I tried it. Neither the new characters of exisiting Accounts nor the New Characters of new Accounts appear in the VIEW Tables.
Only old already existing Characters can be found.
Btw. is there a way to close DS Server without it getting a crash?
Because nomatter if I use the quit command or I shut down through oper tool it eventually crashes.