• 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.

Stored Procedures error

Newbie Spellweaver
Joined
Dec 16, 2014
Messages
91
Reaction score
6
could anyone explain to me , how to fix this problem ?
check ss here :
or i have a problem in hexing my db? when i replace
EXEC CreatePlayer %d,%s,%d,%d,%d,%d,%d,%d,%d,%d,%d,%d,%d,%d,%d,%d.......................................................................................................................................................................
instead of :
NSERT INTO Player ( [UID], [Name], [Class], [Strength], Health, Intelligence, Wisdom, Dexterity, [CurHP], [CurMP], [Map], [X], [Y], [Z], [Face], [Hair]) VALUES ( %d, '%s', %d, %d, %d, %d, %d, %d, %d, %d, %d, %d, %d, %d, %d, %d)


look here :
i can login srv..
but when i replace
EXEC CreatePlayer %d,%s,%d,%d,%d,%d,%d,%d,%d,%d,%d,%d,%d,%d,%d,%d
instead of :
INSERT INTO Player ( [UID], [Name], [Class], [Strength], Health, Intelligence, Wisdom, Dexterity, [CurHP], [CurMP], [Map], [X], [Y], [Z], [Face], [Hair]) VALUES ( %d, '%s', %d, %d, %d, %d, %d, %d, %d, %d, %d, %d, %d, %d, %d, %d)

ss here :

i cant open my db
then i get this msg , ss :
 
Last edited:
Helper for everyone
[VIP] Member
Joined
Oct 30, 2010
Messages
1,181
Reaction score
228
wrong hexed,you have to hex manualy,not copy paste
 
Upvote 0
Newbie Spellweaver
Joined
Dec 16, 2014
Messages
91
Reaction score
6
well , i fixed it ismir..problem was in SP not in hexing my db
works fine now
thx for ur interest )
 
Upvote 0