Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Anyone up for a challenge? Need help.
#1
I would need some help with this> I want some kind of code/macro to put in that uses knife when 2 monsters around and another weapon when more than 2. and if its possible to make it check constantly if there are more than 2 monsters, to be safe.

Thanks, says the kingpin.
#2
Anyone?
#3
Try
Code:
1000 {Weapons} IDknife:=3291 IDother:=9999 AROUND:=2  Creatures.Beside()>=!AROUND! [knife] Self.Equip.LeftHand(!IDother!) Exit() {knife} Self.Equip.LeftHand(!IDknife!) Exit()


Forum Jump:


Users browsing this thread: 1 Guest(s)