What's new
  • Visit Rebornbuddy
  • Visit Resources
  • Visit API Documentation
  • Visit Downloads
  • Visit Portal
  • Visit Panda Profiles
  • Visit LLamamMagic

IsTradeable property for items?

xcursedx

Community Developer
Joined
Sep 18, 2015
Messages
28
Reaction score
0
I couldn't seem to find any way to determine if an item in your inventory is tradeable in it's properties. Am I missing it? I searched in API documentation as well. I want to filter out bound items from my inventory list. Thanks!
 
Hi. You mean ability to sell item? Or ability trade item with another player?

Anyway try to check Item.db.sellable
 
Ok, Thanks! I basically wanted to see if an item was bound to determine whether or not it could be sold on auction house. Item.Db.sellable sounds like what I want though. Thanks!
 
item.db.sellable doesn't actually do what I need apparently. It appears that some bound items are actually sellable.
 
Back
Top