Jump to content

Question

Posted

Hello all.

i was saw on some interlude server

in gm shop

something like

you buy weapon lvl 1

then when you want to buy the lvl 2

when you go to the multisell its show you only the weapons that you can upgrade..

like if you buy a bow lvl 1

when you go to multisell lvl 2 weapon you saw only the bow lvl 2.. no other weapons..

how its made?

3 answers to this question

Recommended Posts

  • 0
Posted

As you know there is a manager in town, where you can put SA on da weapon. Track it.

 

Htm bypass

 

<a action="bypass -h npc_%objectId%_exc_multisell 1005">View list.</a>

 

so it refers to 1005 multisell (exc)

 

<?xml version='1.0' encoding='utf-8'?>
<!-- SA -->
<!-- This list is best used in exc_multisell -->
<list maintainEnchantment="true" applyTaxes="true">
<item id="1">
	<production id="4681" count="1"/>
	<ingredient id="72" count="1"/>
	<ingredient id="4634" count="1"/>
	<ingredient id="2131" count="97"/>
	<ingredient id="57" count="291000" isTaxIngredient="true"/>
</item>
<item id="2">
	<production id="4682" count="1"/>
	<ingredient id="72" count="1"/>
	<ingredient id="4645" count="1"/>
	<ingredient id="2131" count="97"/>
	<ingredient id="57" count="291000" isTaxIngredient="true"/>
</item>
<item id="3">
	<production id="4683" count="1"/>
	<ingredient id="72" count="1"/>
	<ingredient id="4656" count="1"/>
	<ingredient id="2131" count="97"/>
	<ingredient id="57" count="291000" isTaxIngredient="true"/>
</item>
</list>

 

That's an example of dat list. Well, I think it should work dat way, more or less.

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