Log in

View Full Version : Merchant to select Item on self?


Bytebait
05-11-2020, 01:35 PM
I know there is a quest::MerchantSetItem but is there a
quest::MerchantGetItemSlot1 type function?

If there is a 'lexicon' of eqemu perl functions let me know, I dont want to be a bother asking so many questions.

Kingly_Krab
05-11-2020, 07:34 PM
What you're looking for is quest::MerchantCountItem(npc_id, item_id); (https://eqemu.gitbook.io/quest-api/perl/functions#merchantcountitem)

That link is the link to all of our documentation, where you'll find our entire Quest API documented and with quite a few examples of beginner to intermediate concepts.

Bytebait
05-12-2020, 09:05 AM
What you're looking for is quest::MerchantCountItem(npc_id, item_id); (https://eqemu.gitbook.io/quest-api/perl/functions#merchantcountitem)

That link is the link to all of our documentation, where you'll find our entire Quest API documented and with quite a few examples of beginner to intermediate concepts.

You are a beautiful man! Thank you!