• Unfortunately, we have experienced significant hard drive damage that requires urgent maintenance and rebuilding. The forum will be a state of read only until we install our new drives and rebuild all the configurations needed. Please follow our Facebook page for updates, we will be back up shortly! (The forum could go offline at any given time due to the nature of the failed drives whilst awaiting the upgrades.) When you see an Incapsula error, you know we are in the process of migration.

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
Helper for everyone
[VIP] Member
Joined
Oct 30, 2010
Messages
1,181
Reaction score
228
make new stored procedure create player ;)
 
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