Jump to content

Recommended Posts

Posted

Multisell.txt - a script that describes a list of things that can be exchanged in a special store (merchant npc). 

 

Format

MultiSell_begin [weapon_variation] 4
is_show_all = 0
keep_enchanted = 1
is_dutyfree = 0
selllist = {
{{{[stormbringer_crt.anger]; 1}}; {{[stormbringer]; 1}; {[red_soul_crystal_5]; 1}; {[gemstone_c]; 97}}; {291000}};
{{{[stormbringer_focus]; 1}}; {{[stormbringer]; 1}; {[green_soul_crystal_5]; 1}; {[gemstone_c]; 97}}; {291000}};
{{{[berserker_blade_haste]; 1}}; {{[berserker_blade]; 1}; {[blue_soul_crystal_8]; 1}; {[gemstone_c]; 555}}; {1665000}}
}
MultiSell_end

 

 

Description of parameters:

  • //Give weapon special ability (tax rate applied) - the section description is simple
  • multisell_begin - the beginning of section of shop
  • [weapon_variation] - the name of section of shop * SHOULD be UNIQUE *
  • 4 - number of section of shop * SHOULD be UNIQUE *
  • is_show_all = 0 - to show all shop, or only that the given person can get/exchange (on what enough necessary things)
  • keep_enchanted = 1 - to leave sharpenings at an exchange
  • is_dutyfree = 0 - the shop is assessed or not taxed the lock
  • is_dutyfree = 1 This is REALY FREE trading. 1by1. No % from castle taxes.
  • is_dutyfree = 0 This NOT Free trading operations. AND!! Main! NOT Free only for items what CAN be increased. Sure, this is a Adena.
  • For this option you can use special tag for adena {{{[saber*saber];1}};{{[saber];1};{[saber];1};{[crystal_d];145}};{94250}}; where {94250} - 94250 adena price without castle/city tax.
  • selllist = { - the beginning of section of the description of sold things. All shop undertakes in {braces}
  • {{{[stormbringer_crt.anger]; 1}}; - that we get. Will pay attention that stands two braces from each side. The offered thing and taken away things are divided;
  • {{[stormbringer]; 1}; {[red_soul_crystal_5]; 1}; {[gemstone_c]; 97}}; {291000}}; <-that we will give in replacements. Each thing is taken in {a brace}, all given things entirely too are concluded in {braces}. Through; it is specified kol-in given things, and things are divided. The name of things should be concluded in [square brackets]. An example: {{[вещь_1]; quantity}; {[вещь_2]; quantity}; {[вещь_3]; quantity}}. If it is specified only kol-in in braces the standard monetary unit is meant, i.e. adena. {{{[stormbringer_focus]; 1}}; {{[stormbringer]; 1}; {[green_soul_crystal_5]; 1}; {[gemstone_c]; 97}}; {291000}}; <-each field of offered things is divided; {{{[berserker_blade_haste]; 1}}; {{[berserker_blade]; 1}; {[blue_soul_crystal_8]; 1}; {[gemstone_c]; 555}}; {1665000}} <-last field of sale/exchange is not closed; }] <-it is not forgotten to close all shop {a brace}
  • multisell_end - the end of section of shop    

 

 

 

Credits thanks to  kick

  • Like 1

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now


×
×
  • Create New...

AdBlock Extension Detected!

Our website is made possible by displaying online advertisements to our members.

Please disable AdBlock browser extension first, to be able to use our community.

I've Disabled AdBlock