Jump to content
  • 0

Gm Shop


dodelez

Question

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?

Link to comment
Share on other sites

3 answers to this question

Recommended Posts

  • 0

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.

Link to comment
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now


×
×
  • Create New...