Jump to content

Need pickup quest trigger


Recommended Posts

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

Edited by Avulsed
  • Love 3
Link to comment
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
×
×
  • 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.