Jump to content
  • 0

need help custom item require t in quest


JassMax

Question


  • Group:  Members
  • Topic Count:  65
  • Topics Per Day:  0.02
  • Content Count:  235
  • Reputation:   0
  • Joined:  05/03/13
  • Last Seen:  

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";    





 

Link to comment
Share on other sites

6 answers to this question

Recommended Posts


  • Group:  Forum Moderator
  • Topic Count:  93
  • Topics Per Day:  0.02
  • Content Count:  10015
  • Reputation:   2350
  • Joined:  10/28/11
  • Last Seen:  

change getitem to getitem2

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  65
  • Topics Per Day:  0.02
  • Content Count:  235
  • Reputation:   0
  • Joined:  05/03/13
  • Last Seen:  

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 by JassMax
Link to comment
Share on other sites


  • Group:  Forum Moderator
  • Topic Count:  93
  • Topics Per Day:  0.02
  • Content Count:  10015
  • Reputation:   2350
  • Joined:  10/28/11
  • Last Seen:  

countitem change to countitem2 with the required requirements..

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  65
  • Topics Per Day:  0.02
  • Content Count:  235
  • Reputation:   0
  • Joined:  05/03/13
  • Last Seen:  

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  /sob

vset.txt

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  48
  • Topics Per Day:  0.01
  • Content Count:  1125
  • Reputation:   236
  • Joined:  07/30/12
  • Last Seen:  

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
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  65
  • Topics Per Day:  0.02
  • Content Count:  235
  • Reputation:   0
  • Joined:  05/03/13
  • Last Seen:  

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 by JassMax
Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...