Thread Rating:
  • 1 Vote(s) - 1 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Macro, click on concentrated demonic blood. Please i need help.
#1
Exclamation 
Hello,

I need macro, i was trying to do it myself but i failed. Plan is simple.

Cavebot working
Loot from corpsses working

1. Character is hunting at Grim Reapers
2. When he kill Reaper he open body
Now i need macro to
3. Click on concentrated demonic blood and when it change to Strong Mana Potion bbot loot it to potion bp
4. Then he run to another Grim Reaper
5. ....and over and over again

I think macro is very simple but i like i said i cant do it myself please help !

concentrated demonic blood ID 6558
Reply
#2
First setup LOOTING for demonic blood

then use this.
It will use blood and throw on ground any strong health potions u have in inventory

Code:
x:=Self.X()
y:=Self.Y()
z:=Self.Z()
Hotkey.Use(6558)
Map.Thrown(236, 100, !x!, !y!, !z!)
Exit()

or
Code:
5000 {concentrated} x:=Self.X() y:=Self.Y() z:=Self.Z() Hotkey.Use(6558) Map.Thrown(236, 100, !x!, !y!, !z!) Exit()

And rep me
Reply
#3
Catar, I think if you add sometime more, like 10000 miliseconds it's better because Macro go use only in backpack and throw strong health or move strong mana to Supply backpack.
Reply
#4
Thank You Catar !
Rep + for You
Reply
#5
i use it myself,and i have it on 20 seconds Tongue
but i made 5, so he seen quicker if it actually works for him Tongue
Reply
#6
Good job Catar, reputed.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)