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!

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 :
memo10 - Stored Procedures error - RaGEZONE Forums

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 :
memo10 - Stored Procedures error - RaGEZONE Forums

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 :
memo10 - Stored Procedures error - RaGEZONE Forums


i cant open my db
then i get this msg , ss :
memo10 - Stored Procedures error - RaGEZONE Forums
 
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
Back
Top