| Updated: | 06-22-10 06:33 AM |
| Created: | 05-03-10 10:52 PM |
| Downloads: | 1,646 |
| Favorites: | 9 |
| MD5: |

File Name |
Version |
Size |
Author |
Date |
1.2 |
126kB |
upyursh |
06-22-10 06:15 AM |
|
1.2 |
126kB |
upyursh |
06-22-10 06:13 AM |
|
1.1 |
126kB |
upyursh |
06-20-10 12:49 AM |
|
1.0 |
125kB |
upyursh |
06-18-10 07:16 AM |
|
0.5b |
124kB |
upyursh |
05-10-10 07:08 PM |
|
0.4 |
124kB |
upyursh |
05-06-10 06:27 AM |
|
0.3b |
120kB |
upyursh |
05-05-10 06:55 PM |
|
0.3 |
120kB |
upyursh |
05-05-10 06:37 PM |
|
0.2 |
123kB |
upyursh |
05-05-10 08:20 AM |
|
0.1 |
123kB |
upyursh |
05-03-10 10:52 PM |
![]() |
Comment Options |
|
|
|
|
and thanks
I will push up a new versino shortly |
|
|
|
|
|
|
|
A Kobold Labourer
Forum posts: 0
File comments: 6
Uploads: 0
|
Found a bug when using the mod on hard mode - the code for putting a {diamond} on the 6th tomb was using {square} instead, unmarking one of the earlier tombs. We had to debug & fix it mid-raid (lol!), the edit was changing Core.lua lines 1001-1002 to read as follows:
1001: -- {diamond} 1002: if GetRaidTargetIndex(destName)~=5 then SetRaidTargetIcon(destName,3) end I verified the fix on subsequent pulls. |
|
|
|
|
||
Basically in test mode the addon will set your target as the "Boss" so it was probably causing issues as you switched targets ![]() Gave me a bit of a headache but at least that wont happen again now ![]() |
||
|
|
|
|
|
|
A Murloc Raider
Forum posts: 4
File comments: 178
Uploads: 0
|
You are right, i did still have Test Mode checked
![]() |
|
|
|
|
|
|
Ok new version up, I changed the message to not concat msgboss but I also added a feature that will auto disable testing mode when entering ICC.
This is the only thing I can think of that might cause your issues Upy |
|
|
|
|
|
|
|
hey just a thought, you dont have test mode enabled do you? :|
|
|
|
|
|
|
|
|
Hmm still dont know why's that happened;
I'm actually setting msgboss Code:
-- Lets make sure we are notifying that our notices are cleared
if(addon.db.global.ClearanceNotice ~= 1) then
addon.db.global.msgboss = "Boss"
if(addon.db.global.bossname)then
addon.db.global.msgboss = UnitName(addon.db.global.bossname)
end
if(addon.db.profile.logging ~= false)then print ("|cffff8800SindyEasyMode:|r " .. addon.db.global.msgboss .. " was not found soooo notices reset") end
addon.db.global.ClearanceNotice=1
end
I will try make some changes to make it less fragile, but it doesnt make any sense whatsoever to me ![]() Did the module work for you in Sindy? Upy |
|
|
|
|
|
|
|
A Murloc Raider
Forum posts: 4
File comments: 178
Uploads: 0
|
Message: Interface\AddOns\SindyEasyMode\Core.lua:678: attempt to concatenate field 'msgboss' (a nil value)
Time: 06/21/10 21:11:04 Count: 916 Stack: Interface\AddOns\SindyEasyMode\Core.lua:678: in function `?' ...Ons\Ace3\CallbackHandler-1.0\CallbackHandler-1.0.lua:147: in function <...Ons\Ace3\CallbackHandler-1.0\CallbackHandler-1.0.lua:147> [string "safecall Dispatcher[18]"]:4: in function <[string "safecall Dispatcher[18]"]:4> [C]: ? [string "safecall Dispatcher[18]"]:13: in function `?' ...Ons\Ace3\CallbackHandler-1.0\CallbackHandler-1.0.lua:92: in function `Fire' Interface\AddOns\Ace3\AceEvent-3.0\AceEvent-3.0.lua:120: in function <Interface\AddOns\Ace3\AceEvent-3.0\AceEvent-3.0.lua:119> Locals: self = <table> { SetDefaultModuleLibraries = <function> defined @Interface\AddOns\Ace3\AceAddon-3.0\AceAddon-3.0.lua:381 Enable = <function> defined @Interface\AddOns\Ace3\AceAddon-3.0\AceAddon-3.0.lua:313 RegisterChatCommand = <function> defined @Interface\AddOns\Ace3\AceConsole-3.0\AceConsole-3.0.lua:85 EnableModule = <function> defined @Interface\AddOns\Ace3\AceAddon-3.0\AceAddon-3.0.lua:346 modules = <table> { } GetModule = <function> defined @Interface\AddOns\Ace3\AceAddon-3.0\AceAddon-3.0.lua:230 IterateEmbeds = <function> defined @Interface\AddOns\Ace3\AceAddon-3.0\AceAddon-3.0.lua:456 DisableSEM = <function> defined @Interface\AddOns\SindyEasyMode\Core.lua:549 defaultModuleLibraries = <table> { } optionsFrame = <unnamed> { } UnregisterChatCommand = <function> defined @Interface\AddOns\Ace3\AceConsole-3.0\AceConsole-3.0.lua:111 DemoteAssistants = <function> defined @Interface\AddOns\SindyEasyMode\Core.lua:585 Printf = <function> defined @Interface\AddOns\Ace3\AceConsole-3.0\AceConsole-3.0.lua:69 GetName = <function> defined @Interface\AddOns\Ace3\AceAddon-3.0\AceAddon-3.0.lua:298 RegisterCallback = <function> defined @Interface\AddOns\Ace3\CallbackHandler-1.0\CallbackHandler-1.0.lua:118 name = "SindyEasyMode" IsEnabled = <function> defined @Interface\AddOns\Ace3\AceAddon-3.0\AceAddon-3.0.lua:465 OnDisable = <function> defined @Interface\AddOns\SindyEasyMode\Core.lua:607 DisableModule = <function> defined @Interface\AddOns\Ace3\AceAddon-3.0\AceAddon-3.0.lua:364 callbacks = <table> { } SendMessage = <function> defined @Interface\AddOns\Ace3\CallbackHandler-1.0\CallbackHandler-1.0.lua:87 UnregisterCallback = <function> defined @Interface\AddOns\Ace3\CallbackHandler-1.0\CallbackHandler-1.0.lua:181 baseName = "SindyEasyMode" RegisterMessage = <function> defined @Interface\AddOns\Ace3\CallbackHandler-1.0\CallbackHandler-1.0.lua:118 GetArgs = <function> defined @Interface\AddOns\Ace3\AceConsole-3.0\AceConsole-3.0.lua:144 Print = <function> defined @Interface\AddOns\Ace3\AceConsole-3.0\AceConsole-3.0.lua:54 SlashFunction = <function> defined @Interface\AddOns\SindyEasyMode\Core.lua:535 ZONE_CHANGED = <function> defined @Interface\AddOns\SindyEasyMode\Core.lua:619 GetCurrentTime = <function> defined @Interface\AddOns\SindyEasyMode\Core.lua:615 PLAYER_LOGIN = <function> defined @Interface\AddOns\SindyEasyMode\Core.lua:611 IsModule = <function> defined @Interface\AddOns\Ace3\AceAddon-3.0\AceAddon-3.0.lua:482 db = <table> { } SetDefaultModuleState = <function> defined @Interface\AddOns\Ace3\AceAddon-3.0\AceAddon-3.0.lua:401 TestUnit = <function> defined @Interface\AddOns\SindyEasyMode\Core.lua:558 UnregisterAllCallbacks = <function> defined @Interface\AddOns\Ace3\CallbackHandler-1.0\CallbackHandler-1.0.lua:202 SetEnabledState = <function> defined @Interface\AddOns\Ace3\AceAddon-3.0\AceAddon-3.0.lua:438 OnEnable = <function> defined @Interface\AddOns\SindyEasyMode\Core.lua:540 enabledState = true COMBAT_LOG_EVENT_UNFILTERED = <function> defined @Interface\AddOns\SindyEasyMode\Core.lua:629 RegisterEvent = <function> defined @Interface\AddOns\Ace3\CallbackHandler-1.0\CallbackHandler-1.0.lua:118 UnregisterAllMessages = <function> defined @Interface\AddOns\Ace3\CallbackHandler-1.0\CallbackHandl ********************************************** This happened with new version. Died to LK, moused over the LK then the spam errors began ![]() Also seeing: SindyEasyMode: Found <raid member name> SindyEasyMode: Logging Running SindyEasyMode: Boss was not found so notices reset. This happens randomly, a lot. Usually when entering combat. |
|
|
|
|
||
new version will be up soon |
||
|
|
|
|
||
|
A Murloc Raider
Forum posts: 4
File comments: 178
Uploads: 0
|
This actually happened after about 4 trash pulls into the instance. Never targeted Sindragosa, dont even think we were far enough in to target Marrowgar. Sadly i just turned the addon off until this is fixed because this error spammed infinitely. I will give it a shot during our next 10 or 25 man run. This was in a 25 man instance btw. |
|
|
|
|
|
||
Upy |
||
|
|
|
|
|
|
A Murloc Raider
Forum posts: 4
File comments: 178
Uploads: 0
|
Message: Interface\AddOns\SindyEasyMode\Core.lua:645: attempt to concatenate global 'msgboss' (a nil value)
Time: 06/19/10 18:23:39 Count: 58 Stack: Interface\AddOns\SindyEasyMode\Core.lua:645: in function `?' ...Ons\Ace3\CallbackHandler-1.0\CallbackHandler-1.0.lua:147: in function <...Ons\Ace3\CallbackHandler-1.0\CallbackHandler-1.0.lua:147> [string "safecall Dispatcher[18]"]:4: in function <[string "safecall Dispatcher[18]"]:4> [C]: ? [string "safecall Dispatcher[18]"]:13: in function `?' ...Ons\Ace3\CallbackHandler-1.0\CallbackHandler-1.0.lua:92: in function `Fire' Interface\AddOns\Ace3\AceEvent-3.0\AceEvent-3.0.lua:120: in function <Interface\AddOns\Ace3\AceEvent-3.0\AceEvent-3.0.lua:119> Locals: self = <table> { SetDefaultModuleLibraries = <function> defined @Interface\AddOns\Ace3\AceAddon-3.0\AceAddon-3.0.lua:381 Enable = <function> defined @Interface\AddOns\Ace3\AceAddon-3.0\AceAddon-3.0.lua:313 RegisterChatCommand = <function> defined @Interface\AddOns\Ace3\AceConsole-3.0\AceConsole-3.0.lua:85 EnableModule = <function> defined @Interface\AddOns\Ace3\AceAddon-3.0\AceAddon-3.0.lua:346 modules = <table> { } GetModule = <function> defined @Interface\AddOns\Ace3\AceAddon-3.0\AceAddon-3.0.lua:230 IterateEmbeds = <function> defined @Interface\AddOns\Ace3\AceAddon-3.0\AceAddon-3.0.lua:456 DisableSEM = <function> defined @Interface\AddOns\SindyEasyMode\Core.lua:522 defaultModuleLibraries = <table> { } optionsFrame = <unnamed> { } UnregisterChatCommand = <function> defined @Interface\AddOns\Ace3\AceConsole-3.0\AceConsole-3.0.lua:111 DemoteAssistants = <function> defined @Interface\AddOns\SindyEasyMode\Core.lua:558 Printf = <function> defined @Interface\AddOns\Ace3\AceConsole-3.0\AceConsole-3.0.lua:69 GetName = <function> defined @Interface\AddOns\Ace3\AceAddon-3.0\AceAddon-3.0.lua:298 RegisterCallback = <function> defined @Interface\AddOns\Ace3\CallbackHandler-1.0\CallbackHandler-1.0.lua:118 name = "SindyEasyMode" IsEnabled = <function> defined @Interface\AddOns\Ace3\AceAddon-3.0\AceAddon-3.0.lua:465 DisableModule = <function> defined @Interface\AddOns\Ace3\AceAddon-3.0\AceAddon-3.0.lua:364 OnDisable = <function> defined @Interface\AddOns\SindyEasyMode\Core.lua:580 callbacks = <table> { } SendMessage = <function> defined @Interface\AddOns\Ace3\CallbackHandler-1.0\CallbackHandler-1.0.lua:87 UnregisterCallback = <function> defined @Interface\AddOns\Ace3\CallbackHandler-1.0\CallbackHandler-1.0.lua:181 RegisterMessage = <function> defined @Interface\AddOns\Ace3\CallbackHandler-1.0\CallbackHandler-1.0.lua:118 GetArgs = <function> defined @Interface\AddOns\Ace3\AceConsole-3.0\AceConsole-3.0.lua:144 Print = <function> defined @Interface\AddOns\Ace3\AceConsole-3.0\AceConsole-3.0.lua:54 baseName = "SindyEasyMode" SlashFunction = <function> defined @Interface\AddOns\SindyEasyMode\Core.lua:509 ZONE_CHANGED = <function> defined @Interface\AddOns\SindyEasyMode\Core.lua:588 PLAYER_LOGIN = <function> defined @Interface\AddOns\SindyEasyMode\Core.lua:584 IsModule = <function> defined @Interface\AddOns\Ace3\AceAddon-3.0\AceAddon-3.0.lua:482 db = <table> { } SetDefaultModuleState = <function> defined @Interface\AddOns\Ace3\AceAddon-3.0\AceAddon-3.0.lua:401 TestUnit = <function> defined @Interface\AddOns\SindyEasyMode\Core.lua:531 UnregisterAllCallbacks = <function> defined @Interface\AddOns\Ace3\CallbackHandler-1.0\CallbackHandler-1.0.lua:202 SetEnabledState = <function> defined @Interface\AddOns\Ace3\AceAddon-3.0\AceAddon-3.0.lua:438 OnEnable = <function> defined @Interface\AddOns\SindyEasyMode\Core.lua:514 enabledState = true COMBAT_LOG_EVENT_UNFILTERED = <function> defined @Interface\AddOns\SindyEasyMode\Core.lua:598 RegisterEvent = <function> defined @Interface\AddOns\Ace3\CallbackHandler-1.0\CallbackHandler-1.0.lua:118 UnregisterAllMessages = <function> defined @Interface\AddOns\Ace3\CallbackHandler-1.0\CallbackHandler-1.0.lua:202 OnInitialize = <function> defined @Interface\AddOns\SindyEasyMode\ |
|
|
|
|
||
|
A Murloc Raider
Forum posts: 4
File comments: 178
Uploads: 0
|
|
|
|
|
|
|
||
I'll add this in over the next couple of days, so for 25 their are 6, what about 10 man - 3 now?Upy |
||
|
|
![]() |
You have just downloaded by the author . If you like this AddOn why not consider supporting the author? This author has set up a donation account. Donations ensure that authors can continue to develop useful tools for everyone.