Need help with private server =(

05/26/2013 10:23 Christiniel#1
I need help with my private server on 4story
On my server is few bugs i will write it there and someone please reply how unbug them

1) My inventory after rellog wont save
2) My skills after rellog wont save
3) Effect change of armor or weapons after rellog dont save
4) I cannot use mount.
05/26/2013 11:39 julianjl#2
1) My inventory after rellog wont save
2) My skills after rellog wont save
3) Effect change of armor or weapons after rellog dont save
4) I cannot use mount.
It's all bug in the data 3.5 find debug on epvp or make it !
05/26/2013 12:45 Christiniel#3
I didn't find it on epvp can u help me with it please? I dont know how debug it
05/26/2013 12:55 Yes@i#4
Quote:
Originally Posted by Christiniel View Post
I need help with my private server on 4story
On my server is few bugs i will write it there and someone please reply how unbug them

1) My inventory after rellog wont save
2) My skills after rellog wont save
3) Effect change of armor or weapons after rellog dont save
4) I cannot use mount.
You need database UnBugg
05/26/2013 12:59 Christiniel#5
And where i can get it?
05/26/2013 17:19 Sicarium#6
See this page [Only registered and activated users can see links. Click Here To Register...] :)
05/26/2013 17:20 RedSwag#7
Fixing the bugged :D
05/26/2013 21:35 Christiniel#8
But there is a problem im not able to read it im not speaking germany :D

Thank you for post i translated it but i have problem with tlogout when i change the function to this

/* LOGOUT PROCESS

================================================== ======
PARAMETER
================================================== ======
@dwUserID INT

================================================== ======
RETURN VALUE
================================================== ======
0 : SUCCESS
1 : NO USER

================================================== ======
PROCESS
================================================== ======
--1. Check TCURRENTUSER table
--2. Delete user from TCURRENTUSER
--3. Update log data


*/
-- DELETE TITEMTABLE WHERE @dwCharID = dwOwnerID AND bOwnerType=0 AND wItemID = 7605

SELECT @dwUserID = dwUserID FROM TCHARTABLE WHERE dwCharID = @dwCharID

BEGIN TRAN SAVECHAREND

DELETE TITEMTABLE WHERE dwOwnerID = @dwCharID AND bOwnerType = 0 AND bStorageType <> 2
DELETE TITEMTABLE WHERE dlID IN(SELECT dlID FROM TTEMPITEMTABLE WHERE dwOwnerID = @dwCharID)

INSERT INTO TITEMTABLE(
dlID, bStorageType, dwStorageID, bOwnerType, dwOwnerID, bItemID, wItemID, bLevel, bCount, bGLevel, dwDuraMax, dwDuraCur, bRefineCur,dEndTime,bGradeEffect,
bMagic1, bMagic2, bMagic3, bMagic4, bMagic5, bMagic6,
wValue1, wValue2, wValue3, wValue4, wValue5, wValue6,
dwTime1, dwTime2, dwTime3, dwTime4, dwTime5, dwTime6)
SELECT * FROM TTEMPITEMTABLE WHERE dwOwnerID = @dwCharID

DELETE TSKILLTABLE WHERE dwCharID = @dwCharID
INSERT INTO TSKILLTABLE SELECT * FROM TTEMPSKILLTABLE WHERE dwCharID = @dwCharID



COMMIT TRAN SAVECHAREND

EXEC TGLOBAL_GSP.DBO.TSaveDuringItem @dwUserID

it wrote me

Invalid Stored Procedure Syntax.

Can u explain me this?

And i still have bugged horse =(
05/28/2013 19:55 Christiniel#9
please help