BBot - The best bot of the world

Full Version: berserk potion auto drinker
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Variables:
drinkberk=1 (turns macro ON if 1)
shielding=115 (put your shielding skill)

Change the name of the monster that you want to kill with berserk potions

[macro]700 {berserkpot} Creatures.ByRangeName(7, Hellspawn)>=1 !drinkberk!==1 skill:=Self.Skill.Shielding() bers:=Misc.ItemCountEx(7439) !skill!>=!shielding! !bers!>=1 Hotkey.Use(7439) exit()
[/macro]


Code:
Creatures.ByRangeName(7, Hellspawn)>=1
!drinkberk!==1
skill:=Self.Skill.Shielding()
bers:=Misc.ItemCountEx(7439)
!skill!>=!shielding!
!bers!>=1
Hotkey.Use(7439)
exit()

So berserk potions increase our skill by 5, but REDUCES shielding by 10,
potion works 10 minutes, so to avoid bot drinking it too often my macro checks if the shielding skill is already reduced.
If not, it will drink potion


Very usefull on monsters like hellspawns or werewolves, which drop them.


Effect:

[Image: 4AbJrJC.jpg]
[Image: 7gyT4A0.png]