Author Topic: Tinker Trainer  (Read 34490 times)

0 Members and 1 Guest are viewing this topic.

Offline Kane12

  • Jr. Member
  • **
  • Posts: 99
  • Activity:
    0%
  • Reputation Power: 1
  • Kane12 has no influence.
  • Respect: +24
  • Referrals: 0
    • View Profile
Re: Tinker Trainer
« Reply #45 on: March 11, 2012, 09:45:26 AM »
0
I ran .30...it ran well for a while but it kept throwing my tinkering tools in the trash....then when they were all in the trash....it stopped and asked for more tinkering tools. I first thought it was the non exceptional tinkering tools...but then I realized even the exceptional ones were going to the trash.

I am running windows XP. OSI shard. I ran the client without UOAssist or Razor.

I went back and ran .20 version and the problem with the tinkering tool tossing into the trash bin.

I will confirm back with how it does stat wise (.20 version).

Thanks so much for the script. I too was running Turbo Tinkerer...it is slower and uses ALOT more ingots to GM...

:)

Offline alonzo104

  • Jr. Member
  • **
  • Posts: 38
  • Activity:
    0%
  • Reputation Power: 1
  • alonzo104 has no influence.
  • Respect: +11
  • Referrals: 1
    • View Profile
Re: Tinker Trainer
« Reply #46 on: December 31, 2012, 03:26:09 PM »
0
Ran the .20 version from 50-100.  Took about 4 hours, and used 11,273 ingots.  Not bad.  Thanks again for a great script.  I avoided the .30 version cause I knew it has issues from year or so ago, so I thought i'd just ride out the .2 version beginning to end. OSI servers, no razor/UOA.

Offline selam

  • Newbie
  • *
  • Posts: 6
  • Activity:
    0%
  • Reputation Power: 1
  • selam has no influence.
  • Gender: Male
  • Goes on smooth, Comes off hairy
  • Respect: +1
  • Referrals: 0
    • View Profile
Re: Tinker Trainer
« Reply #47 on: April 07, 2013, 01:39:54 AM »
0
Paulonius, firstly great script. I used .30 Had no issues. I had my secure with ingots 1 tile away, stood on trash barrel So no issues for me with that setup. I play on a no cap skill server with SA patched. Took about an hour and a half to go from 35-GM and roughly 4k ingots used. Once again Great script highly recommend.

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: Tinker Trainer
« Reply #48 on: March 04, 2014, 03:53:24 PM »
0
I have to rise a new  tinker  (90 to gm) and found this build, use .30.  For some weird reason it make 2 tinker tools and 1 scissor.  When it time to empty main pack, it trash every tinker tool, ring and scissor after it stop because it have no more tools.     

I finally get it to work after I empty my pack and remove the Set %BackpackItemString BackpackContents:



Offline Einstein

  • Jr. Member
  • **
  • Posts: 22
  • Activity:
    0%
  • Reputation Power: 0
  • Einstein has no influence.
  • Respect: +4
  • Referrals: 0
    • View Profile
Re: Tinker Trainer
« Reply #49 on: June 25, 2014, 03:43:16 AM »
0
The 3.0 version trash tinker tools and ingots....and then it hangs up....

Offline sp1d3yman

  • Jr. Member
  • **
  • Posts: 10
  • Activity:
    0%
  • Reputation Power: 1
  • sp1d3yman has no influence.
  • Respect: 0
  • Referrals: 0
    • View Profile
Re: Tinker Trainer
« Reply #50 on: July 08, 2014, 08:27:24 PM »
0
yeah mine did same thing...also my bag filled up and i hadda manually remove 100plus rings...other than that im gm tinker now

Offline Casanova

  • Jr. Member
  • **
  • Posts: 63
  • Activity:
    0%
  • Reputation Power: 2
  • Casanova has no influence.
  • Marine. MMA Champion. Nerd.
  • Respect: +7
  • Referrals: 0
    • View Profile
Re: Tinker Trainer
« Reply #51 on: July 13, 2016, 01:28:44 PM »
0
Running it today. Starting at 27.0 with 20k ingots. Easy setup. Will update.

Offline Casanova

  • Jr. Member
  • **
  • Posts: 63
  • Activity:
    0%
  • Reputation Power: 2
  • Casanova has no influence.
  • Marine. MMA Champion. Nerd.
  • Respect: +7
  • Referrals: 0
    • View Profile
Re: Tinker Trainer
« Reply #52 on: July 14, 2016, 10:06:51 AM »
0
Running it today. Starting at 27.0 with 20k ingots. Easy setup. Will update.

