Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Macro anty lure
#1
Star 
Hey,

BBot no have option anty luring, maybe make macro - X monster on screen > ignore attack > go to label X and wait X seconds.
And i need macro for energy ring when X monster on screen.
Reply
#2
PHP Code:
500 {Energy RingHP:=600 Self.Health()<!HP! [OnManaSelf.Inventory.Ring()<>3088 Misc.ItemCountEx(3051)>0 Status.ManaShield()==0 Self.Equip.Ring(3051) Exit() {OnManaSelf.Inventory.Ring()==3088 Self.UnEquip.Ring(0) Exit() 



It puts energy ring while HP<600, you can change it.
[Image: sGmYH7p.png]

_____________________________________________
Reply
#3
(10-13-2014, 09:47 PM)Seeken Wrote:
PHP Code:
500 {Energy RingHP:=600 Self.Health()<!HP! [OnManaSelf.Inventory.Ring()<>3088 Misc.ItemCountEx(3051)>0 Status.ManaShield()==0 Self.Equip.Ring(3051) Exit() {OnManaSelf.Inventory.Ring()==3088 Self.UnEquip.Ring(0) Exit() 



It puts energy ring while HP<600, you can change it.

i have this macro, i need for X monster on screen no for HP
Reply
#4
(10-13-2014, 10:51 PM)Bladess Wrote: It puts energy ring while HP<600, you can change it.

i have this macro, i need for X monster on screen no for HP
[/quote]

PHP Code:
monstersCount:=3
idRingOFF
:=3051
idRingON
:=3088
Creatures
.ByName(Rorc)>=!monstersCount! [else]
Self.Inventory.Ring()<>!idRingON!
Self.Equip.Ring(!idRingOFF!)
Exit()
{else} 
Self.Inventory.Ring()==!idRingON!
Self.UnEquip.Ring(0

Here You are.
[Image: sGmYH7p.png]

_____________________________________________
Reply
#5
Try to do kill arenas Special SQM Blocks, Atacking like, Atacking Avoid, it will help you but if some1 will lure for u bbot haven't this option (I guess)
Reply
#6
Quote:monstersCount:=3
idRingOFF:=3051
idRingON:=3088
Creatures.ByName(Rorc)>=!monstersCount! [else]
Self.Inventory.Ring()<>!idRingON!
Self.Equip.Ring(!idRingOFF!)
Exit()
{else}
Self.Inventory.Ring()==!idRingON!
Self.UnEquip.Ring(0)

Not working, and i need macro without 'ByName (creature)' need only with count, 3 monster - equip ring - 2 monster unequip...
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)