Jump to content
  • 0

Unidentified Items > Zeny


Question

Posted (edited)
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

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

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.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...