Beiträge von monarchis2

    Hello. Recently i installed the Quest Category system and everything work just fine, except the hunting quest part. In levelup.quest goes to Main quest and gives this syserr.

    uiquestcategory.py

    Code
    1. // Line 34: self.RefreshQuest()
    2. // Line 118: (questName, questIcon, questCounterName, questCounterValue) = quest.GetQuestData(i)
    3. // Line 238: self.__questList[categoryIndex].Open()

    Check your packet.h from game source and client source if they have the same:

    Code
    1. typedef struct SPacketCGMyShop
    2. {
    3. BYTE bHeader;
    4. char szSign[SHOP_SIGN_MAX_LEN + 1];
    5. BYTE bCount; // count of TShopItemTable, max 39
    6. #ifdef ENABLE_OFFLINE_SHOP
    7. BYTE days;
    8. #endif
    9. } TPacketCGMyShop;

    I think i found your problem. You rename uiNewShop to uinewshop. For example you rename uiNewShopEdit to uinewshopedit. So use this or rename everything in uinewshop.py. You don't have to rename uinewshop.py just the code.

    Dateien

    • uiNewShop.py

      (31,9 kB, 4 Mal heruntergeladen, zuletzt: )

    Hello guys. I install offline shop by great and everything works great but the shops after the reboot dissapear and can't be closed by offline shop menu. No sysserr errors appear. Is a known bug or something?

    Syserr

    Code
    1. Unequip: m_pOwner->GetWear() != this
    2. GetWear: CHARACTER::GetWear: invalid wear cell 173
    3. DestroyItem: WTH! Invalid item owner. owner pointer : 0x2e166000
    4. RemoveFromCharacter: Item::RemoveFromCharacter owner null


    gdb


    Hey community! Recently i started to make my own files from scratch. I have a question about Offline Shop by ken. I found the system but the files are full and it's not a guide with steps. If i put the files on my source, and the root part will it worked? :S:S