L2JMobius

Public Development => Shares/Contributions => Committed User Contributions => Topic started by: Mechagon3k on December 04, 2021, 06:59:46 AM

Title: Missing multisell ID for NPC Trader Creamees in Talking Island
Post by: Mechagon3k on December 04, 2021, 06:59:46 AM
Missing multisell ID for NPC Trader Creamees 30149 in Talking Island

Wrong multisell ID 00
Code: [Select]
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_exc_multisell 00">Exchange equipment</Button>
Correct multisell ID 003
Code: [Select]
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_exc_multisell 003">Exchange equipment</Button>
Title: Re: Missing multisell ID for NPC Trader Creamees in Talking Island
Post by: Mobius on December 04, 2021, 06:03:04 PM
Committed with https://bitbucket.org/MobiusDev/l2j_mobius/commits/464e72d11f4bb7b51cd7741b9dc26a7d98bd0ad7
Thanks :D