[2008/06/17 02:07:28-268-x1]: GuildCraft-76121-Curse-Distro\DBO.lua:161: attempt to compare number with nil
GuildCraft-76121-Curse-Distro\OutOfGuild-Comms.lua:94: in function `?'
GuildCraft-76121-Curse-Distro\OutOfGuild-Comms.lua:38: in function <Interface\AddOns\GuildCraft\OutOfGuild-Comms.lua:35>
GuildCraft-76121-Curse-Distro\OutOfGuild-Comms.lua:44: in function `?'
CallbackHandler-1.0\CallbackHandler-1.0.lua:146: in function <...edia-3.0\CallbackHandler-1.0\CallbackHandler-1.0.lua:146>
<string>:"safecall Dispatcher[4]":4: in function <[string "safecall Dispatcher[4]"]:4>
<in C code>: ?
<string>:"safecall Dispatcher[4]":13: in function `?'
CallbackHandler-1.0\CallbackHandler-1.0.lua:91: in function `Fire'
AceComm-3.0\AceComm-3.0.lua:246: in function <Interface\AddOns\Ace3\AceComm-3.0\AceComm-3.0.lua:235>
---
when trying to send or request data from non-guildet char
The too many timers thing I think I see why, it's not killing the timers it's supposed to when it hides the button, you can probably fix it by changing the line :
self:ScheduleRepeatingTimer(self.FM_CheckForFeeding, 15)
to
self:ScheduleRepeatingTimer(FMEventFeedPet, 15)
Note:Dry coded, no idea if that will actually work, I'll get around to a real fix when I can, I'm currently out of town at the moment and have limited access to actual dev tools.
As to the other, no idea why that's happenening, are you in enUS?
Tried modifying my file and got this
[2008/06/17 00:25:38-266-x1]: FeedMachine\FrameLib-3.0.lua:262: Usage: <unnamed>:SetPoint("point" [, region or nil] [, "relativePoint"] [, offsetX, offsetY])
FeedMachine\FrameLib-3.0.lua:262: in function `SetPoint'
FeedMachine\FrameLib-3.0.lua:205: in function `CreateTexture'
FeedMachine-0.1\FeedMachine.lua:458: in function `FM_UpdateFeedPetButtons'
FeedMachine-0.1\FeedMachine.lua:540: in function `HideFeedPetButton'
FeedMachine-0.1\FeedMachine.lua:376: in function `?'
CallbackHandler-1.0\CallbackHandler-1.0.lua:146: in function <...edia-3.0\CallbackHandler-1.0\CallbackHandler-1.0.lua:146>
<string>:"safecall Dispatcher[1]":4: in function <[string "safecall Dispatcher[1]"]:4>
<in C code>: ?
<string>:"safecall Dispatcher[1]":13: in function `?'
CallbackHandler-1.0\CallbackHandler-1.0.lua:91: in function `Fire'
AceEvent-3.0\AceEvent-3.0.lua:70: in function <Interface\AddOns\Ace3\AceEvent-3.0\AceEvent-3.0.lua:69>
and this
[2008/06/17 00:25:41-266-x47]: FeedMachine\FrameLib-3.0.lua:262: Usage: <unnamed>:SetPoint("point" [, region or nil] [, "relativePoint"] [, offsetX, offsetY])
FeedMachine\FrameLib-3.0.lua:262: in function `SetPoint'
FeedMachine\FrameLib-3.0.lua:205: in function `CreateTexture'
FeedMachine-0.1\FeedMachine.lua:458: in function `FM_UpdateFeedPetButtons'
FeedMachine-0.1\FeedMachine.lua:540: in function `HideFeedPetButton'
FeedMachine-0.1\FeedMachine.lua:409: in function `?'
CallbackHandler-1.0\CallbackHandler-1.0.lua:146: in function <...edia-3.0\CallbackHandler-1.0\CallbackHandler-1.0.lua:146>
<string>:"safecall Dispatcher[2]":4: in function <[string "safecall Dispatcher[2]"]:4>
<in C code>: ?
<string>:"safecall Dispatcher[2]":13: in function `?'
CallbackHandler-1.0\CallbackHandler-1.0.lua:91: in function `Fire'
AceEvent-3.0\AceEvent-3.0.lua:70: in function <Interface\AddOns\Ace3\AceEvent-3.0\AceEvent-3.0.lua:69>
first when trying to enter the config screen
[2008/06/05 22:41:24-189-x1]: FeedMachine\FrameLib-3.0.lua:262: Usage: FMFoodButton1Icon:SetPoint("point" [, region or nil] [, "relativePoint"] [, offsetX, offsetY])
FeedMachine\FrameLib-3.0.lua:262: in function `SetPoint'
FeedMachine\FrameLib-3.0.lua:205: in function `CreateTexture'
FeedMachine-0.1\FeedMachineUIFoods.lua:112: in function `FMUI_CreateFoodLists'
FeedMachine-0.1\FeedMachineUI.lua:25: in function `FMUI_Show'
FeedMachine-0.1\FeedMachine.lua:52: in function <Interface\AddOns\FeedMachine\FeedMachine.lua:52>
(tail call): ?:
<in C code>: ?
<string>:"safecall Dispatcher[1]":9: in function <[string "safecall Dispatcher[1]"]:5>
(tail call): ?:
AceConfigDialog-3.0\AceConfigDialog-3.0.lua:705: in function <...nfig-3.0\AceConfigDialog-3.0\AceConfigDialog-3.0.lua:526>
(tail call): ?:
<in C code>: ?
<string>:"safecall Dispatcher[2]":9: in function <[string "safecall Dispatcher[2]"]:5>
(tail call): ?:
AceGUI-3.0\AceGUI-3.0.lua:257: in function `Fire'
Ace3\AceGUI-3.0\widgets\AceGUIWidget-Button.lua:20: in function <...dOns\Ace3\AceGUI-3.0\widgets\AceGUIWidget-Button.lua:19>
---
and second when pet needs feeding this appeared
[2008/06/05 22:45:16-189-x3]: FeedMachine\FrameLib-3.0.lua:262: Usage: <unnamed>:SetPoint("point" [, region or nil] [, "relativePoint"] [, offsetX, offsetY])
FeedMachine\FrameLib-3.0.lua:262: in function `SetPoint'
FeedMachine\FrameLib-3.0.lua:205: in function `CreateTexture'
FeedMachine-0.1\FeedMachine.lua:458: in function `FM_UpdateFeedPetButtons'
FeedMachine-0.1\FeedMachine.lua:540: in function `HideFeedPetButton'
FeedMachine-0.1\FeedMachine.lua:409: in function `?'
CallbackHandler-1.0\CallbackHandler-1.0.lua:146: in function <...edia-3.0\CallbackHandler-1.0\CallbackHandler-1.0.lua:146>
<string>:"safecall Dispatcher[2]":4: in function <[string "safecall Dispatcher[2]"]:4>
<in C code>: ?
<string>:"safecall Dispatcher[2]":13: in function `?'
CallbackHandler-1.0\CallbackHandler-1.0.lua:91: in function `Fire'
AceEvent-3.0\AceEvent-3.0.lua:70: in function <Interface\AddOns\Ace3\AceEvent-3.0\AceEvent-3.0.lua:69>
If im not mistaking you will be able to do this in Grid by manually adding it to the Aura section as a buff called : Prayer of Mending (just as eg. power word: shield or similar), about how many charges i dont know.
Confirmed this works - however in an multiple healing priest enviroment it cant tell which one is yours. So would it be possible to add Prayer of Mending tracking?
As for the DBM messages, can't help you there since there's no way for me to test it. Do note that you're not suppose to see your own outgoing message.
If you really need that feature, enable "Disable block to chat" in Cellular and setup a hidden chat window to show whispers. Cellular already has a hidden window to do this, but I guess it's not working for you.
cool thx - hmm seems something broke in regards to craftlist2 since now i see all request even though i disabled it in craftlist2 - maybe i need to talk to the craftlist2 guys about it?
Super addon - however i think ive spotted a bug in regards to recipees
i have [Design: Ruby Serpent] stored in my guild vault, and my JC know this design however the tooltip states that my JC can learn this - I think maybe its due to the fact that the item created from this recipe is called "Figurine - Ruby Serpent"
hopes this makes any sence
also a request to exclude certain guilds from the total.
in my case i have a guild on my toon with its own guild bank and all items in that bank are mine, my main however is part of another guild with its own guild bank and all items in there are, so to speak, off limit, and therfor would be nice to not show these items in my tooltip.
If I understand this correctly, you want to filter the outgoing but not incoming message for DBM status. Test out the new update.
Hmm well no or hmm maybe im confused ;)
Anyway its seems Cellular is filtering the outgoing mesage, as in ppl who whisper me while im in a boss fight dont get that fance Deadly Boss Mod message telling them all that stuff i posted, and i would like it too do that - it works fine when i whisper ppl in regards to getting their DBM to tell me all that stuff
I'm 98% sure that error is not caused by Cellular. Also, be specific about the DBM message (incoming/outgoing/etc) and whether you want to show it or block it.
Crap - hehe wonder what it is then. (could it be Prat?)
In regards to DBM it seems that the plz dont bug me im in combat message sent to ppl 'bugging' me while fighting a boss dont show
Usually when i whisper er person in a boss fight i get <Deadly Boss Mods> PlayerName is busy. (Fighting against The Lurker Below - 97% - 25/25 people alive) You will be informed after the fight. Whisper "status" to query the raid's status.
but outgoing messages like this gets filtered i think by cellular. Would you consider adding support for this?
A request regarding mages dampen magic and amplify magic
Not sure ill ever use it it, but better to ask for it now and not use it than wanting to use it and not be able to
Anyway it seems i can only select either dampen og amplify magic for buffing on the raid, however there might (again not sure where) be a situation where some ppl in the raid 'needs' amplify and some 'needs' dampen. At the current setup its no possible.
Could you make it so its possible to activate both and select who gets what?
Im pretty sure this is some conflict with another addon - however i have no clue whixh one it is
anyway im getting this error when logging in (on my GF's comp the problem isnt there, guess i have more addons than she;))
[2008/04/15 12:11:00-2071-x1]: ZOMGBuffs-69803\ZOMGBuffs.lua:1286: attempt to index global 'self' (a nil value)
any idea whats up?
ps using the latest ZOMGBuffs from WAU (69844)
oh yeah the tooltip of the button reads "Not refreshing because you have recently zoned, please wait a few seconds" and stay like that for a very long time
After extensive searching i have found it to be Pitbull conflicting - more specific the RaidTargetIcon part of pitbull - if I disable that i dont get the error - please fix :)
Im pretty sure this is some conflict with another addon - however i have no clue whixh one it is
anyway im getting this error when logging in (on my GF's comp the problem isnt there, guess i have more addons than she;))
[2008/04/15 12:11:00-2071-x1]: ZOMGBuffs-69803\ZOMGBuffs.lua:1286: attempt to index global 'self' (a nil value)
any idea whats up?
ps using the latest ZOMGBuffs from WAU (69844)
oh yeah the tooltip of the button reads "Not refreshing because you have recently zoned, please wait a few seconds" and stay like that for a very long time
0
0
[2008/06/17 02:07:28-268-x1]: GuildCraft-76121-Curse-Distro\DBO.lua:161: attempt to compare number with nil
GuildCraft-76121-Curse-Distro\OutOfGuild-Comms.lua:94: in function `?'
GuildCraft-76121-Curse-Distro\OutOfGuild-Comms.lua:38: in function <Interface\AddOns\GuildCraft\OutOfGuild-Comms.lua:35>
GuildCraft-76121-Curse-Distro\OutOfGuild-Comms.lua:44: in function `?'
CallbackHandler-1.0\CallbackHandler-1.0.lua:146: in function <...edia-3.0\CallbackHandler-1.0\CallbackHandler-1.0.lua:146>
<string>:"safecall Dispatcher[4]":4: in function <[string "safecall Dispatcher[4]"]:4>
<in C code>: ?
<string>:"safecall Dispatcher[4]":13: in function `?'
CallbackHandler-1.0\CallbackHandler-1.0.lua:91: in function `Fire'
AceComm-3.0\AceComm-3.0.lua:246: in function <Interface\AddOns\Ace3\AceComm-3.0\AceComm-3.0.lua:235>
---
when trying to send or request data from non-guildet char
using 76121
0
Tried modifying my file and got this
[2008/06/17 00:25:38-266-x1]: FeedMachine\FrameLib-3.0.lua:262: Usage: <unnamed>:SetPoint("point" [, region or nil] [, "relativePoint"] [, offsetX, offsetY])
FeedMachine\FrameLib-3.0.lua:262: in function `SetPoint'
FeedMachine\FrameLib-3.0.lua:205: in function `CreateTexture'
FeedMachine-0.1\FeedMachine.lua:458: in function `FM_UpdateFeedPetButtons'
FeedMachine-0.1\FeedMachine.lua:540: in function `HideFeedPetButton'
FeedMachine-0.1\FeedMachine.lua:376: in function `?'
CallbackHandler-1.0\CallbackHandler-1.0.lua:146: in function <...edia-3.0\CallbackHandler-1.0\CallbackHandler-1.0.lua:146>
<string>:"safecall Dispatcher[1]":4: in function <[string "safecall Dispatcher[1]"]:4>
<in C code>: ?
<string>:"safecall Dispatcher[1]":13: in function `?'
CallbackHandler-1.0\CallbackHandler-1.0.lua:91: in function `Fire'
AceEvent-3.0\AceEvent-3.0.lua:70: in function <Interface\AddOns\Ace3\AceEvent-3.0\AceEvent-3.0.lua:69>
and this
[2008/06/17 00:25:41-266-x47]: FeedMachine\FrameLib-3.0.lua:262: Usage: <unnamed>:SetPoint("point" [, region or nil] [, "relativePoint"] [, offsetX, offsetY])
FeedMachine\FrameLib-3.0.lua:262: in function `SetPoint'
FeedMachine\FrameLib-3.0.lua:205: in function `CreateTexture'
FeedMachine-0.1\FeedMachine.lua:458: in function `FM_UpdateFeedPetButtons'
FeedMachine-0.1\FeedMachine.lua:540: in function `HideFeedPetButton'
FeedMachine-0.1\FeedMachine.lua:409: in function `?'
CallbackHandler-1.0\CallbackHandler-1.0.lua:146: in function <...edia-3.0\CallbackHandler-1.0\CallbackHandler-1.0.lua:146>
<string>:"safecall Dispatcher[2]":4: in function <[string "safecall Dispatcher[2]"]:4>
<in C code>: ?
<string>:"safecall Dispatcher[2]":13: in function `?'
CallbackHandler-1.0\CallbackHandler-1.0.lua:91: in function `Fire'
AceEvent-3.0\AceEvent-3.0.lua:70: in function <Interface\AddOns\Ace3\AceEvent-3.0\AceEvent-3.0.lua:69>
and i play on EU server - english client
0
first when trying to enter the config screen
[2008/06/05 22:41:24-189-x1]: FeedMachine\FrameLib-3.0.lua:262: Usage: FMFoodButton1Icon:SetPoint("point" [, region or nil] [, "relativePoint"] [, offsetX, offsetY])
FeedMachine\FrameLib-3.0.lua:262: in function `SetPoint'
FeedMachine\FrameLib-3.0.lua:205: in function `CreateTexture'
FeedMachine-0.1\FeedMachineUIFoods.lua:112: in function `FMUI_CreateFoodLists'
FeedMachine-0.1\FeedMachineUI.lua:25: in function `FMUI_Show'
FeedMachine-0.1\FeedMachine.lua:52: in function <Interface\AddOns\FeedMachine\FeedMachine.lua:52>
(tail call): ?:
<in C code>: ?
<string>:"safecall Dispatcher[1]":9: in function <[string "safecall Dispatcher[1]"]:5>
(tail call): ?:
AceConfigDialog-3.0\AceConfigDialog-3.0.lua:705: in function <...nfig-3.0\AceConfigDialog-3.0\AceConfigDialog-3.0.lua:526>
(tail call): ?:
<in C code>: ?
<string>:"safecall Dispatcher[2]":9: in function <[string "safecall Dispatcher[2]"]:5>
(tail call): ?:
AceGUI-3.0\AceGUI-3.0.lua:257: in function `Fire'
Ace3\AceGUI-3.0\widgets\AceGUIWidget-Button.lua:20: in function <...dOns\Ace3\AceGUI-3.0\widgets\AceGUIWidget-Button.lua:19>
---
and second when pet needs feeding this appeared
[2008/06/05 22:45:16-189-x3]: FeedMachine\FrameLib-3.0.lua:262: Usage: <unnamed>:SetPoint("point" [, region or nil] [, "relativePoint"] [, offsetX, offsetY])
FeedMachine\FrameLib-3.0.lua:262: in function `SetPoint'
FeedMachine\FrameLib-3.0.lua:205: in function `CreateTexture'
FeedMachine-0.1\FeedMachine.lua:458: in function `FM_UpdateFeedPetButtons'
FeedMachine-0.1\FeedMachine.lua:540: in function `HideFeedPetButton'
FeedMachine-0.1\FeedMachine.lua:409: in function `?'
CallbackHandler-1.0\CallbackHandler-1.0.lua:146: in function <...edia-3.0\CallbackHandler-1.0\CallbackHandler-1.0.lua:146>
<string>:"safecall Dispatcher[2]":4: in function <[string "safecall Dispatcher[2]"]:4>
<in C code>: ?
<string>:"safecall Dispatcher[2]":13: in function `?'
CallbackHandler-1.0\CallbackHandler-1.0.lua:91: in function `Fire'
AceEvent-3.0\AceEvent-3.0.lua:70: in function <Interface\AddOns\Ace3\AceEvent-3.0\AceEvent-3.0.lua:69>
---
0
Confirmed this works - however in an multiple healing priest enviroment it cant tell which one is yours. So would it be possible to add Prayer of Mending tracking?
0
cool thx - hmm seems something broke in regards to craftlist2 since now i see all request even though i disabled it in craftlist2 - maybe i need to talk to the craftlist2 guys about it?
0
as of patch 2.4 (i think) its possible to make the raid ikons appear in chats, like raid, party and guild chats using these 'codes'
{rt1} {rt2} {rt3} {rt4} {rt5} {rt6} {rt7} {rt8} = {star} {circle} {diamond} {triangle} {moon} {square} {cross} {skull}
one for each raidicon - however if i whisper them no icon is rendered in cellular - could you add support for this?
Oh and it seems the DBM "im in combat" messages is still filtered :(
0
i have [Design: Ruby Serpent] stored in my guild vault, and my JC know this design however the tooltip states that my JC can learn this - I think maybe its due to the fact that the item created from this recipe is called "Figurine - Ruby Serpent"
hopes this makes any sence
also a request to exclude certain guilds from the total.
in my case i have a guild on my toon with its own guild bank and all items in that bank are mine, my main however is part of another guild with its own guild bank and all items in there are, so to speak, off limit, and therfor would be nice to not show these items in my tooltip.
thx for a great addon :)
0
Hmm well no or hmm maybe im confused ;)
Anyway its seems Cellular is filtering the outgoing mesage, as in ppl who whisper me while im in a boss fight dont get that fance Deadly Boss Mod message telling them all that stuff i posted, and i would like it too do that - it works fine when i whisper ppl in regards to getting their DBM to tell me all that stuff
hope this clears up my request?
0
Crap - hehe wonder what it is then. (could it be Prat?)
In regards to DBM it seems that the plz dont bug me im in combat message sent to ppl 'bugging' me while fighting a boss dont show
Usually when i whisper er person in a boss fight i get <Deadly Boss Mods> PlayerName is busy. (Fighting against The Lurker Below - 97% - 25/25 people alive) You will be informed after the fight. Whisper "status" to query the raid's status.
but outgoing messages like this gets filtered i think by cellular. Would you consider adding support for this?
0
[2008/05/07 23:38:46-2358-x22]: Interface\FrameXML\ChatFrame.lua:2179: attempt to call method 'AddMessage' (a nil value):
I think it appears when someone just link me an item and no text.
Also is there any plan for adding support for DeadlyBossMods in-boss-fight message?
0
Not sure ill ever use it it, but better to ask for it now and not use it than wanting to use it and not be able to
Anyway it seems i can only select either dampen og amplify magic for buffing on the raid, however there might (again not sure where) be a situation where some ppl in the raid 'needs' amplify and some 'needs' dampen. At the current setup its no possible.
Could you make it so its possible to activate both and select who gets what?
0
After extensive searching i have found it to be Pitbull conflicting - more specific the RaidTargetIcon part of pitbull - if I disable that i dont get the error - please fix :)
0
anyway im getting this error when logging in (on my GF's comp the problem isnt there, guess i have more addons than she;))
any idea whats up?
ps using the latest ZOMGBuffs from WAU (69844)
oh yeah the tooltip of the button reads "Not refreshing because you have recently zoned, please wait a few seconds" and stay like that for a very long time
0
that did the trick - thank you.. :)