Jump to content
Araştır
  • Diğer seçenekler ...
Sonuçları bul ...
Sonuçları bul ...

zudokuxd10

Uzaklaştırılmış
  • İçerik sayısı

    160
  • Katılım

  • Son ziyaret

  • Puan

    3,513 [ Bağış Yap ]

İletiler : zudokuxd10


  1. Hello guys. i was trying to fix this but i failed.
    so i'm here to ask you about this problem and a way to fix it.

    problem: i can't see others players in game, but i can see them in left board, also i can see text when they wrote something in chat, also i can pm etc.
    all but i cant see them.

    last time in chat i ask i got this answer:
    "check"

    WIZ_REQ_USERIN
    WIZ_USER_INOUT
    WIZ_REGION_CHANGE

    i checked all and looks fine (i think)
    the KO version is 2117.

    if someone has time to help me i really appreciate.
    -- mesaja ek olarak --
    The problem image preview:
    YfrQiNw.png


  2. Alıntı
    If it prompts the message to the client, then that means this part is executed successfully;

      aUser->dstats = 5;
    

    Packet result(WIZ_ACHIEVE, uint8(AchieveGetItem));
    result
    GiveItem(iItemID, ItemCount);

    Send(&result);


    Which includes a call to GiveItem function. There are three options here;

    • iItemID is invalid (no such item with that id exist in database)
    • ItemCount is invalid (either 0 or an amount that user cannot carry)
    • A control in GiveItem function prevents the process.


    Check these.


    i was a big noob. i didn't check ItemID in ACHIEVE_MAIN table.
    and that ItemID doesnt exists in ITEM.

    hahahaa man really thanks!!!
×
×
  • Yeni Oluştur...