enteike Posted June 17, 2014 Posted June 17, 2014 Hi everyone. I need an npc who trade the same item for another of diferent slot; example i have red wings (mid) so if i go to this npc in exchange of one TCG he will turn that wings to low and viceversa. Thanks in advance. Quote
Jyabil Posted June 17, 2014 Posted June 17, 2014 (edited) To do that, you need to add another custom wing (with the same sprite) that is set to low headgear. On your npc, you can add something like these: if (countitem(W) == 1 && countitem(X) == Y) { delitem w, 1; delitem x, y; getitem z, 1; end; } W being your mid custom wing id X being your tcg id Y quantity of tcq needed Z being your low custom wing id Edited June 17, 2014 by Jyabil Quote
Question
enteike
Hi everyone.
I need an npc who trade the same item for another of diferent slot; example i have red wings (mid) so if i go to this npc in exchange of one TCG he will turn that wings to low and viceversa.
Thanks in advance.
1 answer to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.