303 - Missing vendor mats in TradeSkillMaster_Crafting.lua
Some vendor materials are missing or have wrong prices, ex. Preserved Ogre Eye.
Patch for the ones i found missing:
-local vendorMats = {[2324]=0.0025, [2325]=0.1, [6260]=0.005, [2320]=0.001, [38426]=3, [2321]=0.001, [4340]=0.035, [2605]=0.001, - [8343]=0.2, [6261]=0.01, [10290]=0.25, [4342]=0.25, [2604]=0.005, [14341]=0.5, [4291]=0.05, [4341]=0.05, [38682] = 0.1, - [39354]=0.0015, [10648]=0.01, [39501]=0.12, [39502]=0.5, [3371]=0.01, [3466]=0.2, [2880]=0.01, [44835]=0.001, [62786]=0.1, - [62788]=0.1, [58274]=1.1, [17194]=0.001, [17196]=0.005, [44853]=0.0025, [2678]=0.001, [62787]=0.1, [30817]=0.0025, - [34412]=0.1, [58278]=1.6, [35949]=0.85, [17020]=0.1, [10647]=0.2, [39684]=0.9, [4400]=0.2, [4470]=0.0038, [11291]=0.45, - [40533]=5, [4399]=0.02, [52188]=1.5, [4289]=0.005, [67348]=34.5804} +local vendorMats = {[2320]=0.001, [2321]=0.001, [2324]=0.0025, [2325]=0.1, [2604]=0.005, [2605]=0.001, [2678]=0.001, + [2880]=0.01, [3371]=0.01, [3466]=0.2, [4289]=0.005, [4291]=0.05, [4340]=0.035, [4341]=0.05, [4342]=0.25, [4399]=0.02, + [4400]=0.2, [4470]=0.0038, [6260]=0.005, [6261]=0.01, [8343]=0.2, [10290]=0.25, [10647]=0.2, [10648]=0.01, [11291]=0.45, + [14341]=0.5, [17020]=0.1, [17194]=0.001, [17196]=0.005, [30817]=0.0025, [34412]=0.1, [35949]=0.85, [38426]=3, [38682]=0.1, + [39354]=0.0015, [39501]=0.12, [39502]=0.5, [39684]=0.9, [40533]=5, [44835]=0.001, [44853]=0.0025, [52188]=1.5, [58274]=1.1, + [58278]=1.6, [62323]=6, [62786]=0.1, [62787]=0.1, [62788]=0.1, [67319]=32.8990, [67335]=44.5561, [67348]=39.4755, [68047]=17.0437}
- 1 comment
- 1 comment
Facts
- Last updated
- Feb 19, 2012
- Reported
- Jan 13, 2012
- Status
- Fixed - Developer made requested changes. QA should verify.
- Type
- Defect - A shortcoming, fault, or imperfection
- Priority
- Medium - Normal priority.
- Votes
- 0
- Reply
- #1
DjRicko Jan 13, 2012 at 00:23 UTC - 0 likesAnother solution instead of it having hardcoded into the file like that is to pull the data from auctioneer suite if that is installed, as the have vendor data which auto updates if you visit a vendor where it doesn´t already know items being sold. Also if it should be really complete, the database of vendor items, should contain also contain the faction of these npcs, so reputation discount can be factored in, as that's 20% lower price, which makes a difference in profit for the more expensive items which cost up near 50g, maybe even more for some items.