Hey!
I am leveling toons 21-25 of 40 :). This group is a prot warrior, 2 priests, and 2 locks. All are currently level 24-25. In my SM_Extend.lua file I have 1 priest as a healer and the other as a general toon for smiting. Levels 1-10/13'ish were all good and full of smites. Since, neither priest heals and I am getting a quickheal error message. I am getting one (maybe both) to shield the warrior.

I understand from one of your lowbie videos that priests only do damage from levels 1-10. I have not had time to finish the videos to gleen more info from after level 10 - sorry.
I have looked at the QH lua code which references calling a lesser heal if player = priest. I cannot figure out why I am getting the error though - one both priests.
Thoughts? Guidance?
Thanks,
Todd (Keme)
On a side note - I am still struggling with the bat boss. Got her down to 4% Friday night though :) Big progress from 20%. Missed one heal interrupt - was mashing interrupts and am thinking tremor totem isn't working.
Sorry Kemewar--I do not think google drive is working consistently anymore, and SM_Extend.lua is no longer to be trusted.
I've put up a hard link to my latest SM_Extend instead.
OK, seems to be working like a charm now :)
How are the healing experiments going?
Today I am experimenting with cutting quickheal out completely. Also throwing chain heals if raid is more than 60% hurt and prayer of healing if party has 5 peeps down 1000.
I think I have to crank down max heals quite a bit tho to prevent overheals
I think I may have found MY mistake. When copying toon names from my backup SM_Extend name list I was copying everything from MB_tanklist to MB_bombfollow. In doing that I missed the healer list name change from MB_Healer Priority to MB_healer_list. I DLed a clean SM_Extend from here and copied over only the toon names.
I made the corrections on my tablet and tried out the lowbie group mentioned above. I am not getting error message, however, the priests are still not healing or doing damage.
I will make corrections on my laptop tonight and try it out with my 20 man in ZG and post an update.
Thanks again Todd!
It has to be a typo in your setup tables. Healing is working fine, I just checked. Compare your dowonloaded script to the one in this vid. Here's a demo I just did of 20 man healing. https://youtu.be/iZzWNpOjpWI
I show how I set up everything.
Feel free to email me your SM_Extend.lua and your HKN file to furyswipesvg@gmail.com and I will log you in and see what's up.
You shouldn't be using any dedicated healers anyhow. They are only used for one fight really--sulfuron. Are you sure you didn't reload after the change? I'll take some time this morning and check on the code.
So this is now affecting my main 20man raid. Print(tab) comes back as -nil-
So, in my 20 man I am getting the table pair error on my main tank and main healer who are joined at the hip in MB_dedicated_healers. May the problem lay there? EDIT: NO. I removed the dedicated tank,healer and the same errors continued to pop.
Zero healing is happening and pets are not attacking.
no, but possibly not having all spells trained, could. Do this--add a print statement to the table function to give yourself a hint at what's going wrong:
Print(tab)
Put that as the very first line of the TableLength() function and tell me what it returns.
Addons were copied into place. This warrior is in the tank list. He is also the leader of a leveling party - like Buy in yours. I am not using the leveling party function with this group though. Could that have something to do with the table error?
Okay, so you did all the right stuff. 032818ADDONB is the correct package, but did you copy the addons into place also?
The table error message you are getting is a side effect message that doesn't mean anything in itself. It's usually thrown when a table is formatted wrong or some expected table setup thing is missing, as in, you're trying to run a party, but you have no tanks in the tanklist.
WHEW! I was starting to think you didn't love me anymore lol
Thought I was as I updated last month. Looked like last addon was 030318. I updated to 032818ADDONB and grabbed the SM_Extend.lua file yesterday as well. Priests are no longer throwing quickheal error messages. They are not healing either.
Warrior is now getting a table error message.
Referencing the function:
function TableLength(tab)
--This utility tells you how many elements are in a table
local len=0
for _ in pairs(tab) do
len=len+1
end
return len
end
Thanks for helping!
Sorry I missed this--wix wasn't warning me I had posts up!
Are you using the latest code (including addons), though? I only want to support that.