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

0 Members and 2 Guests are viewing this topic.

Offline bendelTopic starter

  • Full Member
  • ***
  • Posts: 215
  • Activity:
    0%
  • Reputation Power: 4
  • bendel has no influence.
  • Respect: +34
  • Referrals: 0
    • View Profile
simple taming trainer (mastery)
« on: January 10, 2016, 03:08:28 PM »
+1
Hi,

i have not found any script to raise 90 to 120 taming using masteries, so i just made an little loop for it.

be sure u have an maximum of MR and if possible Focus & Medit skill !
in 2 days(full) i raise 90-120.

Code: [Select]
display Target your pet!
set #targcurs 1
set %mana 1
while #targcurs = 1
{
wait 1
}
set %petid #LTARGETID
repeat
{
finditem %petid G
if #findcnt < 1
{
gosub getapet
}
if #mana > %mana
{
event macro 15  744
target
event macro 22 0
wait 10
}
}
until #false
return
sub getapet
halt
return



Keep calm and raise your skills.
« Last Edit: January 10, 2016, 03:21:57 PM by bendel »

Offline Endless Night

  • Global Moderator
  • *
  • *
  • Posts: 5467
  • Activity:
    0%
  • Reputation Power: 62
  • Endless Night is awe-inspiring!Endless Night is awe-inspiring!Endless Night is awe-inspiring!Endless Night is awe-inspiring!Endless Night is awe-inspiring!Endless Night is awe-inspiring!Endless Night is awe-inspiring!Endless Night is awe-inspiring!Endless Night is awe-inspiring!Endless Night is awe-inspiring!Endless Night is awe-inspiring!Endless Night is awe-inspiring!
  • Respect: +393
  • Referrals: 1
    • View Profile
Re: simple taming trainer (mastery)
« Reply #1 on: January 11, 2016, 05:42:00 AM »
+1
Nice.. finally an easy way to train taming
Outlaw Josey Wales - "Manwink, A Long Gone Scripty, and Endless are always teasing us with their private sections lol. What there realy saying is scripters rule and users drool."
Briza - "Your a living breathing vortex of usefulness."

Offline bendelTopic starter

  • Full Member
  • ***
  • Posts: 215
  • Activity:
    0%
  • Reputation Power: 4
  • bendel has no influence.
  • Respect: +34
  • Referrals: 0
    • View Profile
Re: simple taming trainer (mastery)
« Reply #2 on: January 12, 2016, 03:23:11 AM »
+1
yeah, the +5 taming SOT at 30 mil is a bit expansive too...

Offline danielbatman

  • Jr. Member
  • **
  • Posts: 17
  • Activity:
    0%
  • Reputation Power: 1
  • danielbatman has no influence.
  • Respect: +2
  • Referrals: 0
    • View Profile
Re: simple taming trainer (mastery)
« Reply #3 on: February 21, 2016, 10:54:54 AM »
+1
Which mastery are you using in this script? I target my pet and nothing happens. Was trying to figure out what I am doing wrong.
« Last Edit: February 21, 2016, 11:05:05 AM by danielbatman »

Offline bendelTopic starter

  • Full Member
  • ***
  • Posts: 215
  • Activity:
    0%
  • Reputation Power: 4
  • bendel has no influence.
  • Respect: +34
  • Referrals: 0
    • View Profile
Re: simple taming trainer (mastery)
« Reply #4 on: February 21, 2016, 12:36:13 PM »
+1
Which mastery are you using in this script? I target my pet and nothing happens. Was trying to figure out what I am doing wrong.

Hello,  it's using "Combat Training", u need the Book of Masteries left click and use Animal Taming.
 U need also minimum to eat Volume I  Animal Taming Primer.

Offline danielbatman

  • Jr. Member
  • **
  • Posts: 17
  • Activity:
    0%
  • Reputation Power: 1
  • danielbatman has no influence.
  • Respect: +2
  • Referrals: 0
    • View Profile
Re: simple taming trainer (mastery)
« Reply #5 on: February 21, 2016, 12:48:53 PM »
+1
I start the script, it comes up with target my pet but then nothing happens.

Offline bendelTopic starter

  • Full Member
  • ***
  • Posts: 215
  • Activity:
    0%
  • Reputation Power: 4
  • bendel has no influence.
  • Respect: +34
  • Referrals: 0
    • View Profile
Re: simple taming trainer (mastery)
« Reply #6 on: February 21, 2016, 12:57:56 PM »
+1
i send you pm

Offline Bseen

  • Newbie
  • *
  • Posts: 4
  • Activity:
    0%
  • Reputation Power: 1
  • Bseen has no influence.
  • Respect: +2
  • Referrals: 0
    • View Profile
Re: simple taming trainer (mastery)
« Reply #7 on: April 15, 2016, 07:51:03 AM »
+1
Sorry for my newbie Question , but how do i obtain a book of mastery? Any prequesites necessary? Skilllvl etc? I bought primer on animal taming but does Not seem to work. Just restarted uo from an old Account and am overwhelmed again. I have taming 102 and lore 105.

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 #8 on: April 15, 2016, 08:32:05 AM »
+1
Book can be obtains from doing various quest. 
1) new land of Oden that a dude near the gate that give a random quest.
2) go to Britain at the music hall,  do any of the 3 quests ( peace/provo or disco) and receive a book.   Book can be transfer or sold to any one. 

