JassMax Posted June 10, 2013 Group: Members Topic Count: 65 Topics Per Day: 0.01 Content Count: 235 Reputation: 0 Joined: 05/03/13 Last Seen: December 18, 2018 Share 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 Link to comment Share on other sites More sharing options...
Emistry Posted June 10, 2013 Group: Forum Moderator Topic Count: 93 Topics Per Day: 0.02 Content Count: 10018 Reputation: 2369 Joined: 10/28/11 Last Seen: Sunday at 05:32 PM Share Posted June 10, 2013 change getitem to getitem2 Quote Link to comment Share on other sites More sharing options...
JassMax Posted June 10, 2013 Group: Members Topic Count: 65 Topics Per Day: 0.01 Content Count: 235 Reputation: 0 Joined: 05/03/13 Last Seen: December 18, 2018 Author Share 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 Link to comment Share on other sites More sharing options...
Emistry Posted June 10, 2013 Group: Forum Moderator Topic Count: 93 Topics Per Day: 0.02 Content Count: 10018 Reputation: 2369 Joined: 10/28/11 Last Seen: Sunday at 05:32 PM Share Posted June 10, 2013 countitem change to countitem2 with the required requirements.. Quote Link to comment Share on other sites More sharing options...
JassMax Posted June 10, 2013 Group: Members Topic Count: 65 Topics Per Day: 0.01 Content Count: 235 Reputation: 0 Joined: 05/03/13 Last Seen: December 18, 2018 Author Share 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 Link to comment Share on other sites More sharing options...
Jaburak Posted June 10, 2013 Group: Members Topic Count: 48 Topics Per Day: 0.01 Content Count: 1125 Reputation: 236 Joined: 07/30/12 Last Seen: April 13 Share 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 Link to comment Share on other sites More sharing options...
JassMax Posted June 10, 2013 Group: Members Topic Count: 65 Topics Per Day: 0.01 Content Count: 235 Reputation: 0 Joined: 05/03/13 Last Seen: December 18, 2018 Author Share 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 Link to comment Share on other sites More sharing options...
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";
Link to comment
Share on other sites
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.