PallyPower r59082:
- Added PallyPower:SavePreset("name") and PallyPower:LoadPreset("name") functions to save and restore greater blessing setups. You must be a leader to load a preset.
I had to time to write any fancy GUI or anything like that, so for now you can use macros like
/script PallyPower:SavePreset("trash");
/script PallyPower:LoadPreset("trash");
to save and restore presets.
If someone feels like it, please add some nice menu to the assignments window.
There's already some profile stuff in the options menu but I didn't understand it and could never get it to work. Should these menu items be used to point to this new code?
There's already some profile stuff in the options menu but I didn't understand it and could never get it to work. Should these menu items be used to point to this new code?
I think those profiles are default Ace2 stuff which I did not use for anything and not even sure whether it works at. I think new functions to save and load presets have to be available directly on the assignments menu.. like 2 buttons that pop up a menu and allow you either select an existing preset to load/save or to type a new name and save. Something like that.
i really like to buff all my friends with one simple button, but if they need to a rebuff during fight the button doesn't react to my clicks. is there a way around this or do i have to do it by hand and live with the ui-combat-lockdown?
i really like to buff all my friends with one simple button, but if they need to a rebuff during fight the button doesn't react to my clicks. is there a way around this or do i have to do it by hand and live with the ui-combat-lockdown?
In combat you need to use player buttons. Autobuff and class buttons do not function propetly in combat since they use automated buff and target selection. Blizzad does not allow addons to use any automated targeting and casting in combat.
In combat you need to use player buttons. Autobuff and class buttons do not function propetly in combat since they use automated buff and target selection. Blizzad does not allow addons to use any automated targeting and casting in combat.
How does healbot do it then? I can click on a players name in the healbot list and have it cast flash of light or holylight depending on left or right mouse click. Blizz doesn't allow the selection of which rank of heal spell to use you just use your max one but it most definitely does select the player, cast a heal whilst in combat unless the heal spells are a special case?
How does healbot do it then? I can click on a players name in the healbot list and have it cast flash of light or holylight depending on left or right mouse click. Blizz doesn't allow the selection of which rank of heal spell to use you just use your max one but it most definitely does select the player, cast a heal whilst in combat unless the heal spells are a special case?
No.
You want to click the class button and have it auto choose someone to rebless right? That is very different from what you are doing with Healbot (clicking on a specific person). You can rebless someone in combat if you right click or w/e the player's button.
I use v. 2.01.00. The only difference is that the name of Greater Blessing of Light is Bendici?n de Luz superior, with a capital L, instead of Bendici?n de luz superior (I can't write de tick over the letters in this forum).
I use v. 2.01.00. The only difference is that the name of Greater Blessing of Light is Bendici?n de Luz superior, with a capital L, instead of Bendici?n de luz superior (I can't write de tick over the letters in this forum).
Please update PallyPower to the latest build e59082. You're using old version with incorrect spanish translations.
I downloaded the version you say and it does't work. I show you a picture to see better I mean.
Could you also make and post a screenshot of your spell book? I just want to see whether it is Babble-Spell error with uppercase 'Luz' in "Bendici?n de Luz".
Could you also make and post a screenshot of your spell book? I just want to see whether it is Babble-Spell error with uppercase 'Luz' in "Bendici?n de Luz".
version? language? anything?
There's already some profile stuff in the options menu but I didn't understand it and could never get it to work. Should these menu items be used to point to this new code?
Brad
I think those profiles are default Ace2 stuff which I did not use for anything and not even sure whether it works at. I think new functions to save and load presets have to be available directly on the assignments menu.. like 2 buttons that pop up a menu and allow you either select an existing preset to load/save or to type a new name and save. Something like that.
In combat you need to use player buttons. Autobuff and class buttons do not function propetly in combat since they use automated buff and target selection. Blizzad does not allow addons to use any automated targeting and casting in combat.
I've tried to reassign that key, it won't stick. Thanks.
How does healbot do it then? I can click on a players name in the healbot list and have it cast flash of light or holylight depending on left or right mouse click. Blizz doesn't allow the selection of which rank of heal spell to use you just use your max one but it most definitely does select the player, cast a heal whilst in combat unless the heal spells are a special case?
No.
You want to click the class button and have it auto choose someone to rebless right? That is very different from what you are doing with Healbot (clicking on a specific person). You can rebless someone in combat if you right click or w/e the player's button.
Thank you for your attention.
What version you're using?
Execute the following commands and make sure that blessing names match your locale.
/script PallyPower:Print(PallyPower.Spells[1]);
/script PallyPower:Print(PallyPower.Spells[2]);
/script PallyPower:Print(PallyPower.Spells[3]);
/script PallyPower:Print(PallyPower.Spells[4]);
/script PallyPower:Print(PallyPower.Spells[5]);
/script PallyPower:Print(PallyPower.Spells[6]);
/script PallyPower:Print(PallyPower.GSpells[1]);
/script PallyPower:Print(PallyPower.GSpells[2]);
/script PallyPower:Print(PallyPower.GSpells[3]);
/script PallyPower:Print(PallyPower.GSpells[4]);
/script PallyPower:Print(PallyPower.GSpells[5]);
/script PallyPower:Print(PallyPower.GSpells[6]);
I use v. 2.01.00. The only difference is that the name of Greater Blessing of Light is Bendici?n de Luz superior, with a capital L, instead of Bendici?n de luz superior (I can't write de tick over the letters in this forum).
Please update PallyPower to the latest build e59082. You're using old version with incorrect spanish translations.
I downloaded the version you say and it does't work. I show you a picture to see better I mean.
Could you also make and post a screenshot of your spell book? I just want to see whether it is Babble-Spell error with uppercase 'Luz' in "Bendici?n de Luz".
The regular one too please.
The problem is in Babble-Spell-2.2 library. For now you may need to edit it manually to fix PallyPower functionality.