» Find Revision
L2J Revision 4407:
L2JDP Revision 7664:
Hey guys. I am trying to add forgotten scrolls to my GM Shop on my server and LITERALLY no matter what i do, what i change, anything, it won't work. I keep getting an error on the gameserver console when someone tries to access the multisell through the GM shop saying "[L2Multisell] can't find item id:80055"
I thought maybe the list was too long because it had 91 individual items in it so i split it into two different multisell files. Still, same error. The html linking to the multisell lists is good as far as i can tell. i've checked it like 100 times. please review my code and help!

this is the html:
Code: Select all
<html><title>GM Shop</title><body><br><br><center><table width=230><tr><td align=center><img src="icon.armor_t96_u_i00" width=32 height=32></td><td align=center><img src="icon.weapon_vesper_burster_i01" width=32 height=32></td><td align=center><img src="icon.accessory_necklace_of_valakas_i00" width=32 height=32></td></tr><tr><td></td></tr><tr><td align=center><button value="Armors" action="bypass -h npc_%objectId%_Link teleporter/gmshop/955-1.htm" width=85 height=22 back="L2UI_ct1.button_df" fore="L2UI_ct1.button_df"></td><td align=center><button value="Weapons" action="bypass -h npc_%objectId%_Link teleporter/gmshop/955-3.htm" width=85 height=22 back="L2UI_ct1.button_df" fore="L2UI_ct1.button_df"></td><td align=center><button value="Jewels" action="bypass -h npc_%objectId%_Link teleporter/gmshop/955-2.htm" width=85 height=22 back="L2UI_ct1.button_df" fore="L2UI_ct1.button_df"></td></tr><tr><td></td></tr><tr><td align=center><img src="icon.vesper_cloack_i00" width=32 height=32></td><td align=center><img src="BranchSys.icon.br_aga_pegasus_i00" width=32 height=32></td><td align=center><img src="icon.pet_controler_i01" width=32 height=32></td></tr><tr><td></td></tr><tr><td align=center><button value="Cloaks" action="bypass -h npc_%objectId%_multisell 80041" width=85 height=22 back="L2UI_ct1.button_df" fore="L2UI_ct1.button_df"></td><td align=center><button value="Agathions" action="bypass -h npc_%objectId%_multisell 80042" width=85 height=22 back="L2UI_ct1.button_df" fore="L2UI_ct1.button_df"></td><td align=center><button value="Pets" action="bypass -h npc_%objectId%_multisell 80026" width=85 height=22 back="L2UI_ct1.button_df" fore="L2UI_ct1.button_df"></td></tr><tr><td></td></tr><tr><td align=center><img src="icon.etc_spell_shot_gold_i01" width=32 height=32></td><td align=center><img src="icon.etc_letter_envelope_i00" width=32 height=32></td><td align=center><img src="icon.etc_potion_gold_i00" width=32 height=32></td></tr><tr><td></td></tr><tr><td align=center><button value="Soulshots" action="bypass -h npc_%objectId%_multisell 80018" width=85 height=22 back="L2UI_ct1.button_df" fore="L2UI_ct1.button_df"></td><td align=center><button value="Others" action="bypass -h npc_%objectId%_Link teleporter/gmshop/955-4.htm" width=85 height=22 back="L2UI_ct1.button_df" fore="L2UI_ct1.button_df"></td><td align=center><button value="Potion" action="bypass -h npc_%objectId%_multisell 80020" width=85 height=22 back="L2UI_ct1.button_df" fore="L2UI_ct1.button_df"></td></tr><tr></tr><tr><td></td></tr><tr><td align=center><img src="BranchSys.icon.br_birthday_cake_i00" width=32 height=32></td><td align=center><img src="icon.etc_dragons_blood_i00" width=32 height=32></td><td align=center><img src="icon.etc_shining_bolt_i00" width=32 height=32></td></tr><tr><td></td></tr><tr><td align=center><button value="Accessory" action="bypass -h npc_%objectId%_multisell 80021" width=85 height=22 back="L2UI_ct1.button_df" fore="L2UI_ct1.button_df"></td><td align=center><button value="Dyes" action="bypass -h npc_%objectId%_multisell 80022" width=85 height=22 back="L2UI_ct1.button_df" fore="L2UI_ct1.button_df"></td><td align=center><button value="Consumable" action="bypass -h npc_%objectId%_multisell 80023" width=85 height=22 back="L2UI_ct1.button_df" fore="L2UI_ct1.button_df"></td></tr><tr><td></td></tr><tr><td align=center><img src="icon.etc_Gold_Dragon_i00" width=32 height=32></td><td align=center><img src="icon.weapon_voodoo_doll_i01" width=32 height=32></td><td align=center><img src="icon.etc_blessed_scrl_of_ench_wp_s_i05" width=32 height=32></td></tr><tr><td></td></tr><tr><td align=center><button value="Exchange" action="bypass -h npc_%objectId%_multisell 80031" width=85 height=22 back="L2UI_ct1.button_df" fore="L2UI_ct1.button_df"></td><td align=center><button value="Custom" action="bypass -h npc_%objectId%_multisell 80017" width=85 height=22 back="L2UI_ct1.button_df" fore="L2UI_ct1.button_df"></td><td align=center><button value="Scrolls" action="bypass -h npc_%objectId%_multisell 80019" width=85 height=22 back="L2UI_ct1.button_df" fore="L2UI_ct1.button_df"></td></tr><tr><td></tr></td><tr><td align=center><img src="icon.etc_blessed_scrl_of_ench_wp_s_i05" width=32 height =32></td><td align=center><img src="icon.etc_blessed_scrl_of_ench_wp_s_i05" width=32 height =32></td></tr><tr><td></tr></td><tr><td align=center><button value="Skills" action="bypass -h npc_%objectId%_multisell 80055" width=85 height=22 back="L2UI_ct1.button_df" fore="L2UI_ct1.button_df"></td><td align=center><button value="Skills" action="bypass -h npc_%objectId%_multisell 80056" width=85 height=22 back="L2UI_ct1.button_df" fore="L2UI_ct1.button_df"></td></tr></table></center></body></html>
Code: Select all
<?xml version='1.0' encoding='utf-8'?> <list maintainEnchantment="true"> <!-- Forgotten Scroll - protection of rune --> <item id="16"> <ingredient id="3483" count="1000"/> <production id="10549" count="1"/> </item> <!-- Forgotten Scroll - protection of elemental --> <item id="17"> <ingredient id="3483" count="1000"/> <production id="10550" count="1"/> </item> <!-- Forgotten Scroll - protection of alignment --> <item id="18"> <ingredient id="3483" count="1000"/> <production id="10551" count="1"/> </item> <!-- Forgotten Scroll - fighter's will --> <item id="19"> <ingredient id="3483" count="1000"/> <production id="10552" count="1"/> </item> <!-- Forgotten Scroll - archer's will --> <item id="20"> <ingredient id="3483" count="1000"/> <production id="10553" count="1"/> </item> <!-- Forgotten Scroll - anti-magic armor --> <item id="21"> <ingredient id="3483" count="1000"/> <production id="10554" count="1"/> </item> <!-- Forgotten Scroll - seed of revenge --> <item id="22"> <ingredient id="3483" count="1000"/> <production id="10555" count="1"/> </item> <!-- Forgotten Scroll - hell scream --> <item id="23"> <ingredient id="3483" count="1000"/> <production id="10556" count="1"/> </item> <!-- Forgotten Scroll - sixth sense --> <item id="24"> <ingredient id="3483" count="1000"/> <production id="10559" count="1"/> </item> <!-- Forgotten Scroll - expose weak point --> <item id="25"> <ingredient id="3483" count="1000"/> <production id="10560" count="1"/> </item> <!-- Forgotten Scroll - exciting adventure --> <item id="26"> <ingredient id="3483" count="1000"/> <production id="10561" count="1"/> </item> <!-- Forgotten Scroll - wind riding --> <item id="27"> <ingredient id="3483" count="1000"/> <production id="10562" count="1"/> </item> <!-- Forgotten Scroll - ghost walking --> <item id="28"> <ingredient id="3483" count="1000"/> <production id="10563" count="1"/> </item> <!-- Forgotten Scroll - flame hawk --> <item id="29"> <ingredient id="3483" count="1000"/> <production id="10564" count="1"/> </item> <!-- Forgotten Scroll - arrow rain --> <item id="30"> <ingredient id="3483" count="1000"/> <production id="10565" count="1"/> </item> <!-- Forgotten Scroll - ghost piercing --> <item id="31"> <ingredient id="3483" count="1000"/> <production id="10566" count="1"/> </item> <!-- Forgotten Scroll - dread pool --> <item id="32"> <ingredient id="3483" count="1000"/> <production id="10567" count="1"/> </item> <!-- Forgotten Scroll - weapon blockade --> <item id="33"> <ingredient id="3483" count="1000"/> <production id="10568" count="1"/> </item> <!-- Forgotten Scroll - force of destruction --> <item id="34"> <ingredient id="3483" count="1000"/> <production id="10569" count="1"/> </item> <!-- Forgotten Scroll - demolition impact --> <item id="35"> <ingredient id="3483" count="1000"/> <production id="10570" count="1"/> </item> <!-- Forgotten Scroll - golem armor --> <item id="36"> <ingredient id="3483" count="1000"/> <production id="10571" count="1"/> </item> <!-- Forgotten Scroll - flame armor --> <item id="37"> <ingredient id="3483" count="1000"/> <production id="10572" count="1"/> </item> <!-- Forgotten Scroll - frost armor --> <item id="38"> <ingredient id="3483" count="1000"/> <production id="10573" count="1"/> </item> <!-- Forgotten Scroll - hurricane armor --> <item id="39"> <ingredient id="3483" count="1000"/> <production id="10574" count="1"/> </item> <!-- Forgotten Scroll - vampiric mist --> <item id="40"> <ingredient id="3483" count="1000"/> <production id="10575" count="1"/> </item> <!-- Forgotten Scroll - servitor barrier --> <item id="41"> <ingredient id="3483" count="1000"/> <production id="10576" count="1"/> </item> <!-- Forgotten Scroll - excessive loyalty --> <item id="42"> <ingredient id="3483" count="1000"/> <production id="10577" count="1"/> </item> <!-- Forgotten Scroll - mutual response --> <item id="43"> <ingredient id="3483" count="1000"/> <production id="10578" count="1"/> </item> <!-- Forgotten Scroll - sublime self sacrifice --> <item id="44"> <ingredient id="3483" count="1000"/> <production id="10585" count="1"/> </item> <!-- Forgotten Scroll - blessing of eva --> <item id="45"> <ingredient id="3483" count="1000"/> <production id="10586" count="1"/> </item> <!-- Forgotten Scroll - lord of vampire --> <item id="46"> <ingredient id="3483" count="1000"/> <production id="10587" count="1"/> </item> <!-- Forgotten Scroll - seal of limit --> <item id="47"> <ingredient id="3483" count="1000"/> <production id="10589" count="1"/> </item> <!-- Forgotten Scroll - Spirit of phoenix --> <item id="48"> <ingredient id="3483" count="1000"/> <production id="10591" count="1"/> </item> <!-- Forgotten Scroll - eva's will --> <item id="49"> <ingredient id="3483" count="1000"/> <production id="10592" count="1"/> </item> <!-- Forgotten Scroll - pain of shilen --> <item id="50"> <ingredient id="3483" count="1000"/> <production id="10593" count="1"/> </item> <!-- Forgotten Scroll - wind shot --> <item id="51"> <ingredient id="3483" count="1000"/> <production id="10594" count="1"/> </item> <!-- Forgotten Scroll - lightning shock --> <item id="52"> <ingredient id="3483" count="1000"/> <production id="10595" count="1"/> </item> <!-- Forgotten Scroll - shadow step --> <item id="53"> <ingredient id="3483" count="1000"/> <production id="12771" count="1"/> </item> <!-- Forgotten Scroll - seed of revenge --> <item id="54"> <ingredient id="3483" count="1000"/> <production id="14170" count="1"/> </item> <!-- Forgotten Scroll - hell scream --> <item id="55"> <ingredient id="3483" count="1000"/> <production id="14171" count="1"/> </item> <!-- Forgotten Scroll - spirit of phoenix --> <item id="56"> <ingredient id="3483" count="1000"/> <production id="14172" count="1"/> </item> <!-- Forgotten Scroll - eva's will --> <item id="57"> <ingredient id="3483" count="1000"/> <production id="14173" count="1"/> </item> <!-- Forgotten Scroll - pain of shillien --> <item id="58"> <ingredient id="3483" count="1000"/> <production id="14174" count="1"/> </item> <!-- Forgotten Scroll - exciting adventure --> <item id="59"> <ingredient id="3483" count="1000"/> <production id="14175" count="1"/> </item> <!-- Forgotten Scroll - wind riding --> <item id="60"> <ingredient id="3483" count="1000"/> <production id="14176" count="1"/> </item> </list>
Code: Select all
<?xml version='1.0' encoding='utf-8'?> <list maintainEnchantment="true"> <!-- Forgotten Scroll - protection of rune --> <item id="16"> <ingredient id="3483" count="1000"/> <production id="10549" count="1"/> </item> <!-- Forgotten Scroll - protection of elemental --> <item id="17"> <ingredient id="3483" count="1000"/> <production id="10550" count="1"/> </item> <!-- Forgotten Scroll - protection of alignment --> <item id="18"> <ingredient id="3483" count="1000"/> <production id="10551" count="1"/> </item> <!-- Forgotten Scroll - fighter's will --> <item id="19"> <ingredient id="3483" count="1000"/> <production id="10552" count="1"/> </item> <!-- Forgotten Scroll - archer's will --> <item id="20"> <ingredient id="3483" count="1000"/> <production id="10553" count="1"/> </item> <!-- Forgotten Scroll - anti-magic armor --> <item id="21"> <ingredient id="3483" count="1000"/> <production id="10554" count="1"/> </item> <!-- Forgotten Scroll - seed of revenge --> <item id="22"> <ingredient id="3483" count="1000"/> <production id="10555" count="1"/> </item> <!-- Forgotten Scroll - hell scream --> <item id="23"> <ingredient id="3483" count="1000"/> <production id="10556" count="1"/> </item> <!-- Forgotten Scroll - sixth sense --> <item id="24"> <ingredient id="3483" count="1000"/> <production id="10559" count="1"/> </item> <!-- Forgotten Scroll - expose weak point --> <item id="25"> <ingredient id="3483" count="1000"/> <production id="10560" count="1"/> </item> <!-- Forgotten Scroll - exciting adventure --> <item id="26"> <ingredient id="3483" count="1000"/> <production id="10561" count="1"/> </item> <!-- Forgotten Scroll - wind riding --> <item id="27"> <ingredient id="3483" count="1000"/> <production id="10562" count="1"/> </item> <!-- Forgotten Scroll - ghost walking --> <item id="28"> <ingredient id="3483" count="1000"/> <production id="10563" count="1"/> </item> <!-- Forgotten Scroll - flame hawk --> <item id="29"> <ingredient id="3483" count="1000"/> <production id="10564" count="1"/> </item> <!-- Forgotten Scroll - arrow rain --> <item id="30"> <ingredient id="3483" count="1000"/> <production id="10565" count="1"/> </item> <!-- Forgotten Scroll - ghost piercing --> <item id="31"> <ingredient id="3483" count="1000"/> <production id="10566" count="1"/> </item> <!-- Forgotten Scroll - dread pool --> <item id="32"> <ingredient id="3483" count="1000"/> <production id="10567" count="1"/> </item> <!-- Forgotten Scroll - weapon blockade --> <item id="33"> <ingredient id="3483" count="1000"/> <production id="10568" count="1"/> </item> <!-- Forgotten Scroll - force of destruction --> <item id="34"> <ingredient id="3483" count="1000"/> <production id="10569" count="1"/> </item> <!-- Forgotten Scroll - demolition impact --> <item id="35"> <ingredient id="3483" count="1000"/> <production id="10570" count="1"/> </item> <!-- Forgotten Scroll - golem armor --> <item id="36"> <ingredient id="3483" count="1000"/> <production id="10571" count="1"/> </item> <!-- Forgotten Scroll - flame armor --> <item id="37"> <ingredient id="3483" count="1000"/> <production id="10572" count="1"/> </item> <!-- Forgotten Scroll - frost armor --> <item id="38"> <ingredient id="3483" count="1000"/> <production id="10573" count="1"/> </item> <!-- Forgotten Scroll - hurricane armor --> <item id="39"> <ingredient id="3483" count="1000"/> <production id="10574" count="1"/> </item> <!-- Forgotten Scroll - vampiric mist --> <item id="40"> <ingredient id="3483" count="1000"/> <production id="10575" count="1"/> </item> <!-- Forgotten Scroll - servitor barrier --> <item id="41"> <ingredient id="3483" count="1000"/> <production id="10576" count="1"/> </item> <!-- Forgotten Scroll - excessive loyalty --> <item id="42"> <ingredient id="3483" count="1000"/> <production id="10577" count="1"/> </item> <!-- Forgotten Scroll - mutual response --> <item id="43"> <ingredient id="3483" count="1000"/> <production id="10578" count="1"/> </item> <!-- Forgotten Scroll - sublime self sacrifice --> <item id="44"> <ingredient id="3483" count="1000"/> <production id="10585" count="1"/> </item> <!-- Forgotten Scroll - blessing of eva --> <item id="45"> <ingredient id="3483" count="1000"/> <production id="10586" count="1"/> </item> <!-- Forgotten Scroll - lord of vampire --> <item id="46"> <ingredient id="3483" count="1000"/> <production id="10587" count="1"/> </item> <!-- Forgotten Scroll - seal of limit --> <item id="47"> <ingredient id="3483" count="1000"/> <production id="10589" count="1"/> </item> <!-- Forgotten Scroll - Spirit of phoenix --> <item id="48"> <ingredient id="3483" count="1000"/> <production id="10591" count="1"/> </item> <!-- Forgotten Scroll - eva's will --> <item id="49"> <ingredient id="3483" count="1000"/> <production id="10592" count="1"/> </item> <!-- Forgotten Scroll - pain of shilen --> <item id="50"> <ingredient id="3483" count="1000"/> <production id="10593" count="1"/> </item> <!-- Forgotten Scroll - wind shot --> <item id="51"> <ingredient id="3483" count="1000"/> <production id="10594" count="1"/> </item> <!-- Forgotten Scroll - lightning shock --> <item id="52"> <ingredient id="3483" count="1000"/> <production id="10595" count="1"/> </item> <!-- Forgotten Scroll - shadow step --> <item id="53"> <ingredient id="3483" count="1000"/> <production id="12771" count="1"/> </item> <!-- Forgotten Scroll - seed of revenge --> <item id="54"> <ingredient id="3483" count="1000"/> <production id="14170" count="1"/> </item> <!-- Forgotten Scroll - hell scream --> <item id="55"> <ingredient id="3483" count="1000"/> <production id="14171" count="1"/> </item> <!-- Forgotten Scroll - spirit of phoenix --> <item id="56"> <ingredient id="3483" count="1000"/> <production id="14172" count="1"/> </item> <!-- Forgotten Scroll - eva's will --> <item id="57"> <ingredient id="3483" count="1000"/> <production id="14173" count="1"/> </item> <!-- Forgotten Scroll - pain of shillien --> <item id="58"> <ingredient id="3483" count="1000"/> <production id="14174" count="1"/> </item> <!-- Forgotten Scroll - exciting adventure --> <item id="59"> <ingredient id="3483" count="1000"/> <production id="14175" count="1"/> </item> <!-- Forgotten Scroll - wind riding --> <item id="60"> <ingredient id="3483" count="1000"/> <production id="14176" count="1"/> </item> </list>