Author Topic: Blacksmith 40 - 120 v 0.1  (Read 9869 times)

0 Members and 1 Guest are viewing this topic.

Offline MadeInAbdulTopic starter

  • Newbie
  • *
  • Posts: 5
  • Activity:
    0%
  • Reputation Power: 0
  • MadeInAbdul has no influence.
  • Respect: 0
  • Referrals: 0
    • View Profile
Blacksmith 40 - 120 v 0.1
« on: August 19, 2020, 12:43:12 PM »
0
Made a blacksmith script, for those who still need to train it.

OSI
English
Tinkering needed

Using a alternative training method.
Mace
Maul
Kryss
Shuriken
Circlet
Boomrang


Code: [Select]
// Blacksmith 40 - 120 v 0.1
// OSI - English
//
// Needed:
// Secure box with Ingots and atleast 2 Tinkers Tools
// Tinkering (So u can craft Tinkers Tools)
//
// Made By MadeInAbdul
//
//WARNING: This will melt Maul, Kryss, Mace, Shuriken, Circlet and Boomerang
// Move those items if you want to keep the ones u already have in bag
//
// Have fun!
//
if not findalias 'boxbox'
  headmsg 'Target your Ingots box' 50 'self'
  promptalias 'boxbox'
endif
if not @listexists 'shitmelt'
  createlist 'shitmelt'
  pushlist 'shitmelt' 0x143b // Maul
  pushlist 'shitmelt' 0x1401 // Kryss
  pushlist 'shitmelt' 0xf5c // Mace
  pushlist 'shitmelt' 0x27ac //Shuriken
  pushlist 'shitmelt' 0x2b6e //Circlet
  pushlist 'shitmelt' 0x4067 // Boomerang
endif
if not @gumpexists 'boxbox'
  useobject 'boxbox'
  pause 500
endif
while not dead 'self'
  if @ingump 0x1cc 'The tool must'
    replygump 0x1cc 0
  endif
  if @counttype 0x1bf2 0 'backpack' < 30
    movetype 0x1bf2 'boxbox' 'backpack' 0 0 0 0 500
  endif
  if not hidden 'self'
    useskill 'hiding'
  endif
  if not @findtype 0xfbc 0 'backpack'
    if @findtype 0x1eb9 0 'backpack'
      usetype 0x1eb9 0 'backpack'
      waitforgump 0x1cc 15000
      for 3
        replygump 0x1cc 9003
        waitforgump 0x1cc 15000
        replygump 0x1cc 20
        waitforgump 0x1cc 15000
      endfor
      replygump 0x1cc 0
    elseif @counttype 0x1eb9 0 'backpack' < 1
      movetype 0x1eb9 'boxbox' 'backpack' 0 0 0 0
      pause 900
      usetype 0x1eb9 0 'backpack'
      waitforgump 0x1cc 15000
      for 2
        replygump 0x1cc 9003
        waitforgump 0x1cc 15000
        replygump 0x1cc 11
        waitforgump 0x1cc 15000
      endfor
      replygump 0x1cc 0
      pause 900
      movetype 0x1eb9 'backpack' 'boxbox' 0 0 0 0
    elseif not @findtype 0x1eb9 0 'boxbox'
      headmsg 'Out of Tinker tools' 50 'self'
      messagebox 'No tools' 'Out of tinker tools, restock :)'
      break
    endif
  endif
  for 0 to 'shitmelt'
    while @findtype shitmelt[] 0 'backpack'
      if not gumpexists 0x1cc
        usetype 0xfbc 0 'backpack'
        waitforgump 0x1cc 15000
      endif
      replygump 0x1cc 7000
      waitfortarget 15000
      target! 'found'
      pause 500
    endwhile
  endfor
  if skill 'Blacksmithy' < 40
    headmsg 'Go buy Blacksmity skills from New Haven' 50 'self'
  elseif not gumpexists 0x1cc
    usetype 0xfbc 0 'backpack'
    waitforgump 0x1cc 15000
  elseif skill 'Blacksmithy' < 45
    replygump 0x1cc 9007
    waitforgump 0x1cc 15000
    replygump 0x1cc 77
    waitforgump 0x1cc 15000
  elseif skill 'Blacksmithy' < 47.5
    replygump 0x1cc 9007
    waitforgump 0x1cc 15000
    replygump 0x1cc 78
    waitforgump 0x1cc 15000
  elseif skill 'Blacksmithy' < 75
    replygump 0x1cc 9004
    waitforgump 0x1cc 15000
    replygump 0x1cc 47
    waitforgump 0x1cc 15000
  elseif skill 'Blacksmithy' < 89.9
    replygump 0x1cc 9004
    waitforgump 0x1cc 15000
    replygump 0x1cc 56
    waitforgump 0x1cc 15000
  elseif skill 'Blacksmithy' < 100
    replygump 0x1cc 9002
    waitforgump 0x1cc 15000
    replygump 0x1cc 104
    waitforgump 0x1cc 15000
  elseif skill 'Blacksmithy' < 120
    replygump 0x1cc 9009
    waitforgump 0x1cc 15000
    replygump 0x1cc 208
    waitforgump 0x1cc 15000
  elseif skill 'Blacksmithy' == 120
    break
  endif
endwhile

Edit: Spelling error
« Last Edit: August 19, 2020, 02:33:59 PM by MadeInAbdul »

Offline Tidus

  • Lazy
  • Administrator
  • *
  • *
  • Posts: 1291
  • Activity:
    0%
  • Reputation Power: 15
  • Tidus is working their way up.Tidus is working their way up.Tidus is working their way up.
  • Gender: Male
  • Mind Blown
  • Respect: +151
  • Referrals: 2
    • View Profile
    • Ultimate Apparel
Re: Blacksmith 40 - 120 v 0.1
« Reply #1 on: December 20, 2021, 06:29:04 PM »
0
Just got looking over the script. Nice job!
For those who have fought for it, freedom has a taste the protected will never know ~ Anonymous, Vietnam, 1968

Tags: