Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Macro for Runes
#2
PVP WORLD AND A LOT OF TYPES OF CREATURES!

Code:
500 {Shot Area Rune} Creatures.OnScreen()>3 Creatures.PlayersOnScreen()==1 creature:=Creature.Attacking() Creature.ShootOn(!creature!, ID OF RUNE)

NON PVP WORLD AND A LOT OF TYPES OF CREATURES!

Code:
500 {Shot Area Rune} Creatures.OnScreen()>3 creature:=Creature.Attacking() Creature.ShootOn(!creature!, ID OF RUNE)

These macros following, works betters, because dont count the players

PVP WOLRD AND ONE TYPE OF CREATURE

Code:
500 {Shot Area Rune} Creatures.ByName(NAME OF CREATURE) Creatures.PlayersOnScreen()==1 creature:=Creature.Attacking() Creature.ShootOn(!creature!, ID OF RUNE)

NON PVP WORLD AND ONE TYPE OF CREATURE

Code:
500 {Shot Area Rune} Creatures.ByName(NAME OF CREATURE) creature:=Creature.Attacking() Creature.ShootOn(!creature!, ID OF RUNE)
REP ++ IF I HELPED YOU !!! THANKS


Messages In This Thread
Macro for Runes - by Hambi - 05-15-2014, 07:25 PM

Forum Jump:


Users browsing this thread: 1 Guest(s)