View Single Post
12-10-16, 06:26 PM   #5
gmarco
An Onyxian Warder
 
gmarco's Avatar
AddOn Author - Click to view addons
Join Date: Dec 2009
Posts: 362
Thanks for your addon.

It is exactly what I was looking for

The only changes I did is:

Lua Code:
  1. -- PRICE BY VENDOR, where formula is vendor price * number
  2.     local POOR_MULTIPLIER = 200
  3.     local COMMON_MULTIPLIER = 320
  4.     local UNCOMMMON_MULTIPLIER = 450
  5.     local RARE_MULTIPLIER = 600
  6.     local EPIC_MULTIPLIER = 700

to be a little more greedy

Thanks again.
__________________
This is Unix-Land. In quiet nights, you can hear the Windows machines reboot.
  Reply With Quote