To use the mastery  book, right click and select the  mastery you wish to use.   You can change mastery after a cold down of 5 min I believe.

Offline Bseen

  • Newbie
  • *
  • Posts: 4
  • Activity:
    0%
  • Reputation Power: 1
  • Bseen has no influence.
  • Respect: +2
  • Referrals: 0
    • View Profile
Re: simple taming trainer (mastery)
« Reply #9 on: April 15, 2016, 10:41:53 PM »
+1
Thanks!

Working like a charm!

Offline Breakin Knews

  • Newbie
  • *
  • Posts: 5
  • Activity:
    0%
  • Reputation Power: 1
  • Breakin Knews has no influence.
  • Respect: +1
  • Referrals: 0
    • View Profile
Re: simple taming trainer (mastery)
« Reply #10 on: August 01, 2016, 04:25:30 PM »
+1
After target pet it doesnt do anything. not sure what is wrong..

Offline Oracle

  • Hero Member
  • *
  • Posts: 888
  • Activity:
    0%
  • Reputation Power: 14
  • Oracle barely matters.Oracle barely matters.
  • Gender: Male
  • We always want something that we cannot have...!
  • Respect: +97
  • Referrals: 3
    • View Profile
Re: simple taming trainer (mastery)
« Reply #11 on: July 07, 2017, 12:19:52 PM »
+1
I am trying this Script:

Taming is at 101. I have the Masteries Book selected for Animal Taming, I ate the Level 2 Primer, then I tamed a Bull in Jhelom Farms.  I select my Pet, the Bull and it opens up a menu with 3 selections: Empowerment, As One, and  Beserk.  After I select one, it targets the Pet and goes until my Mana runs out and then after meditating the menu comes up again...asking me to select another skill.  Shouldn't it be more automated?  Is there a step that I am missing?



Oracle

ORACLE
Get me a Straw...because I suck...!
PIXEL CRACK -- Love it! Crave it! Want it! Got to have it!

Offline Biza

  • Jr. Member
  • **
  • Posts: 71
  • Activity:
    0%
  • Reputation Power: 1
  • Biza has no influence.
  • Gender: Male
  • Respect: +9
  • Referrals: 0
    • View Profile
Re: simple taming trainer (mastery)
« Reply #12 on: July 07, 2017, 04:32:09 PM »
+1
After targeting you're animal you shouldn't be doing anything. Ignore that gump and let the script run.

Let me edit this, there are two of these out there and I have never used this one. The other one uses TMs med sub I am not sure if this one is working or not. I am sure however that you do NOT need to actually select a mastery. It is casting the spell on your pet and the initial mana cost ONLY. If you select one then it will only cost you more mana and slow you're training down considerably.
« Last Edit: July 07, 2017, 04:35:33 PM by Biza »
Quote from: TrailMyx
These are the things we look for in new users and perspective Elite members:

Quoting Elites/GMods/Admins in your siggys.

Offline Oracle

  • Hero Member
  • *
  • Posts: 888
  • Activity:
    0%
  • Reputation Power: 14
  • Oracle barely matters.Oracle barely matters.
  • Gender: Male
  • We always want something that we cannot have...!
  • Respect: +97
  • Referrals: 3
    • View Profile
Re: simple taming trainer (mastery)
« Reply #13 on: July 07, 2017, 10:05:51 PM »
+1
After targeting you're animal you shouldn't be doing anything. Ignore that gump and let the script run.

Let me edit this, there are two of these out there and I have never used this one. The other one uses TMs med sub I am not sure if this one is working or not. I am sure however that you do NOT need to actually select a mastery. It is casting the spell on your pet and the initial mana cost ONLY. If you select one then it will only cost you more mana and slow you're training down considerably.

Thank you Biza, 

I did just what you said and it worked perfectly.  There is a slight delay in the beginning for the Script to get everything activated, but it works like a charm right after that.  I did purchase a Lvl 2 Taming Mastery and I am using that now.  It doesn't move that fast, but the skill does climb.  I no longer have to run around and chase animals to tame.  I just need to tame one Pet.  Bendel, if you put some easy to follow instructions at the top of the Script, you will have a winner.

ORACLE
Get me a Straw...because I suck...!
PIXEL CRACK -- Love it! Crave it! Want it! Got to have it!

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 #14 on: September 10, 2017, 04:11:38 PM »
+1
Good script thanks! I did make a few changes for me. I changed %mana 1, to %mana 25. BC you need 25 mana to cast. I also added and spot to med. Here's what that looks like.

Thanks

if #mana < %mana
{
gosub med
}
else
{
event macro 15  744
target
event macro 22 0
wait 10
}



sub med
event macro 13 46
wait 2
scanjournal 1
if You_cannot_focus_your_concentration in #journal
  {
  wait 12s
  gosub med
  }
  else
  {
  wait 25s
    return
  }

Tags: