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!

Item not dropping in backpack, how to reset ?

Skilled Illusionist
Joined
Jul 30, 2015
Messages
396
Reaction score
156
i've stumbled accross an unexpected problem which i never had before.

I have items not dropping in my backpack. They just stuck here:

Problem - Item not dropping in backpack, how to reset ? - RaGEZONE Forums

It happens nothing, new items also stuck over there. What i did:

- restart client
- restart server
- restart server and raservercontroller
- logged in with a new charakter on the same account

When i log in, the sound drops like you get items, but it doesn't change a thing.

Anyone can give me a hint how to delete this ? ^^
 

Attachments

You must be registered for see attachments list
Last edited:
Junior Spellweaver
Joined
Jul 9, 2015
Messages
135
Reaction score
65
It was a known issue that occurred after swapping from vs 2005 > 2019. Yet to be fixed on g4l also.
Restarting client was usually enough to fix it though as it was only a visual error.
 
Upvote 0

fht

Initiate Mage
Joined
Dec 8, 2016
Messages
53
Reaction score
59
Log out, and apply this script.

USE [a]
GO

DELETE FROM [dbo].[RoleData_Item]
WHERE [OrgObjID] = b
GO

a= Your WorldDB
b= ItemID that is buggy


Be careful this is going to delete the specified item b on every character. Otherwise add the DBID of the affected character.
 
Upvote 0
Skilled Illusionist
Joined
Jul 30, 2015
Messages
396
Reaction score
156
Thx! This worked.:thumbup:

I can reproduce this, this happens every time when i spawn this ID: 207309

Just for info: I'm playing Epic quest for testing purposes and was spawning a lot of things today. Until now it only happens everytime on this exact ID (with IP2 Give).
 
Upvote 0
Back
Top