PvP_PvE_HPally_ALPHA_v0.2.1_TEST.zip
Here you go.
PvP_PvE_HPally_ALPHA_v0.2.1_TEST.zip
Here you go.
Works for me when I just add Bubba_ in front of the file names.
EDIT: Oh btw Bubba (if you read this), You should delete the Ret and Prot abilities and rotations since I have them included by default... I think you merged your profile with mine when making it. If you think the profile works well enough I will include them in the next version.
Ill give it another try then
Before Perform / After Perform?
Oh yeah, thats a last minute addition...
Basically:
Any Lua code under Before Perform will be performed BEFORE the actions/castspell if it that ability is going to cast.
Any Lua code under After Perform will be performed AFTER the actions/castspell have been sent.. this is not after a cast has been completed or after a channel... this is just directly after the CastSpellByID() / actions.
Small distinction, but there are times when you want to use an item or cast an ability after something else (assuming they dont share a GCD)
EDIT: Also note that the 3 tabs do not share local variables. Im trying to come up with a solution to this to simplify things.
My intention is to eventually make an optional "Timeline" type ingame GUI that shows the next 3 spells that will be cast. To do this I would need to "test" 3 abilities instead of just the next one to be cast then stop. This presents an issue when profiles execute actions inside of the "test" code... so for example:
Ability One - Chimera Shot - Returns true
Ability Two - Trap Launcher (Freezing Trap) - Returns true
the code for Trap Launcher might look like this:
if whatever then CastTrapLauncher, ClickScreen, return true end
Even though we wouldn't want to cast it yet, the simple testing of the function would cause it to cast.
Last edited by Xelper; 10-12-2011 at 07:35 PM.
Wow updates on this are fast and furious - I just got v1.013 configured to my liking last night and now 1.1 is out. Gonna have to go through and see about swapping those old profiles into the new version.
Love this program - keep up the great work Xelper!
Xelper, Is there a way for the user to switch which button toggles between two rotations? IE, on the warrior profile you have Right Control for tobbling between single and aoe. I prefer left Control.
Love this!
Huh, ermmm, mmmHhhmmm, well, i ll wait till you use it on a live profile to figure how can i use this feature.
---------- Post added at 08:26 PM ---------- Previous post was at 08:20 PM ----------
1. Open Ability Editor
2. Choose profile
3. click on "--- defensive spells ---"
4. On second line change the text "IsRightControlKeyDown()" with "IsLeftControlKeyDown()"
set the target to click and spell id to 43265 andn ow u have a death n decay tht is cast where ur mouse is with shift held downCode:if IsLeftShiftKeyDown() and GetCurrentKeyBoardFocus() == nil then return true end
Does anyone have a leveling dk frost porfile?
Last edited by saga3180; 10-13-2011 at 12:18 AM.
whoops my bad haha ill double check and make sure it's removed on my next version
pally is almost finished, got a lot of good responses from people in pms about it, got a couple head scrathers from people as well lol, need to implement about 2-3 more things have them tested then i think it's golden
the new sub rogue profile seems like it's missing way too much and when i shadow dance it just spams cheap shot