BBot - The best bot of the world
berserk potion auto drinker - Printable Version

+- BBot - The best bot of the world (https://forums.bmega.net)
+-- Forum: Scripts & Macros (https://forums.bmega.net/forum-4.html)
+--- Forum: Free Scripts (https://forums.bmega.net/forum-10.html)
+--- Thread: berserk potion auto drinker (/thread-19762.html)



berserk potion auto drinker - Catar - 04-13-2016

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]