• Unfortunately, we have experienced significant hard drive damage that requires urgent maintenance and rebuilding. The forum will be a state of read only until we install our new drives and rebuild all the configurations needed. Please follow our Facebook page for updates, we will be back up shortly! (The forum could go offline at any given time due to the nature of the failed drives whilst awaiting the upgrades.) When you see an Incapsula error, you know we are in the process of migration.

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
205
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