Jump to content

Avulsed

Premium
  • Posts

    1
  • Joined

  • Last visited

  • Days Won

    1
  • Feedback

    0%

Posts posted by Avulsed

  1. 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.

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