Beiträge von Cristian Sevastian

    Hi all,



    I have a problem with my Special Iventory. I'm NOT able to sell any items from it to NPCs.

    Everything else works fine, i can create shops/offlineshop from special storage , i can move items, i can drop and trade

    But when i try to sell an item it doesnt work. No syserr or syslog to point where the issue is.

    I attached my input_maion.cpp, shop.cpp, shop_manager.cpp and uiShop.py if anyone could help me fix this.

    Dateien

    • shop.zip

      (36,46 kB, 0 Mal heruntergeladen)

    So i've changed the sell to WORD but it still doesnt work for me, im still unable to sell from special storage.



    This is my CShopManager::Sell


    This is my CInputMain::Shop


    Hi,

    I have an issue with the game client crashing when i summon a Horse and i get nothing in my Syserr (server or client)

    The issue only happens when the horse npc is summoned.

    If i use "/ride_horse" and get mounted on the horse straight away Client doesn't crash but it does crash when i Dismount.

    Game also crashes when i try to spawn the horse npc by using /mob command.

    Nothing in syserr but in ch syslog i get this:


    Code
    1. Nov 6 18:55:10 :: COMMAND: ShadowsPR0: mob
    2. Nov 6 18:55:10 :: RegisterRaceNumMap Brown Horse 20102
    3. Nov 6 18:55:10 :: FlushPendingDestroy size 1
    4. Nov 6 18:55:11 :: DISCONNECT: ShadowsPR0 (DESC::~DESC)
    5. Nov 6 18:55:11 :: SAVE: ShadowsPR0 963018x276796
    6. Nov 6 18:55:11 :: QUEST clear timer 0
    7. Nov 6 18:55:11 :: SYSTEM: closing socket. DESC #22

    EDIT: I managed to get an error by running the game in debug mode:
    Bitte melden Sie sich an, um diesen Link zu sehen.

    Any help/pointers would be very appreciated !