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!

drop item error

Initiate Mage
Joined
Jan 16, 2018
Messages
3
Reaction score
0
Code:
!!! r3d_assert 'm_Item.itemID' at .\Sources\ObjectsCode\sobj_DroppedItem.cpp line 33!!! r3d_assert 'm_Item.itemID' at .\Sources\ObjectsCode\sobj_DroppedItem.cpp line 33

any item drop server is crashing
 
Junior Spellweaver
Joined
Jul 6, 2015
Messages
184
Reaction score
41
Code:
!!! r3d_assert 'm_Item.itemID' at .\Sources\ObjectsCode\sobj_DroppedItem.cpp line 33!!! r3d_assert 'm_Item.itemID' at .\Sources\ObjectsCode\sobj_DroppedItem.cpp line 33

any item drop server is crashing

try recompiling WarZ_server.sln and WarZ.sln (final) or check
Code:
'[COLOR=#ff0000]m_Item.itemID[/COLOR]' at .\Sources\ObjectsCode\[COLOR=#ff0000]sobj_DroppedItem.cpp[/COLOR] [COLOR=#ff0000]line 33[/COLOR]!!!
Ps: What error does it appear in game?
 
Upvote 0
Initiate Mage
Joined
Jan 16, 2018
Messages
3
Reaction score
0
try recompiling WarZ_server.sln and WarZ.sln (final) or check
Code:
'[COLOR=#ff0000]m_Item.itemID[/COLOR]' at .\Sources\ObjectsCode\[COLOR=#ff0000]sobj_DroppedItem.cpp[/COLOR] [COLOR=#ff0000]line 33[/COLOR]!!!
Ps: What error does it appear in game?

server crash and restart



Code:
'[COLOR=#ff0000]m_Item.itemID[/COLOR]' at .\Sources\ObjectsCode\[COLOR=#ff0000]sobj_DroppedItem.cpp[/COLOR] [COLOR=#ff0000]line 33[/COLOR]!!!
r3d_assert(m_Item.itemID);
 
Upvote 0
☆Dying Dawn☆
Joined
Jan 30, 2012
Messages
971
Reaction score
727
Control + G and put '33' to go to the line 33 check the item if everthing its oke there, if you couldn't fix it just comment the assert*(this is a BAD SOLUTION) but your game should work with that
 
Last edited:
Upvote 0
Experienced Elementalist
Joined
Aug 20, 2015
Messages
204
Reaction score
43
I think error from your skin system.
Go itemsdb.xml and look at item's baseid
 
Upvote 0
Master Summoner
Joined
May 8, 2013
Messages
574
Reaction score
571
this is why your m_Item.itemID is 0, you need know why is 0 when you drop item, out one outlog in client when you drop and read what itemiD you dropping
 
Upvote 0
Back
Top