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!

Na-error

Newbie Spellweaver
Joined
Dec 4, 2011
Messages
95
Reaction score
2
Hello Guys Now I Am Using LoK Repack When Me Tried To Make An A Cher From Game Getting NA-ERROR
 
Newbie Spellweaver
Joined
Apr 23, 2011
Messages
23
Reaction score
2
Try picking the clean kal_auth and kal_db, see if you can make a character. If so, the db files from LoK might be corrupt. :)

- Tosfera
 
Upvote 0
Newbie Spellweaver
Joined
Dec 4, 2011
Messages
95
Reaction score
2
Thx All For Ur Helps But Nohing of Them Worked With me
Any 1 Have Squence PK files Editable reupload it to change repack ?

Solved THX All :
CREATE PROCEDURE CreatePlayer





@UID int,
@Name varchar(14),
@Class int,
@Strength int,
@Health int,
@Intelligence int,
@Wisdom int,
@Dexterity int,
@CurHP int,
@CurMP int,
@Map int,
@X int,
@Y int,
@Z int,

@Face int,
@Hair int



as



begin

Insert into Player ( [UID], [Name], [Class], [Strength], [Health], [Intelligence], [Wisdom], [Dexterity], [CurHP], [CurMP], [Map], [X], [Y], [Z], [Face], [Hair]) VALUES ( @UID, @Name, @Class, @Strength, @Health, @Intelligence, @Wisdom, @Dexterity, @CurHP, @CurMP, @Map, 257511, 259192, 16077, @Face, @Hair)

end
GO
 
Upvote 0
Back
Top