Jump to content

Sumnix

Inactive Member
  • Posts

    31
  • Joined

  • Last visited

  • Feedback

    0%

Posts posted by Sumnix

  1. LogManager::instance().WrongItemsLog(GetPlayerID(), item->GetID(), attr.bType, attr.sValue);
    
    -----------------
    
    void LogManager::WrongItemsLog(DWORD dwPlayerID, DWORD dwItemID, BYTE bType, BYTE bValue)
    {
        Query("INSERT INTO wrong_items_log%s (player_id, item_id, date, w_b_value) VALUES(%d, %d, NOW(), '%d|%d')", get_table_postfix(), dwPlayerID, dwItemID, bType, bValue);
    }
    
    void WrongItemsLog(DWORD dwPlayerID, DWORD dwItemID, BYTE bType, BYTE bValue);

     

  2. 1212 19:40:11992 :: Traceback (most recent call last):
    
    1212 19:40:11993 ::   File "game.py", line 1314, in OnMouseLeftButtonUp
    
    1212 19:40:11993 ::   File "game.py", line 1351, in __PutItem
    
    1212 19:40:11993 ::   File "game.py", line 1426, in __DropItem
    
    1212 19:40:11993 :: TypeError
    1212 19:40:11993 :: : 
    1212 19:40:11993 :: Open() takes at least 3 arguments (1 given)
    1212 19:40:11993 :: 

     

×
×
  • 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.