Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Need macro [stop cavebot when x % mana, and full x % start ]
#1
Hi.
I need macro [stop cavebot when x % mana, and full x % start ]

same elfbot:
auto 200 if [$mppc >= X && $caveboton == 0] { setcavebot on } | if [$mppc <= X && $caveboton == 1] { setcavebot off }

Thakns <3
Reply
#2
Why? It will just make your character stop in random place.

What's your goal?
Reply
#3
why when I turn on the cavebot figure I move 1sqm per minute.
as well as lag Angry
Reply
#4
(10-21-2018, 08:44 PM)Catar Wrote: Why? It will just make your character stop in random place.

What's your goal?

Yyyy random place? Xd cavebot stop 30% mana and use potion to 90% my mana and start cavebot.
What do you not understand?
Reply
#5
(10-22-2018, 01:13 AM)bombatyka Wrote: Yyyy random place? Xd cavebot stop 30% mana and use potion to 90% my mana and start cavebot.
What do you not understand?

Purpose
Reply
#6
Bump.
Reply
#7
Did not work, sorry.
Reply
#8
[Image: bOhXcun.png]

Just set up Mana Tools to do what you need
Reply
#9
Based on the given elf commands, looks like what the user really want is:
1. Turn off Cavebot when Mana Drinker is healing
2. Turn on Cavebot when Mana Drinker is not healing anymore
Reply
#10
Code:
200 {N} ID:=Creature.Self() IDPotion:=238 Self.Mana%()=<30 [Mp] Cavebot.Stop() Self.Attacking()==0 Creature.ShootOn(!ID, !IDpotion) Exit()  {Mp} Self.Mana%()=>50 Cavebot.Start() Exit()
Reply
#11
(10-25-2018, 07:45 PM)LucasN Wrote:
Code:
200 {N} ID:=Creature.Self() IDPotion:=238 Self.Mana%()=<30 [Mp] Cavebot.Stop() Self.Attacking()==0 Creature.ShootOn(!ID, !IDpotion) Exit()  {Mp} Self.Mana%()=>50 Cavebot.Start() Exit()

Nice! Thanks u <3
Rep for u
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)