Jump to content
  • 0

Unidentified Items > Zeny


alkhaleej

Question


  • Group:  Members
  • Topic Count:  18
  • Topics Per Day:  0.00
  • Content Count:  58
  • Reputation:   5
  • Joined:  09/21/12
  • Last Seen:  

Can anyone help me on how to add something to this to:
 
  • Sell my unidentified items depending on their standard selling price to NPC
  • If user have Overcharge skill, they can obtain the additional increase of price as well
 
getinventorylist;
                 for(set .@i,0; .@i < @inventorylist_count; set .@i,.@i+1){
                        if(@inventorylist_identify[.@i] == 0){

                 close;
                 }
          }
}
 
something like
 
  • getiteminfo(<item ID>,<type>)

 

where type is 1 right? but i can't make it work.

 



topic should have been Unidentified items > Zeny. I am sorry for that

Edited by Patskie
Change topic name to make it accurate
Link to comment
Share on other sites

2 answers to this question

Recommended Posts

  • 1

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

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  18
  • Topics Per Day:  0.00
  • Content Count:  58
  • Reputation:   5
  • Joined:  09/21/12
  • Last Seen:  

Thank you sir.

 

Sir, I pm'd you for a paid service

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