Worked great. Couple times it hung up, quick restart no problem. Hit 100 tinker with 6000 Ingots left out of 20k. Thank you!!

Offline Einstein

  • Jr. Member
  • **
  • Posts: 22
  • Activity:
    0%
  • Reputation Power: 0
  • Einstein has no influence.
  • Respect: +4
  • Referrals: 0
    • View Profile
Re: Tinker Trainer
« Reply #53 on: September 10, 2017, 04:32:04 AM »
+1
On version .30 I had same problem - it tossing tinker tools to the trash can. So - I did a change in the dump sub, and after that it works flawlessly  :D

Simply change the dump sub with this code:


Sub Dump
Repeat
    finditem %Dumplist C_ , #backpackid
    exevent drag #findid #findstack
    wait 10
    exevent dropc %TrashBarrel
    wait 20
    finditem %Dumplist C_ , #backpackid
Until #findcnt < 1
Return


Offline baldielocks

  • Sr. Member
  • *
  • Posts: 301
  • Activity:
    0%
  • Reputation Power: 4
  • baldielocks has no influence.
  • Gender: Male
  • Respect: +11
  • Referrals: 5
    • View Profile
Re: Tinker Trainer
« Reply #54 on: March 21, 2020, 11:46:51 AM »
+1
0-100 tinker in 6 hours. Used 35K ingots. Had an issue with it cleaning everything out of my backpack on the dump item sub. Including tinker kits and ingots. Added an ignore item C_ and it smoothed out. thank you very much!

Offline virtualhabitat

  • Newbie
  • *
  • Posts: 4
  • Activity:
    0%
  • Reputation Power: 1
  • virtualhabitat has no influence.
  • Respect: 0
  • Referrals: 1
    • View Profile
Re: Tinker Trainer
« Reply #55 on: December 30, 2020, 06:21:52 PM »
0
On version .30 I had same problem - it tossing tinker tools to the trash can. So - I did a change in the dump sub, and after that it works flawlessly  :D

Simply change the dump sub with this code:


Sub Dump
Repeat
    finditem %Dumplist C_ , #backpackid
    exevent drag #findid #findstack
    wait 10
    exevent dropc %TrashBarrel
    wait 20
    finditem %Dumplist C_ , #backpackid
Until #findcnt < 1
Return




I had similar/same issues with script.  This fixed it.  Runs great.  Thank you.

Offline bhatchell1920

  • Newbie
  • *
  • Posts: 3
  • Activity:
    0%
  • Reputation Power: 1
  • bhatchell1920 has no influence.
  • Respect: 0
  • Referrals: 0
    • View Profile
Re: Tinker Trainer
« Reply #56 on: January 26, 2021, 07:48:11 PM »
0
Thanks


Post Merge: January 26, 2021, 07:50:05 PM
Trying to use this but I cannot figure out this website.
« Last Edit: January 26, 2021, 07:50:05 PM by bhatchell1920 »

Offline Crisis

  • Global Moderator
  • *
  • *
  • Posts: 2997
  • Activity:
    3.2%
  • Reputation Power: 41
  • Crisis is a force to reckon with.Crisis is a force to reckon with.Crisis is a force to reckon with.Crisis is a force to reckon with.Crisis is a force to reckon with.Crisis is a force to reckon with.Crisis is a force to reckon with.Crisis is a force to reckon with.
  • Gender: Male
  • Scripting well enough to break things!
  • Respect: +205
  • Referrals: 2
    • View Profile
Re: Tinker Trainer
« Reply #57 on: January 27, 2021, 02:30:33 AM »
0
You need to make a good introduction, not just one post. Go to the new member introductions and read the stickies.

Offline Piller

  • Jr. Member
  • **
  • Posts: 90
  • Activity:
    0%
  • Reputation Power: 2
  • Piller has no influence.
  • Respect: +3
  • Referrals: 1
    • View Profile
Re: Tinker Trainer
« Reply #58 on: October 27, 2022, 05:26:56 AM »
0
3.0 I was having similar problems as what was sated before. tossing out tinker tools, threw away ignots. I watched 2.0 run a cycle and it looks to be working perfectly. started at around 87 skill. will repost when gm

Post Merge: October 27, 2022, 09:11:45 AM
just checked and at 99.8 so will be finished soon. 2.0 ran great. Thank you to the author of this saved me 10,000 mouse clicks!
« Last Edit: October 27, 2022, 09:11:45 AM by Piller »

Tags: