since can't post questions or w/e in bots section i guess i gotta post here. Am having tons of trouble with my ele shaman (lvl 73-75ish) config as it won't heal at all.
Hoping to see if anyone can help me fix it or has a profile that works for an ele shaman (don't mind if enhance either).
Code:
# define how far the mage's attack reach is.
reach=36
# define actions. act:name slot is the action bar #, key is the key on the action bar. If it is not channeled action, give an cooldown.
defact= act:heal slot:1 key:3 lifele:50
defact= act:Lightningbolt slot:1 key:1
defact= act:Earthshock slot:1 key:2 prevacttime:6 distle:20 cooldown:2
# if everything is default, set to y. However if you set auto loot on, set this to n.
shiftloot=y
# wait, used for loot (only wait if distance between you and corpse < 5). Most times loot is not immediately available.
defact= act:wait1s cooldown:0.5 distle:7
# used to approach corpse. the max distance is 20. Set to smaller values will be safer. It will go till dist between
# your toon and enemy is 3. this method uses predefined (buildin) method approach.
defact= act:lootapproach predefined:approach distle:20 dist:5 js:canLoot()
defact= act:loot predefined:loot distle:5 cooldown:1.0 js:canLoot()
defact= act:drink slot:1 key:7 cooldown:1
drinkPercent=0.25
manaRestToPercent=0.95
defact= act:mount slot:key key:`
#key to sale to npc, set to same as mount to disable it.
-defact= act:saleToNpc slot:5 key:=
#uses ReachCombatDistance() in script.js to close to spell or combat distance if mob moves far.
defact= act:reachCombat js:ReachCombatDistance()
defact= act:EleMastery key:- slot:1
defact= act:Thunderstorm key:v slot:key
defact= act:Watershield key:g slot:key
-defact= act:Naaru key:7 slot:1
-defact= act:Flametongue key:3 slot:1
# pre-combat sequence. act: any defined actions from defact= section
-precombat= act:heal
-precombat= act:Thunderstorm
precombat= act:Watershield
-precombat= act:Flametongue
# combat sequence. Will continue till target is dead (or toon is dead)
# food&mount
-defact= act:water slot:1 key:7 cooldown:1
defact= act:mount slot:key key:`
-defact= act:1heal key:3 slot:1
-defact= act:heal slot:1 key:3 cooldown:1.5 lifele:50
#loot sequence.
lootseq= act:lootapproach
lootseq= act:wait1s
lootseq= act:loot
lootseq= act:wait1s
#global buffs, will do every timeout.
-globalact= act:roc timeout:30m
engage_dist=35
maxreach=36
MANARESTPERCENT=0.12
HEALTHRESTPERCENT=0.40
MANARESTTOPERCENT=0.02
HEALTHRESTTOPERCENT=0.10
combatseq= act:heal
combatseq= act:EleMastery
combatseq= act:Lightningbolt
combatseq= act:Lightningbolt
combatseq= act:Lightningbolt
combatseq= act:Earthshock
combatseq= act:Thunderstorm
maxVerticalMobDistance=30
mobLevelDiffUpper=5
mobLevelDiffLower=10