Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

New client repack

Junior Spellweaver
Joined
Oct 15, 2012
Messages
105
Reaction score
9
Is there any newer version of the client released? Im currently using one from 2009ish and cant find any from 2013 or newer. Does anyone know where a clean repack can be found of the newer client?
 
Skilled Illusionist
Joined
Feb 1, 2013
Messages
323
Reaction score
52
Is there any newer version of the client released? Im currently using one from 2009ish and cant find any from 2013 or newer. Does anyone know where a clean repack can be found of the newer client?
there no newer version of clean repacks released yet but TranX working on clean repack i think he will release it soon
post here http://forum.ragezone.com/f241/project-1139731/
 
Upvote 0
Newbie Spellweaver
Joined
Sep 14, 2017
Messages
11
Reaction score
0
Just start it again a few times. This server also crashes alot (especially with admin account - for example if admin try to duel). Also quests doesn't work (Q always empty) and a lot of stuff missing (emok, d6, TB,...).
 
Upvote 0
Newbie Spellweaver
Joined
Sep 14, 2017
Messages
11
Reaction score
0
Only this one:

USE [kal_auth]
ALTER TABLE Login ADD PWD2ND int NOT NULL DEFAULT 0
USE [kal_db]
ALTER TABLE Player ADD HonorPoint int NOT NULL DEFAULT 0
ALTER TABLE Player ADD HonorKill int NOT NULL DEFAULT 0
ALTER TABLE Player ADD HonorDeath int NOT NULL DEFAULT 0
ALTER TABLE Player ADD DKPTotal int NOT NULL DEFAULT 0
ALTER TABLE Player ADD DKPWin int NOT NULL DEFAULT 0
ALTER TABLE Player ADD PLTotal int NOT NULL DEFAULT 0
ALTER TABLE Player ADD PLWin int NOT NULL DEFAULT 0
ALTER TABLE Player ADD SVTotal int NOT NULL DEFAULT 0
ALTER TABLE Player ADD SVWin int NOT NULL DEFAULT 0
ALTER TABLE Player ADD RewardPoint int NOT NULL DEFAULT 0
ALTER TABLE Player ADD EmokDay int NOT NULL DEFAULT 0
ALTER TABLE Player ADD EmokTime int NOT NULL DEFAULT 0
ALTER TABLE Item ADD PetTime int NOT NULL DEFAULT 0
ALTER TABLE Item ADD ItemStat int NOT NULL DEFAULT 0
ALTER TABLE Item ADD Lock varchar(16) NOT NULL DEFAULT 'nopwd'
ALTER TABLE Quest ADD QuestTime int NOT NULL DEFAULT 0
ALTER TABLE Quest ADD QuestRepeat int NOT NULL DEFAULT 0
ALTER TABLE Quest ADD MonsterCount int NOT NULL DEFAULT 0
 
Upvote 0
Back
Top