What's new
  • Visit Rebornbuddy
  • Visit Panda Profiles
  • Visit LLamamMagic
  • Visit Resources
  • Visit Downloads
  • Visit Portal
RebornBuddy Forums

Register a free account today to become a member! Once signed in, you'll be able to participate on this site by adding your own topics and posts, as well as connect with other members through your own private inbox!

How to vendor exact item name/id?

s3rv0

New Member
Joined
Oct 2, 2015
Messages
60
Hey,

is there a way to vendor stuff not by quality, but by name or ID??
 
Code:
<Vendor ForceSellItemIds="78317, 78307, 78310, 78309, 22065, 22065, 78297, 78295, 78301, 78300, 36227, 78093, 78089, 36229, 78094, 36225, 78090, 36228, 15633, 78306, 81210, 78314, 81214, 78312, 36226, 81202">

Might only be in beta, idk, it's a new attribute.
 
Can we vendor specific items yet?

HTML:
<Vendor ForceSellItemIds="12345, 23456, 34567" >
  <MaxQuality>Inferior</MaxQuality>
  <VendorNPCs>
    <VendorNPC CreatureId="" CreatureName="" MapId="" X="" Y="" Z="" />
  </VendorNPCs>
</Vendor>
 
You'll have to have the item in your inventory (or know some Lua to pull it from the vendor). There is a hotkey (Alt + Shift + I) to dump your inventory to the log file. It is printed under the "debug" level, so it won't show in the UI, but will be in your actual .log file. It includes all sorts of information about each item you have equipped, and contained in your bags.
 
Back
Top