JassMax Posted June 10, 2013 Posted June 10, 2013 Hii i have quest for ev vset i want add require item +10 Valkyrie armor, +10 Valkyrie Manteau, +10 Valkyrie shoes , +10 valkyrie sheild,what would be code for +10 ?Thanks in advance.. case 1: callsub OnBuyItem,7539,300,500000000,"SZeny",31133,1,"announce"; case 2: callsub OnBuyItem,7539,300,500000000,"SZeny",31134,1,"announce"; case 3: callsub OnBuyItem,7539,300,500000000,"SZeny",31136,1,"announce"; case 4: callsub OnBuyItem,7539,200,500000000,"SZeny",31135,1,"announce"; Quote
JassMax Posted June 10, 2013 Author Posted June 10, 2013 (edited) change getitem to getitem2 sorry but i meant to say npc will ask for +10 Valkyrie armor in order to get ev. valkyrie armor where i edit in script? case 1: callsub OnBuyItem,7539,300,500000000,"SZeny",31133,1,"announce"; Edited June 10, 2013 by JassMax Quote
Emistry Posted June 10, 2013 Posted June 10, 2013 countitem change to countitem2 with the required requirements.. Quote
JassMax Posted June 10, 2013 Author Posted June 10, 2013 countitem change to countitem2 with the required requirements.. I'm Sorry i still don't understand. here is script im using i Still need help vset.txt Quote
Jaburak Posted June 10, 2013 Posted June 10, 2013 If you know how to use @item2 it's just like that. For example; getitem2 2357,1,1,10,0,0,0,0,0; // Valkyrie Armor Quote
JassMax Posted June 10, 2013 Author Posted June 10, 2013 (edited) If you know how to use @item2 it's just like that. For example; getitem2 2357,1,1,10,0,0,0,0,0; // Valkyrie Armor Hi AnaKid thanks for replying i know how to use @item2 but can u see my script which i uploaded and i actualy i want to use delitem npc ask for +10 Armor in order to get ev. valkyrie armor ( getitem2 2357,1,1,10,0,0,0,0,0; // Valkyrie Armor ) not work on script Edited June 10, 2013 by JassMax Quote
Question
JassMax
Hii
i have quest for ev vset
i want add require item +10 Valkyrie armor, +10 Valkyrie Manteau, +10 Valkyrie shoes , +10 valkyrie sheild,
what would be code for +10 ?
Thanks in advance..
case 1: callsub OnBuyItem,7539,300,500000000,"SZeny",31133,1,"announce";
case 4: callsub OnBuyItem,7539,200,500000000,"SZeny",31135,1,"announce";
6 answers 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.