Jump to content

haristhc

Inactive Member
  • Posts

    5
  • Joined

  • Last visited

  • Feedback

    0%

Posts posted by haristhc

  1. Can anyone help me with this error? I tried my best but I couldn't get past it. I've been trying for 4 hours

    Equipment Tab Rubinum: ------ Sorry Vegas --- 

    Sysser: 


    0324 13:23:14539 ::   File "networkModule.py", line 248, in SetGamePhase

    0324 13:23:14540 ::   File "game.py", line 121, in __init__

    0324 13:23:14540 ::   File "interfaceModule.py", line 441, in MakeInterface

    0324 13:23:14540 ::   File "interfaceModule.py", line 300, in __MakeWindows

    0324 13:23:14540 ::   File "uiInventory.py", line 276, in __init__

    0324 13:23:14540 ::   File "uiInventory.py", line 469, in __LoadWindow

    0324 13:23:14540 :: IndexError
    0324 13:23:14540 :: : 
    0324 13:23:14540 :: list index out of range

  2. Help ? 

     

    char_item.cpp: In member function 'bool CHARACTER::SwapItemToItem(TItemPos, TItemPos)':
    char_item.cpp:7821:26: error: expected unqualified-id before '?' token
         BYTE bCell = srcCell.?cell;
                              ^
    char_item.cpp:7821:27: error: 'cell' was not declared in this scope
         BYTE bCell = srcCell.?cell;
                               ^
    char_item.cpp:7821:31: error: expected ':' before ';' token
         BYTE bCell = srcCell.?cell;
                                   ^
    char_item.cpp:7821:31: error: expected primary-expression before ';' token
    char_item.cpp:7857:31: error: expected primary-expression before '?' token
             item1->AddToCharacter(?this, TItemPos(INVENTORY, bCell2));
                                   ^
    char_item.cpp:7857:65: error: expected ':' before ')' token
             item1->AddToCharacter(?this, TItemPos(INVENTORY, bCell2));
                                                                     ^
    char_item.cpp:7857:65: error: expected primary-expression before ')' token
    char_item.cpp:7864:20: error: 'CHAT_TYPE_' was not declared in this scope
             ChatPacket(CHAT_TYPE_?INFO, "Slot %d", bDestCell);
                        ^
    char_item.cpp:7864:31: error: 'INFO' was not declared in this scope
             ChatPacket(CHAT_TYPE_?INFO, "Slot %d", bDestCell);
                                   ^
    char_item.cpp:7864:57: error: expected ':' before ')' token
             ChatPacket(CHAT_TYPE_?INFO, "Slot %d", bDestCell);
                                                             ^
    char_item.cpp:7864:57: error: expected primary-expression before ')' token
    char_item.cpp:7884:36: error: 'class CItem' has no member named 'G'
             for (int i = 0; i < item1->G?etSize(); ++i)
                                        ^
    char_item.cpp:7884:45: error: 'etSize' was not declared in this scope
             for (int i = 0; i < item1->G?etSize(); ++i)
                                                 ^
    char_item.cpp:7884:46: error: expected ':' before ';' token
             for (int i = 0; i < item1->G?etSize(); ++i)
                                                  ^
    char_item.cpp:7884:46: error: expected primary-expression before ';' token
    char_item.cpp:7895:17: error: expected primary-expression before '?' token
                     ?busy->AddToCharacter(this, TItemPos(INVENTORY, bCell1 + (5 * i)));
                     ^
    char_item.cpp:7895:83: error: expected ':' before ';' token
                     ?busy->AddToCharacter(this, TItemPos(INVENTORY, bCell1 + (5 * i)));
         

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