And a suggestion... Where there is currently a single ring around the "sphere", add a second ring around it. It won't increase the size *that* much but it will enable tracking two stats (health/mana, health/rage, health/energy, etc...) instead of just one. If they can be colored differently, all the better!
I grabbed r20164 and logged onto my warlock to test it out (I turned it off for my druid) and it shows as being loaded through MCP, but I have no menu via DeuceCommander and no bubble and nothing happens when I type /henge.
as far as i can see in the code, there isn't much functionality for a warlock by now. the only thing is soulshard counting.
and remember:
in the xxxxxxxhenge.lua (for warlocks it's stonehenge)
change the line (should be one of the first lines)
PT = AceLibrary("PeriodicTable-Core-2.0")
to
PT = AceLibrary("PeriodicTable-2.0")
as far as i can see in the code, there isn't much functionality for a warlock by now. the only thing is soulshard counting.
and remember:
in the xxxxxxxhenge.lua (for warlocks it's stonehenge)
change the line (should be one of the first lines)
PT = AceLibrary("PeriodicTable-Core-2.0")
to
PT = AceLibrary("PeriodicTable-2.0")
That's already changed in stongehenge.lua :/
If one class can make buttons why can't another? You would think that is part of henge, no the xxxxxhenge mod. :/
tried this out but since you have to code all the buttons by hand now (by editing the LUA) I will wait for it to be finished.
One thing... I looked at the .tga files in the sphere template folders and they look ok but IN game I had the sphere graphics track my mana and it was REALLY hard to get an accurate reading on what level it was at. Do you have multiple sphere graphics sitting on top of each other? Something is making it not sharp enough in terms of contrast.
tried this out but since you have to code all the buttons by hand now (by editing the LUA) I will wait for it to be finished.
One thing... I looked at the .tga files in the sphere template folders and they look ok but IN game I had the sphere graphics track my mana and it was REALLY hard to get an accurate reading on what level it was at. Do you have multiple sphere graphics sitting on top of each other? Something is making it not sharp enough in terms of contrast.
Is there a tutorial somewhere that helps us code our own buttons? :)
Is there a tutorial somewhere that helps us code our own buttons? :)
I just looked at the existing class LUA files and added my own. If you are unsure of the spelling of a spell or ability, look in the Babble-Spell file for it.
Tested with a lock, and I got options to have the sphere display my health or nothing. Looked at StoneHenge.lua, and it was calling HengeSphere:AddData() to register mana and soulshard options. I tested, and the :AddData() calls work fine in game if I run the code manually, and after that I get mana and soulshard tracking options. However, after a /reload, all I get is health or nothing. So, :AddData() doesn't seem to be working inside the :Load() function? Quite confusing. Is anyone else getting this? Kinda confused. :)
Edit: Problem gone in latest revision.
(Also, if I added some buttons to the StoneHenge module to summon pets and stuff, would anyone be interested? And if so, should I commit the changes to SVN, or would posting a diff be better? Or is the Henge API in so much flux that it'd be better to hold off completely?)
sometimes when i rightclick on a main button to open the submenu, the game lags shortly and then the menu opens. it can also occur that the submenu is UNDER a main button. then i have to close the menu and reopen it and then it's over the main buttons.
(Also, if I added some buttons to the StoneHenge module to summon pets and stuff, would anyone be interested? And if so, should I commit the changes to SVN, or would posting a diff be better? Or is the Henge API in so much flux that it'd be better to hold off completely?)
could u post it and also ur method - im a druid and i need more buttons than MOTW :D
do u mean
PT = AceLibrary("PeriodicTable-core-2.0") => PT = AceLibrary("PeriodicTable-2.0")
or the other way arround?
PT = AceLibrary("PeriodicTable-core-2.0") => PT = AceLibrary("PeriodicTable-2.0")
I just get a purple sphere, no numbers, no anything. :/
right clicking the sphere, gives me options to lock/unlock but no create buttons.
Not sure what I did wrong :(
and remember:
in the xxxxxxxhenge.lua (for warlocks it's stonehenge)
change the line (should be one of the first lines)
PT = AceLibrary("PeriodicTable-Core-2.0")
to
PT = AceLibrary("PeriodicTable-2.0")
That's already changed in stongehenge.lua :/
If one class can make buttons why can't another? You would think that is part of henge, no the xxxxxhenge mod. :/
One thing... I looked at the .tga files in the sphere template folders and they look ok but IN game I had the sphere graphics track my mana and it was REALLY hard to get an accurate reading on what level it was at. Do you have multiple sphere graphics sitting on top of each other? Something is making it not sharp enough in terms of contrast.
Is there a tutorial somewhere that helps us code our own buttons? :)
I just looked at the existing class LUA files and added my own. If you are unsure of the spelling of a spell or ability, look in the Babble-Spell file for it.
but the soul shard counter doesn't work for my warlock.
Edit: Problem gone in latest revision.
(Also, if I added some buttons to the StoneHenge module to summon pets and stuff, would anyone be interested? And if so, should I commit the changes to SVN, or would posting a diff be better? Or is the Henge API in so much flux that it'd be better to hold off completely?)
(mage) :)
Works with WoW 2.0, but for me as a Paladin it has no function except to show one Button for Heal Spells.
If this should be the replacement for the Paladin Necrosis Stlye Addon it should have more of the functions HolyHope has:
http://media1.curse-gaming.com/images/previews/9711/holyhope-holyhope-individual-mod.jpg
1) Show the Number of Symbols on the Dial
2) Have all Blessings and RaidBlessings on the Dial
(Possibility to show Seals and Judgements on the Dial)
Im using r21702
could u post it and also ur method - im a druid and i need more buttons than MOTW :D
Magemod works, thx.
But how do i configure the mod?