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!

[Help] My respawn system - delete item failed

Joined
Sep 3, 2013
Messages
903
Reaction score
227
Hello, long time to search for fix but not success so ...
My problem it's my respawn system use vault for take item etc ..
All it's working , but when i change item slot on my backpack and i move to global inventory i take DC and loose item on my backpack and globalinventory! :

000142.383| WO_API: failed with error code 6 delete item failedWO_0
000142.383| !!!! UpdateCharThread failed, code: 6, ans: delete item failedWO_0
000142.384| !!!! CAsyncApiWorker 0 job CJobUpdateChar[1003413] 192577C8 failed
000142.384| !!! CAsyncApiWorker 0 removed future job CJobBackpackToInventory[1003413] 13C1E3E0
000142.531| CAsyncApiWorker 0 job CJobUpdateChar[1003413] 192577C8 failed


It's blocking to UpdateCharThread with [dbo].[WZ_Backpack_SRV_DeleteItem]
The problem when i use that function : obj_ServerPlayer::OnNetPacket(const PKT_C2S_ToInventoryReq_s& n)
The strange it's When i use vault with npc all it's work
thanks
Sorry for my english so i make video :

Oosmar02 - [Help] My respawn system - delete item failed - RaGEZONE Forums
 
Joined
Sep 3, 2013
Messages
903
Reaction score
227
Sorry for up long time, but i am stay blocked on that xd



Before i swap item on my backpack : i run manualy query for see if correctly on database :

pu6F8A7 - [Help] My respawn system - delete item failed - RaGEZONE Forums


My querry return correclty line :
0TkmHH2 - [Help] My respawn system - delete item failed - RaGEZONE Forums




but my function return zero line
 

Attachments

You must be registered for see attachments list
Upvote 0
Back
Top