Description
Warn before buying expensive items from a vendor.
Having Issues or have a Suggestion?
- Please don't use the comments to post trouble tickets or suggestions. Instead post a ticket on CurseForge. Thanks.
- Any comments containing bug reports or feature requests will be deleted on sight and any comments asking where or why (referring to said comments) will also be deleted on sight.
Slash Commands
End User Stuff
- /bigspender <number> (was bugged, now fixed: v200901201546)
- This cost in copper and above will make the warning come up (100 = 1 silver 10000 = 1 gold). 0 will make BigSpender warn for every item. BigSpender will take decimal and negative numbers, but that's just silly since negative numbers are effectively the same as 0 and decimal numbers are effectively the same as the number rounded up (10.9 ~ 11, 50.3 ~ 51, etc.). The default is 100000 copper or 10 gold.
- /bigspender <number>[gsc] <number>[gsc] <number>[gsc] ... (new in v200811051701)
- Use multipliers per denomination. "<number>g" will multiply <number> by 10000. "<number>s" will multiply <number> by 100. "<number>c" will multiply <number> by 1. You can use any number of such arguments in any order and any quantity.
- 1g 2s 1c = 10201
- 2s 1g 1c = 10201
- 1g 1g = 20000
- 1.5g = 15000
Debugging
- /bigspender
- Turns debugging on/off.
Optional Dependency
- EGLoader
- Makes BigSpender load on demand (when MERCHANT_SHOW fires).
Donate
Facts
- Date created
- 13 Oct 2008
- Category
- Last update
- 27 Oct 2009
- Development stage
- Release
- License
- Written or Edited by Eric Gingell
- Curse link
- BigSpender
- Recent files
- R: v200910270251 for 3.2.0 on 27 Oct 2009
- R: v200901222143 for 3.0.8 on 23 Jan 2009
- R: v200901201546 for 3.0.8 on 20 Jan 2009
- R: v200811051701 for 3.0.8 on 20 Jan 2009
- R: v200810190715 for 3.0.8 on 19 Oct 2008
Authors
Relationships
- Required dependency
- EGLoader