Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 06/15/17 in all areas

  1. 1 point
  2. 1 point
  3. Attach the shining to a different bone. Search at playersettingsmodule.py and try different positions.
    1 point
  4. when 19.pick begin say("You've just picked up Sword+9'") end ^Should work already if the type of the item is 18 / ITEM_QUEST. If you want to change that open char_item.cpp and search for: if (item->GetType() == ITEM_QUEST) quest::CQuestManager::instance().PickupItem (owner->GetPlayerID(), item); Either you add another type to the if statement or simply remove it.
    1 point
×
×
  • 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.