Jump to content
  • 0

New Getitem2


ryusama2007

Question


  • Group:  Members
  • Topic Count:  36
  • Topics Per Day:  0.01
  • Content Count:  102
  • Reputation:   0
  • Joined:  04/20/12
  • Last Seen:  

hello people need a great help from you guys want to use the same system to create the getitem2 getitem3 but this getitem3 item gets stuck in the account and not leave the same only more if sold in NPC.
 
 
Please help me one more time .......
 

getitem2 @itemid, @qtditem, 1, 0, 0, 0, 0, 0,0,.@CHECK;

Link to comment
Share on other sites

8 answers to this question

Recommended Posts


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

then i think you are looking for something like this

http://rathena.org/board/topic/71152-account-bound-items/

Link to comment
Share on other sites


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

what you mean ? what your getitem3 does ? and show your source code if you want other ppl to help you fix your problems

Link to comment
Share on other sites


  • Group:  Developer
  • Topic Count:  153
  • Topics Per Day:  0.04
  • Content Count:  2285
  • Reputation:   745
  • Joined:  06/16/12
  • Last Seen:  

what you mean ? what your getitem3 does ? and show your source code if you want other ppl to help you fix your problems

agree with

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  36
  • Topics Per Day:  0.01
  • Content Count:  102
  • Reputation:   0
  • Joined:  04/20/12
  • Last Seen:  

what I do is this line of script to create item with lock in exchange.

Link to comment
Share on other sites


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

why not just use this ?

trunk/db/re/item_trade.txt

//Item Trading Restrictions File
//Specify here special rules for item trading.
//Item ID, TradeMask, GM-Level Override
//Trading mask values:
//1:Item can't be droped
//2:Item can't be traded (nor vended)
//4:Wedded partner can override restriction 2.
//8:Item can't be sold to npcs
//16:Item can't be placed in the cart
//32:Item can't be placed in the storage
//64:Item can't be placed in the guild storage
//128:Item can't be attached to mail
//256:Item can't be auctioned
//Example:
//1161,67,50 //Balmung: No drop, No trade, No Guild Store (1+2+64 =67),
//only GMs of GM-level 50 and up can override the setting.
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  36
  • Topics Per Day:  0.01
  • Content Count:  102
  • Reputation:   0
  • Joined:  04/20/12
  • Last Seen:  

because I want to create lockout item because not only want to block all what do I create it.

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  36
  • Topics Per Day:  0.01
  • Content Count:  102
  • Reputation:   0
  • Joined:  04/20/12
  • Last Seen:  

Thank you, as I can from a positive point for you?

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...