Jump to content

Question

Posted (edited)

Hey guys so i started adding a gmshop in acis after heading reference from some1's npc in this forum but there is a problem..the htm and multisell are correct but when i press the S grade Weapons button and every other button it doesnt bypass to the multisell why?

 

<table width=210>
    <tr>
        <td align=center>
            <button value="Consumables" action="bypass -h npc_%objectId%_Multisell 23" width=134 height=21 back="L2UI_ch3.BigButton3_over" fore="L2UI_ch3.BigButton3">
        </td>
    </tr>
    <tr>
        <td align=center>
            <button value="Dyes" action="bypass -h npc_%objectId%_Multisell 51" width=134 height=21 back="L2UI_ch3.BigButton3_over" fore="L2UI_ch3.BigButton3">
        </td>
    </tr>
    <tr>
        <td align=center>
            <button value="Scrolls" action="bypass -h npc_%objectId%_Multisell 50" width=134 height=21 back="L2UI_ch3.BigButton3_over" fore="L2UI_ch3.BigButton3">
        </td>
    </tr>
    <tr>
        <td align=center>
            <button value="Clan Items" action="bypass -h npc_%objectId%_Multisell 21" width=134 height=21 back="L2UI_ch3.BigButton3_over" fore="L2UI_ch3.BigButton3">
        </td>
    </tr>
    <tr>
        <td align=center>
            <button value="Olympiad" action="bypass -h npc_%objectId%_Multisell 97" width=134 height=21 back="L2UI_ch3.BigButton3_over" fore="L2UI_ch3.BigButton3">
        </td>
    </tr>
    <tr>
        <td align=center>
            <button value="Acessories" action="bypass -h npc_%objectId%_Multisell 94" width=134 height=21 back="L2UI_ch3.BigButton3_over" fore="L2UI_ch3.BigButton3">
        </td>
    </tr>
</table>

 

Edited by VanGon

10 answers to this question

Recommended Posts

  • 0
Posted
3 minutes ago, wongerlt said:

try maybe this

Multisell change to multisell, first letter must be lowercase.

already tried.. still i push the button but it just doenst show anything

  • 0
Posted (edited)

what acis version?

i think i new version need add npc id in xml file,

example:

<?xml version='1.0' encoding='utf-8'?>
<!-- PI Trap stone multisell -->
<list>
	<npcs>
		<npc>32115</npc> <!-- Asamah -->
	</npcs>
	<!-- Trap stone -->
	<item>
		<ingredient id="57" count="750"/>
		<production id="8764" count="1"/>
	</item>
</list>

 

Edited by wongerlt
  • 0
Posted
1 minute ago, wongerlt said:

what acis version?

i think i new version need add npc id in xml file,

example:


<?xml version='1.0' encoding='utf-8'?>
<!-- PI Trap stone multisell -->
<list>
	<npcs>
		<npc>32115</npc> <!-- Asamah -->
	</npcs>
	<!-- Trap stone -->
	<item>
		<ingredient id="57" count="750"/>
		<production id="8764" count="1"/>
	</item>
</list>

 

so i need to add the npc id inside the multisell ?

  • 0
Posted
Just now, VanGon said:

so i need to add the npc id inside the multisell ?

maybe no, check other multisell xml files, if u see in other xml's <npcs> then add.

  • 0
Posted

Ye, multisell should be lowercase, also as wonger told ya, the multisell must be linked to the npc under the npc tag, otherwise nothing happens.

  • 0
Posted
1 minute ago, SweeTs said:

Ye, multisell should be lowercase, also as wonger told ya, the multisell must be linked to the npc under the npc tag, otherwise nothing happens.

where do i put the npc id though? should i add it in the multisells of the npc?

  • 0
Posted
1 hour ago, VanGon said:

where do i put the npc id though? should i add it in the multisells of the npc?

Look wonger reply or simply open another xml and compare..

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.



×
×
  • Create New...