| Updated: | 10-15-10 06:01 PM |
| Created: | 10-15-10 04:24 PM |
| Downloads: | 1,743 |
| Favorites: | 19 |
| MD5: |
File Name |
Version |
Size |
Author |
Date |
r293 |
282kB |
Shamino |
10-15-10 04:24 PM |
![]() |
Comment Options |
|
|
||
|
A Deviate Faerie Dragon
Forum posts: 10
File comments: 5
Uploads: 0
|
Re: Official author changes
|
|
|
|
|
|
|
|
Official author changes
Hello. I just officially took over BulkMail2 (with permission from the original author) and will be updating it going forward. New version is up on curse. Not sure if I'll post it on wow interface as well though.
|
|
|
|
|
|
||
|
Re: Re: Need some help
BulkMail2 BulkMail2Inbox Might be worth duplicating some of the info to the download page (or providing links to it) ![]() |
||
|
|
|
|
||
|
A Kobold Labourer
Forum posts: 0
File comments: 5
Uploads: 0
|
Re: Re: Error
BUT Today CurseClient download ther296 from http://www.wowace.com/addons/bulk-mail2/ and i don't have any error at the moment. I don't know if is you that update it, or if is someone else. Thanks anyway
Last edited by seaquake : 11-14-10 at 06:20 AM.
|
|
|
|
|
|
||
|
Re: Error
what were you doing when you received this error? |
||
|
|
|
|
|
|
A Kobold Labourer
Forum posts: 0
File comments: 5
Uploads: 0
|
Error
4x BulkMail2-3.0.3\BulkMail.lua:473: AceHook-2.1: "ContainerFrameItemButton_OnModifiedClick" already has an active hook from this source.
<in C code>: in function `TurnOrActionStop' <string>:"TURNORACTION":4: in function <[string "TURNORACTION"]:1> --- |
|
|
|
|
||
|
Re: Need some help
|
||
|
|
|
|
|
|
I've just started using BulkMail2 and feel fairly lost. Any chance for a short tutorial / guide to using it on the download page?
Last edited by Eisa : 11-08-10 at 10:02 AM.
|
|
|
|
|
|
|
|
A Kobold Labourer
Forum posts: 0
File comments: 4
Uploads: 0
|
Thank you!
Thank you for taking over and maintaining this addon! It's one of the addons I consider necessary to playing the game, I honestly don't know how anyone with more than one crafting character can play without it!
|
|
|
|
|
||
Code:
BulkMail:Print(canddest) |
||
|
|
|
|
|
|
A Kobold Labourer
Forum posts: 0
File comments: 4
Uploads: 0
|
Any ideas why this doesn't stop it from sending mail to the sender?
Code:
local itype, isubtype = select(6, GetItemInfo(itemID))
for dest, rules in pairs(rulesCache) do
local canddest
if dest ~= UnitName("player") and (rules[itemID] or rules[itype] and rules[itype][isubtype]) then canddest = dest end
if dest == UnitName("player") then canddest = nil end -- added by me
if canddest then
local xrules = autoSendRules[canddest].exclude
for _, xID in ipairs(xrules.items) do if itemID == xID then canddest = nil end end
for _, xset in ipairs(xrules.pt31Sets) do
if pt:ItemInSet(itemID, xset) == true then canddest = nil end
end
end
rdest = canddest or rdest
end
return rdest
end
|
|
|
|
|
||
|
||
|
|
|
|
|
|
A Kobold Labourer
Forum posts: 0
File comments: 5
Uploads: 0
|
i have this error:
1x BulkMail2-3.0.3\BulkMail.lua:473: AceHook-2.1: "ContainerFrameItemButton_OnModifiedClick" already has an active hook from this source. <in C code>: in function `TurnOrActionStop' <string>:"TURNORACTION":4: in function <[string "TURNORACTION"]:1> --- |
|
|
|
|
||
|
Re: Re: Re: Re: Minimap Button
I'm one happy player. Thanks!! ![]() |
||
|
|
![]() |