help r/k heal
Posted: Sat Jan 08, 2011 5:56 am
having problem with r/k heal or buffs in general.
sometiems after being gone for long while half my buffs are not there.
so i tried to make a script for rebuffign when buffs fade but i always get a returns nil error. i uninstalled and it is fully updated as of 5 minutes ago. this is code im using.
if i cant get this to work i also can not use the r/k heal skill as it removes one of my key buffs 10% attack. in addition to not being able to heal again for the 15min bot takes to reclick manualy even then it sometiems fails to buff. atm the bot burns through hp potions crazy fast. when I am manually farming i never have to use them.
is there any way I can reliably get premed > stealth > sneak attack(that seems like hard one) into the rotation. but getting jsut bufffs to work right and th eheal would save me loads of money on hp pots.
sometiems after being gone for long while half my buffs are not there.
so i tried to make a script for rebuffign when buffs fade but i always get a returns nil error. i uninstalled and it is fully updated as of 5 minutes ago. this is code im using.
Code: Select all
<onSkillCast><![CDATA[
player:updateBuffs("player")
if player.Class1 == CLASS_ROGUE then
if not player:hasBuff("Enhanced Armor") then
player:cast(KNIGHT_ENHANCED_ARMOR);
end
else
if not player:hasBuff("Lion's Protection") then
player:cast("ROGUE_LIONS_PROTECTION");
end
end
]]></onSkillCast>is there any way I can reliably get premed > stealth > sneak attack(that seems like hard one) into the rotation. but getting jsut bufffs to work right and th eheal would save me loads of money on hp pots.