06-23-2014, 03:27 AM
(06-21-2014, 08:32 PM)bolareclama Wrote: Hey lhosales!
I'm running your script on my EK55, but I think that the mana usage is pretty high and I'm getting a lot of waste.
In 20 minutes, I've already used 40 MP. How can I change the settings?
Hey man! go on macro, edit the macro named {mana/hp}.
Code:
800 {mana/hp} minMana:=50 minLife:=50 manaPotionID:=268 healthPotionID:=236 Self.Health%()<=!minLife! [heal mana] target:=Creature.Self() Creature.ShootOn(!target!, !healthPotionID!) Exit() {heal mana} Self.Mana%()<=!minMana! target:=Creature.Self() Creature.ShootOn(!target!, !manaPotionID!) Exit()
Change it. ("minMana:=Percent of mana u want to use")
save it. will be two macros with the same name, delete the first one. Done.

I made healing by macro cuz bbot doesnt have preferences in potions. If 5+ pirates are attacking you, bbot keeps using mana potions instead strong health potions. This macro solves the problem :p
Give me reputation if this post is usefull,
Thanks,
lhosalles.
Thanks,
lhosalles.