Author Topic: Blacksmith Trainer  (Read 37150 times)

0 Members and 2 Guests are viewing this topic.

Offline mikerdz101

  • Newbie
  • *
  • Posts: 9
  • Activity:
    0%
  • Reputation Power: 1
  • mikerdz101 has no influence.
  • Gender: Male
  • Hi! my name is Mike Rodriguez!!!😁
  • Respect: +1
  • Referrals: 0
    • View Profile
Re: Blacksmith Trainer
« Reply #45 on: March 10, 2014, 12:23:15 PM »
0
Is it work with a human and 90 mining?
👍

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: Blacksmith Trainer
« Reply #46 on: March 10, 2014, 06:40:04 PM »
0
Is it work with a human and 90 mining?

I used it twice with a human and 0 mining. I took it from 25 to 120 blacksmithy and it worked fine so a human with 90 mining should be fine.  :D

Offline mikerdz101

  • Newbie
  • *
  • Posts: 9
  • Activity:
    0%
  • Reputation Power: 1
  • mikerdz101 has no influence.
  • Gender: Male
  • Hi! my name is Mike Rodriguez!!!😁
  • Respect: +1
  • Referrals: 0
    • View Profile
Re: Blacksmith Trainer
« Reply #47 on: March 12, 2014, 07:13:07 PM »
0
Thanks:)! Just checking.
👍

Offline laxarus

  • Newbie
  • *
  • Posts: 6
  • Activity:
    0%
  • Reputation Power: 1
  • laxarus has no influence.
  • Respect: 0
  • Referrals: 0
    • View Profile
Re: Blacksmith Trainer
« Reply #48 on: June 08, 2014, 04:17:15 PM »
0
Very good script other than that stack issue. I tried a workaround for this but not too sure whether it works perfectly or not. Appreciate feedback on this modification.

Change the LoadMaterials sub with this one and also add another sub.
Code: [Select]
sub LoadMaterials
    finditem %Ingots C_ , #backpackid
         if #findstack < ( 100 * %itemingots )
         {
         set %quantityinpack ( ( %itemingots * 100 ) - #findstack ) ; 2000 - 20 = 1980
         lp1:
         gosub CountIngot
         set %cnt1 0

         if %sumIngot < %quantityinpack
            {
            display You need to place more ingots in your Resource Secure and restart the script.
            halt
            }
         else
            {
            lp2:
            finditem %Ingots C_ , %ResourceSecure
            if #findstack < %quantityinpack
               {
               set %cnt1 %cnt1 + 1
               if %cnt1 > %IngotStackCount
                  {
                       exevent drag #findid #findstack
                       wait 10
                       exevent dropc %ResourceSecure
                       wait 20
                       goto lp1
                  }
               ignoreitem #findid
               goto lp2
               }
            else
               {
                ignoreitem reset
                exevent drag #findid %quantityinpack
                wait 10
                exevent dropc #backpackid
                wait 20
               }
         }
    finditem %Tinkertools C_ , #backpackid
      if #findcnt < 2
      {
       gosub MakeTinkerKit
       gosub skillcheck
      }
Return

and the new sub is this:
Code: [Select]
sub CountIngot
finditem %Ingots C_ , %ResourceSecure
set %IngotStackCount #FINDCNT

for %i 1 %IngotStackCount
{
finditem %Ingots C_ , %ResourceSecure
set %ingotstack . %i #FINDID
set %sumIngot %sumIngot + #FINDSTACK
ignoreitem %ingotstack . %i
}
ignoreitem reset
return

I didn't test it throughly but it should work in theory.

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: Blacksmith Trainer
« Reply #49 on: December 28, 2014, 09:35:48 PM »
0
I know  Paulonius  love to get statso here the result.

Started at 50 smithing  with Gm mining and 90 tinkering. and eat 115 scroll
 stated at 09h00  with 34k ingots and finish at around 21h00 with 1585 ingots left.   The gain was fast at first and slow down after GM.   I did had to restart the script at GM since it was making bascinet.   It was the only problem that I encounter.   

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: Blacksmith Trainer
« Reply #50 on: April 10, 2015, 01:58:47 PM »
0
Started a new guy again, and it been a nightmare. It work fine until  katana.  then I stop smelting then,  restart make the shuriken   and at 75 get stuck.  wont smelt again.  supose to make Wakizaki and them make broadsword.  weird.    I did eat a 120 at the start.   I restart multiple time.  still the same.

Offline TrailMyx

  • Officially retired from UO
  • Administrator
  • *
  • *
  • Posts: 13301
  • Activity:
    0%
  • Reputation Power: 154
  • TrailMyx is awe-inspiring!TrailMyx is awe-inspiring!TrailMyx is awe-inspiring!TrailMyx is awe-inspiring!TrailMyx is awe-inspiring!TrailMyx is awe-inspiring!TrailMyx is awe-inspiring!TrailMyx is awe-inspiring!TrailMyx is awe-inspiring!TrailMyx is awe-inspiring!TrailMyx is awe-inspiring!TrailMyx is awe-inspiring!
  • Gender: Male
  • Viper!
  • Respect: +1349
  • Referrals: 33
    • View Profile
    • ScriptUO
Re: Blacksmith Trainer
« Reply #51 on: July 17, 2016, 01:31:16 PM »
0
I actually moded this script to work for RebirthUO.  So if anyone is interested I can post it for ya.  Basically all I did was verify and slightly change click locations and item types.
Please read the ScriptUO site RULES
Come play RIFT with me!

Offline Toymaker

  • Jr. Member
  • **
  • Posts: 14
  • Activity:
    0%
  • Reputation Power: 1
  • Toymaker has no influence.
  • Respect: +4
  • Referrals: 0
    • View Profile
Re: Blacksmith Trainer
« Reply #52 on: March 16, 2020, 02:52:02 PM »
0
Just wanted to say its working good for me as of 3-16-2020. I love the easy setup and love the no extra glitz.. it just does the work and gets it done.. thank you for the script. I'm human with 0 mining,, went from 0-91.7 so far with 0 issues.

Offline baldielocks

  • Sr. Member
  • *
  • Posts: 301
  • Activity:
    0%
  • Reputation Power: 4
  • baldielocks has no influence.
  • Gender: Male
  • Respect: +11
  • Referrals: 5
    • View Profile
Re: Blacksmith Trainer
« Reply #53 on: March 21, 2020, 11:44:57 AM »
0
0-120 smith in 8 hours, used 45K ingots. Twice it started making the wrong item, but restart fixed it. Thank you for all your work. MUCH easier to use than CEO's.

Offline Piller

  • Jr. Member
  • **
  • Posts: 90
  • Activity:
    0%
  • Reputation Power: 2
  • Piller has no influence.
  • Respect: +3
  • Referrals: 1
    • View Profile
Re: Blacksmith Trainer
« Reply #54 on: November 09, 2022, 03:35:23 AM »
0
ran it up to 115 last night no problems at all

Offline Piller

  • Jr. Member
  • **
  • Posts: 90
  • Activity:
    0%
  • Reputation Power: 2
  • Piller has no influence.
  • Respect: +3
  • Referrals: 1
    • View Profile
Re: Blacksmith Trainer
« Reply #55 on: February 13, 2023, 03:30:23 PM »
0
Finally got a 120 scroll
115-120 no problems @ all around 8k ignots

Tags: