Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Macro for spell :)
#1
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
Reply
#2
Please maybe part of the scirpt? Sad
Reply
#3
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
Reply
#4
thank you for your time Smile
rep + it works
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)