Jump to content
  • 0

Multisell Help


Nightw0lf

Question

hi

how can i make multisell to sell 2 items at the same time

example:

{{{[codex_of_giant];1}};{{[im_mature_twin_coba];200};{[adena];50000}}}

that one is selling the giant codex for 200 cobra and 50000

i want to make to sell 1 codex and something else for adena for example..

i tryed alot of times here is my main example one of them

{{{[item1];1};{[item2];1}};{{[adena];1}}};

and i got error in console but it looks correct so i came here

Link to comment
Share on other sites

6 answers to this question

Recommended Posts

  • 0
 

{{{[item_a];1};{[item_b];1}};{{[adena];1}}};  

{{{[item_a];1};{[item_b];1};{[item_c];1}};{{[adena];1}}}; 

{{{[item_a];1};{[item_b];1};{[item_c];1};{[item_d];1}};{{[adena];1}}}; 

 
Creating 2 itens for 1 adena
Creating 3 itens for 1 adena
Creating 4 itens for 1 adena
 
For exemple: 
 
MultiSell_begin [bnb_shop] 6060
is_dutyfree = 1
selllist={
{{{[item_a];1};{[item_b];1};{[item_c];1};{[item_d];1}};{{[adena];1}}};
{{{[item_1];1};{[item_2];1};{[item_3];1};{[item_4];1}};{{[adena];1}}};
{{{[money_a];1};{[money_b];1};{[money_c];1};{[money_d];1}};{{[adena];1}}}
}
MultiSell_end
Edited by BnB
Link to comment
Share on other sites

  • 0
<list>
<item id="1">
<ingredient id="57" count="5000000"/>
<production id="6378" count="1"/>
</item>
</list>
 
here it's what you will need in order to buy your item if you need 2 items needed to buy something you will just copy this and paste it like this->
<ingredient id="57" count="20"/>
<ingredient id="58" count="10"/>

and here is what you will buy with those items.

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.


×
×
  • Create New...