BBot - The best bot of the world

Full Version: Macro for spell :)
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi, I got a question. Can someone write a macro which will:
- cast spell for example utito tempo if i got more than 100 mana potions on me
- bot will cast this spell ONLY when is attacking some monster (i mean monster is marked - male attack)
- there are LESS monster (not people included) than 2 - bot can use this spell only when there is one monster on screen and my character is attacking this monster

I will give rep+ of course.
Thanks in advance
Please maybe part of the scirpt? Sad
Try:
[macro]800 {Utito Tempo} PotionID:=268 Self.Attacking()==1 Misc.ItemCountEx(!PotionID!)>=100 Creatures.NPCOnScreen()<=1 Self.Mana()>=290 Status.Cursed()==0 Self.Say(utito tempo) Exit() [/macro]

You can't use this macro if u are botting with "Utura Gran", if u wanna bot with "Utura Gran"

Try:
[macro]800 {Utito Tempo & Utura Gran} PotionID:=268 Self.Attacking()==1 Misc.ItemCountEx(!PotionID!)>=100 Creatures.NPCOnScreen()<=1 Self.Mana()>=290 Status.Cursed()==0 Self.Say(utito tempo) Self.Mana()>=160 Self.Say(utura gran) Exit() [/macro]

PD: No is a "scirpt" and "script", It's a macro xd
thank you for your time Smile
rep + it works