ScriptUO

Official ScriptUO EasyUO Scripts => Script Library => Freeshard specific scripts => Topic started by: Hitech on June 12, 2016, 02:10:41 AM

Title: Hitech's Tamers Little Gainer
Post by: Hitech on June 12, 2016, 02:10:41 AM
Hitech's Tamers Little Gainer

Quote
;===========================================
; Script Name: Hitech's Tamers Little Gainer
; Authors: Hitech
; Version: 1.0.1
; Client Tested with: 7.0.41.1
; EUO version tested with: 1.5.1 (297)
; Shard: ScriptUo's Rebirth
; Revision Date: 6-12-2016
; Public Release: 6-12-2016
; Purpose: gain taming from 0 - 120 with item "tamers little helper"
;              (buy item from stable npc)
; Special Thanks: to all the ScriptUO & Rebirth staff
;===========================================
;===========================================
;
; - This ONLY works on ScriptUO's shard Rebirth ----
;
;===========================================


small little script to click helper item, spawn animal , tame and repeat


Setup:



Questions or Problems :
If you have any problems, questions or suggestions about the script, please reply to this post

Version :
1.0.1
1.0.0 - first version

Change Log :
v1.0.0
---initial release

Title: Re: Hitech's Tamers Little Gainer
Post by: MrChumly on June 22, 2016, 02:24:58 PM
Used this the other day and worked great. It was a little slow but for afk taming cant complain.
Title: Re: Hitech's Tamers Little Gainer
Post by: Hitech on June 22, 2016, 04:26:12 PM
ty for testing

i left it a little slow for slower peeps, i will add a easy way to speed it up
Title: Re: Hitech's Tamers Little Gainer
Post by: Endless Night on August 25, 2016, 08:49:55 AM
Congratulations your Script has been added to the Script library
(If you feel the script is in the wrong section please send me a pm.)

Thank you for your submission.
Title: Re: Hitech's Tamers Little Gainer
Post by: gruntman on August 25, 2016, 07:43:51 PM
 - This ONLY works on ScriptUO's shard Rebirth ----

Not for me...However once i get some time away from work I am going to get on fixing this....:)~
Promotions are good!!! This one is replacing a total schmuck that left everything in such a disarray
so the last 3 days have been 13 hours PLUS....thank goodness for adrenaline!! Ok like I said I will take a look at this
soon. It pulls up the selection menu and occasionally actually summons a tamable and tames it but jams up.
Title: Re: Hitech's Tamers Little Gainer
Post by: Endless Night on August 26, 2016, 03:54:31 AM
- This ONLY works on ScriptUO's shard Rebirth ----


That is why it is in the "FreeShard Specific Scripts" category.   Now if you are saying it doesn't function at all, then I will move it to abandoned scripts.
Title: Re: Hitech's Tamers Little Gainer
Post by: gruntman on August 26, 2016, 05:58:40 PM
I play on Rebirth....it functions just has few issues is all
Title: Re: Hitech's Tamers Little Gainer
Post by: TrailMyx on August 28, 2016, 10:45:57 AM
I wrote one for the TLH if you'd like to give it a whirl.  I'll post on the Rebirth forums.
Title: Re: Hitech's Tamers Little Gainer
Post by: gruntman on August 28, 2016, 02:26:57 PM
I wrote one for the TLH if you'd like to give it a whirl.  I'll post on the Rebirth forums.

If you would that would be great!!

Thanks TM!
Title: Re: Hitech's Tamers Little Gainer
Post by: Hitechs on August 28, 2016, 04:13:36 PM
Im not sure what issues you are having but here is a video of it working as intended




Post Merge: August 28, 2016, 06:52:47 PM
i could add some fail safe checks just to make it more leet,
maybe one for the scan journal loops and one just in case nothing being tamed over a period of time
Title: Re: Hitech's Tamers Little Gainer
Post by: gruntman on August 28, 2016, 05:21:30 PM
Im not sure what issues you are having but here is a video of it working as intended




Post Merge: August 28, 2016, 06:52:47 PM
i could add some fail safe checks just to make it more leet,
maybe one for the scan journal loops and one just in case nothing being tamed over a period of time
Corrupted download somehow...Its all good now
Title: Re: Hitech's Tamers Little Gainer
Post by: The Ghost on August 29, 2016, 06:40:37 PM
I play a bit with it to test it.  Once the pet is tame, it was just ignore the tame, so I remove the ignore and add double click.

Code: [Select]
for %i %jStart %jEnd
          {
           scanjournal %i
           if looks_tame_already in #journal
               {
                Set #lobjectid #findid
                event macro 17
                  ; ignoreitem #ltargetid
                goto tamingStart
                }
          }
    wait 9s
    set %jStart #jindex
    wait 5s
    set %jEnd #jIndex + 1
    for %i %jStart %jEnd
          {
           scanjournal %i
           if accept_you_as in #journal
               {
                Set #lobjectid #findid
                event macro 17
                ; ignoreitem #ltargetid
                goto tamingStart
               }
           if you_fail_to in #journal
               goto taming
          }
Title: Re: Hitech's Tamers Little Gainer
Post by: Hitechs on August 29, 2016, 07:29:35 PM
nice catch ghost ... also might help ... maybe add

Code: [Select]
tamingStart:
gosub setPetInfo

set #lobjectid %tamersLittleHelper
event macro 17
wait 20
if #contsize = 505_209
   {
    click %clickX %clickY f dmc
    wait 20
   }
  else    ;-------------------------------
      goto tamingStart  ;---------------
Title: Re: Hitech's Tamers Little Gainer
Post by: The Ghost on August 30, 2016, 03:10:27 AM
The pet use to vanish once it was tame,