Bulk Mail

Bulk Mail

191k Downloads

Fix for 9.x

spiralofhope opened this issue ยท 2 comments

commented

https://www.wowace.com/projects/bulkmail?comment=176

I managed to make it work, I'm not an addon developer, this is what I did:

  1. Copied all Libs that are missing in /Libs folder inside the addon's folder.
list of required Libs
<br />
  <Include file="Libs\CallbackHandler-1.0\CallbackHandler-1.0.xml">
  <Include file="Libs\AceAddon-3.0\AceAddon-3.0.xml">
  <Include file="Libs\AceDB-3.0\AceDB-3.0.xml">
  <Include file="Libs\AceConsole-3.0\AceConsole-3.0.xml">
  <Include file="Libs\AceEvent-3.0\AceEvent-3.0.xml">
  <Include file="Libs\AceTimer-3.0\AceTimer-3.0.xml">
  <Include file="Libs\AceLocale-3.0\AceLocale-3.0.xml">	
  <Include file="Libs\AceGUI-3.0\AceGUI-3.0.xml">
  <Include file="Libs\AceConfig-3.0\AceConfig-3.0.xml">
  <Include file="Libs\AceHook-3.0\AceHook-3.0.xml">

  <Script file="Libs\LibDataBroker-1.1\LibDataBroker-1.1.lua">
  <Include file="Libs\LibGratuity-3.0\lib.xml">
  <Include file="Libs\LibAbacus-3.0\lib.xml">
  <Include file="Libs\LibQTip-1.0\lib.xml">
  <Include file="Libs\LibDropdown-1.0\LibDropdown-1.0\lib.xml">

  <Script file="Libs\LibPeriodicTable-3.1\LibPeriodicTable-3.1.lua">
  <Script file="Libs\LibPeriodicTable-3.1-Consumable\LibPeriodicTable-3.1-Consumable.lua">
  <Script file="Libs\LibPeriodicTable-3.1-Misc\LibPeriodicTable-3.1-Misc.lua">
  <Script file="Libs\LibPeriodicTable-3.1-Reputation\LibPeriodicTable-3.1-Reputation.lua">
  <Script file="Libs\LibPeriodicTable-3.1-Tradeskill\LibPeriodicTable-3.1-Tradeskill.lua">
  <Script file="Libs\LibPeriodicTable-3.1-TradeskillResultMats\LibPeriodicTable-3.1-TradeskillResultMats.lua">

You can copy from other addons or google to download them.

  1. And then I commented the line 505 from BulkMail.lua, because this is converting some old format but fail if this does not exists.
commented

I have not attempted this fix.

commented

The libraries should be added by the packaging process automatically. I'll take a look when I have time (in the process of moving, so might be a while).