Jump to content

dotRui

Banned
  • Posts

    1
  • Joined

  • Last visited

  • Feedback

    0%

Posts posted by dotRui

  1. Hi, open your Client Binary.

     

    File: "UserInterface/PythonItemModule.cpp"

     

    Search:

    if (CItemData::ITEM_TYPE_USE == pItemData->GetType() || CItemData::ITEM_TYPE_QUEST == pItemData->GetType())

     

    Replace with:

    if (CItemData::ITEM_TYPE_USE == pItemData->GetType() || CItemData::ITEM_TYPE_QUEST == pItemData->GetType() ||
        CItemData::ITEM_TYPE_BLEND == pItemData->GetType())

     

    Regards

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