Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
berserk potion auto drinker
#1
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]
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)