Jump to content

Nduli

Inactive Member
  • Posts

    6
  • Joined

  • Last visited

  • Feedback

    0%

Posts posted by Nduli

  1. Bro if the item in the inventory exists, if the slot exists ,if in sql the item is present in the belt slot it is 100% sure that it is a binary/client side index error. check better.. also because I too often found myself in these problems because between modifications and additions the sources on that side are always very dirty ( I now no have these problems because i redid them from 0 on my source)

    Try this.. wear item, check in sql what s his index number of equip.. example: is number 123.. open inventorywindow and set row of belt like : {"index": 123 , "x":39, "y":106, "width":32, "height":32} pack file and check if you can see belt in equipment slot

  2. TraceError makes you output a message on the sysser that you put inside like

    ..........

    };

    BOOL CItemManager::SelectItemData(DWORD dwIndex)
    {

        TraceError(" I'm here! in the  SelectItemData" )
        TItemMap::iterator f = m_ItemMap.find(dwIndex);

    ...

    ...

    ...

     

    so you will find in the sysser client " I'm here! in the SelectItemData" and in this way whether or not the trace will come out you will know where the code stops or how far it goes

×
×
  • Create New...

Important Information

Terms of Use / Privacy Policy / Guidelines / We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.