| Updated: | 09-04-07 12:48 AM |
| Created: | unknown |
| Downloads: | 6,431 |
| Favorites: | 79 |
| MD5: |

![]() |
Comment Options |
|
|
|
|
|
|
|
||
|
A Kobold Labourer
Forum posts: 1
File comments: 1
Uploads: 0
|
Last edited by DJZod : 07-20-08 at 11:52 AM.
|
|
|
|
|
|
|
|
A Defias Bandit
Forum posts: 2
File comments: 7
Uploads: 0
|
Is craftlist 2 going to be updated?
Just noticed that with the latest patch it seems to be completely broken and isn't loading at all. The error seems to be in Abacus 2.0, line 21. |
|
|
|
|
|
|
A Kobold Labourer
Forum posts: 0
File comments: 1
Uploads: 0
|
Pour faire fonctionner CraftList2 avec la dernière version de WIM
Chercher dans CraftList2.lua: Code:
if IsAddOnLoaded("WIM") then
self:Hook("WIM_ChatFrame_MessageEventHandler",function(event, internalEvent)
if arg1 and arg1~="" then
if (string.sub(arg1,1,string.len(prefix_ench))==prefix_ench and not self.db.realm.showrequests and self.db.realm.trigger_ench and event=="CHAT_MSG_WHISPER") then return end
if (string.sub(arg1,1,string.len(prefix_gem))==prefix_gem and not self.db.realm.showrequests and self.db.realm.trigger_gem and event=="CHAT_MSG_WHISPER") then return end
if (string.sub(arg1,1,string.len(prefix_other))==prefix_other and not self.db.realm.showrequests and self.db.realm.trigger_other and event=="CHAT_MSG_WHISPER") then return end
if (string.sub(arg1,1,string.len(prefix_answers))==prefix_answers and not self.db.realm.showanswers and event=="CHAT_MSG_WHISPER_INFORM") then return end
end
return self.hooks["WIM_ChatFrame_MessageEventHandler"](event, internalEvent)
end,
true)
end
Code:
if IsAddOnLoaded("WIM") then
self:Hook("WIM_MessageEventHandler",function(event, internalEvent)
if arg1 and arg1~="" then
if (string.sub(arg1,1,string.len(prefix_ench))==prefix_ench and not self.db.realm.showrequests and self.db.realm.trigger_ench and event=="CHAT_MSG_WHISPER") then return end
if (string.sub(arg1,1,string.len(prefix_gem))==prefix_gem and not self.db.realm.showrequests and self.db.realm.trigger_gem and event=="CHAT_MSG_WHISPER") then return end
if (string.sub(arg1,1,string.len(prefix_other))==prefix_other and not self.db.realm.showrequests and self.db.realm.trigger_other and event=="CHAT_MSG_WHISPER") then return end
if (string.sub(arg1,1,string.len(prefix_answers))==prefix_answers and not self.db.realm.showanswers and event=="CHAT_MSG_WHISPER_INFORM") then return end
end
return self.hooks["WIM_MessageEventHandler"](event, internalEvent)
end,
true)
end
|
|
|
|
|
||
|
||
|
|
|
|
|
|
i'm getting the following error, is this a problem with clist or WIM? as they both worked fine before, this has only started to happen recently
Code:
Error: AceHook-2.1: Attempt to hook a non-existant function "WIM_ChatFrame_MessageEventHandler" AddOn: CraftList2 File: CraftList2.lua Line: 1059 Count: 1
Last edited by Noxious : 04-28-08 at 12:55 PM.
|
|
|
|
|
|
||
|
A Murloc Raider
Forum posts: 5
File comments: 40
Uploads: 1
|
I wonder if they you and/or your customers have an antiSpam mod that is whispering back to you, triggering CL2 again, which you cant see. |
|
|
|
|
|
|
|
When customers whisper me with the command !enchant, they get spammed many times with the same results over and over again until they eventually put me on ignore. Does anyone else get this bug?
|
|
|
|
|
|
|
|
A Chromatic Dragonspawn
Forum posts: 155
File comments: 70
Uploads: 0
|
I love this addon. I have a feature request, though.
Many people don't understand how to use this addon, despite me telling them. Might be nice to be able to use CL2 to link stuff to other people....example... Mycustomer: Can you link me mats for agi to gloves? Me: sure Me: /el Mycustomer agility gloves /el could stand for enchantlink Would make it a lot easier for the people who refuse to read the "whisper me !enchant for mats" portion of my trade spam ![]() |
|
|
|
|
|
|
A Kobold Labourer
Forum posts: 0
File comments: 1
Uploads: 0
|
Can you make an option to allow specific items for sale? For example if I have a [Primal Life] and want to sell it for a specific amount. !mats for show you what I have for mats.
Maybe a window where it would show you what items you have on you and in your bank, and you could put specif prices next to the items. I sell a lot of items and this would make my life soooo much easier. Plus I would not have to use the AH and could save TONS on deposits and fees! Thanks for your time and concideration. |
|
|
|
|
||
Code:
Date: 2007-10-05 19:09:48
ID: 51
Error occured in: Global
Count: 1
Message: ..\AddOns\CraftList2\CraftList2.lua line 514:
attempt to concatenate a nil value
Debug:
...ArkInventory\Libs\Ace2\AceEvent-2.0\AceEvent-2.0.lua:304: TriggerEvent()
...ArkInventory\Libs\Ace2\AceEvent-2.0\AceEvent-2.0.lua:962:
...ArkInventory\Libs\Ace2\AceEvent-2.0\AceEvent-2.0.lua:955
Code:
Date: 2007-10-05 19:25:27
ID: 51
Error occured in: Global
Count: 1
Message: ..\AddOns\CraftList2\CraftList2.lua line 514:
attempt to concatenate a nil value
Debug:
...AddOns\Bartender3\libs\AceEvent-2.0\AceEvent-2.0.lua:304: TriggerEvent()
...AddOns\Bartender3\libs\AceEvent-2.0\AceEvent-2.0.lua:962:
...AddOns\Bartender3\libs\AceEvent-2.0\AceEvent-2.0.lua:955
Last edited by Kudane : 10-05-07 at 08:26 PM.
|
||
|
|
|
|
|
|
What's the exact error ? there should not be any 2.2 incompatibilities
|
|
|
|
|
|
|
|
I now get errors when someone sends me !craft xxxxx
any idea if this is 2.2 compatible? |
|
|
|
![]() |