Author Topic: simple taming trainer (mastery)  (Read 14989 times)

0 Members and 1 Guest are viewing this topic.

Offline sumsum

  • Jr. Member
  • **
  • Posts: 47
  • Activity:
    0%
  • Reputation Power: 1
  • sumsum has no influence.
  • Respect: +9
  • Referrals: 0
    • View Profile
Re: simple taming trainer (mastery)
« Reply #15 on: September 22, 2017, 07:35:11 AM »
0
This works better for med:

sub med
event macro 13 46
wait 2
scanjournal 1
if You_cannot_focus_your_concentration in #journal
  {
  wait 12s
  gosub med
  }
  else
  {
  repeat
  wait 2s
  until #MANA >= #MAXMANA - 10
    return
  }

Offline The Ghost

  • Elite
  • *
  • *
  • Posts: 1917
  • Activity:
    0%
  • Reputation Power: 25
  • The Ghost is on the verge of being accepted.The Ghost is on the verge of being accepted.The Ghost is on the verge of being accepted.The Ghost is on the verge of being accepted.The Ghost is on the verge of being accepted.
  • Respect: +245
  • Referrals: 0
    • View Profile
Re: simple taming trainer (mastery)
« Reply #16 on: September 22, 2017, 03:48:02 PM »
0
I had to rebuild the Med sub aswell and I add a min to cast,    At 210 Mana  I make sure  the lowest I get was 35 so I can med every time

Tags: