Nightw0lf Posted January 26, 2014 Posted January 26, 2014 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
0 BnB Posted February 1, 2014 Posted February 1, 2014 (edited) {{{[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 February 1, 2014 by BnB
0 Dev Jeiko Posted January 28, 2014 Posted January 28, 2014 <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.
0 Nightw0lf Posted January 28, 2014 Author Posted January 28, 2014 thnx gia to help l2off :poker face:
0 Dev Jeiko Posted January 28, 2014 Posted January 28, 2014 thnx gia to help l2off :poker face: [gr] πάντα ξεχνάω να δώ platform :P [/gr]
0 ericvini Posted January 28, 2014 Posted January 28, 2014 (edited) [delete] Edited January 28, 2014 by ericvini
Question
Nightw0lf
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
6 answers to this question
Recommended Posts