Blacksmith Slayer Crafter

Dimok

Master
Hey Fire, is the macro you posted a bowcraft slayer? I've been lookin for one and couldn't find one, should really make a new forum topic and post this if so. I just hit gm fletching and I'm ready to rock.
 

Firecrest

Grandmaster
This is already on the forum I was hoping someone could adjust to a bs slayer macro. I can't get the bs one to work.
 

Elizabeth Gold

Grandmaster
Macro's like these that automate a huge part of the game, make me question the server rules:

"Use of any third party program that IS NOT Razor, Sallos(UOF version) or SteamUO is prohibited. We do not tolarate any EasyUO/speedhack users, found users will be removed from the game."
 

Dimok

Master
Edit*
Just a heads up, if you don't know macros (like me).
Make sure you don't move any slayers out of that designated slayer bag, it smelts em!
 
Last edited by a moderator:

JackPalance

Master
I really wish I could get this thing working. I can't get it to sort or smelt to save my life. I removed the lines that DocOp had a problem with, still no luck.
 

JackPalance

Master
Sorry for the late reply. Yes, I am using steam. It is smelting the slayers. I have posted my code, below. I am quite certain that it is user error. I am quite new to s
Code:
/ THIS USES TONGS
if not findalias 'slayerbag'
  promptalias 'slayerbag'
endif
if not hidden 'self'
  useskill 'hiding'
endif
if listexists 'slayertype'
  clearlist 'slayertype'
else
  createlist 'slayertype'
endif
//0xf5e broadsword
//0x13ff katana
//0xf4b double axe
//0x1403 short spear
//0xf49 axe
//0x1401 kryss
//0x1439 war hammer
//0x1407 war mace
//0xf47 battle axe
//==========CHANGE THIS============
pushlist 'slayertype' 0xf47
//==========CHANGE THIS============
@usetype 0xfbb 0x0 'backpack'
waitforgump 0x38920abd 30000
replygump 0x38920abd 21
pause 2000
if @injournal 'crafted a slayer' 'system'
  @findtype slayertype[0] 0x0 'backpack'
  moveitem 'found' 'slayerbag'
  ignoreobject 'found'
  clearjournal
  sysmsg 'Slayer crafted!' 33
  pause 600
else
  @findtype slayertype[0] 0x0 'backpack'
  @usetype 0xfbb 0x0 'backpack'
  waitforgump 0x38920abd 30000
  replygump 0x38920abd 14
  waitfortarget 30000
  @Target! 'found'
  pause 600
endif
if counttype slayertype[0] 'any' 'backpack' > 0
  headmsg 'EXTRA WEAPON CRAFTED'
  stop
endif
team scripting and appreciate the help.:)
 

clutchxo

Grandmaster
Sorry for the late reply. Yes, I am using steam. It is smelting the slayers. I have posted my code, below. I am quite certain that it is user error. I am quite new to s
Code:
/ THIS USES TONGS
if not findalias 'slayerbag'
  promptalias 'slayerbag'
endif
if not hidden 'self'
  useskill 'hiding'
endif
if listexists 'slayertype'
  clearlist 'slayertype'
else
  createlist 'slayertype'
endif
//0xf5e broadsword
//0x13ff katana
//0xf4b double axe
//0x1403 short spear
//0xf49 axe
//0x1401 kryss
//0x1439 war hammer
//0x1407 war mace
//0xf47 battle axe
//==========CHANGE THIS============
pushlist 'slayertype' 0xf47
//==========CHANGE THIS============
@usetype 0xfbb 0x0 'backpack'
waitforgump 0x38920abd 30000
replygump 0x38920abd 21
pause 2000
if @injournal 'crafted a slayer' 'system'
  @findtype slayertype[0] 0x0 'backpack'
  moveitem 'found' 'slayerbag'
  ignoreobject 'found'
  clearjournal
  sysmsg 'Slayer crafted!' 33
  pause 600
else
  @findtype slayertype[0] 0x0 'backpack'
  @usetype 0xfbb 0x0 'backpack'
  waitforgump 0x38920abd 30000
  replygump 0x38920abd 14
  waitfortarget 30000
  @Target! 'found'
  pause 600
endif
if counttype slayertype[0] 'any' 'backpack' > 0
  headmsg 'EXTRA WEAPON CRAFTED'
  stop
endif
team scripting and appreciate the help.:)


Have you reset your slayer bag in the steam options?
 

Nakor

Expert
// THIS USES TONGS
if not findalias 'slayerbag'
promptalias 'slayerbag'
endif
if not hidden 'self'
useskill 'hiding'
endif
if listexists 'slayertype'
clearlist 'slayertype'
else
createlist 'slayertype'
endif
//0xf5e broadsword
//0x13ff katana
//0xf4b double axe
//0x1403 short spear
//0xf49 axe
//0x1401 kryss
//0x1439 war hammer
//0x1407 war mace
//0xf47 battle axe
//==========CHANGE THIS============
pushlist 'slayertype' 0xf47
//==========CHANGE THIS============
@usetype 0xfbb 0x0 'backpack'
waitforgump 0x38920abd 30000
replygump 0x38920abd 21
pause 2000
if @injournal 'crafted a slayer' 'system'
@findtype slayertype[0] 0x0 'backpack'
moveitem 'found' 'slayerbag'
ignoreobject 'found'
clearjournal
sysmsg 'Slayer crafted!' 33
pause 600
else
@findtype slayertype[0] 0x0 'backpack'
@usetype 0xfbb 0x0 'backpack'
waitforgump 0x38920abd 30000
replygump 0x38920abd 14
waitfortarget 30000
@Target! 'found'
pause 600
endif
if counttype slayertype[0] 'any' 'backpack' > 0
headmsg 'EXTRA WEAPON CRAFTED'
stop
endif


For some reason the macro above isn't smelting for me. Any help?
 

VFingerDiscount

Grandmaster
Macro's like these that automate a huge part of the game, make me question the server rules:

"Use of any third party program that IS NOT Razor, Sallos(UOF version) or SteamUO is prohibited. We do not tolarate any EasyUO/speedhack users, found users will be removed from the game."
This is a steam macro posted by a member of staff...lol?

Sent from my STUDIO 5.5 using Tapatalk
 

DocOp

Adept
For some reason the macro above isn't smelting for me. Any help?
You have that set for battle axes. Are you certain you changed that when you were done with axes? Cause that looks exactly like he one I use and I ran into that problem as well
 

Alucard

Grandmaster
Code:
// THIS USES SMITH'S HAMMER TOOL
if not findalias 'slayerbag'
  promptalias 'slayerbag'
endif
if not hidden 'self'
  useskill 'hiding'
endif
if listexists 'slayertype'
  clearlist 'slayertype'
else
  createlist 'slayertype'
endif
//0xf5e broadsword
//0x13ff katana
//0xf4b double axe
//0x1403 short spear
//0xf49 axe
//0x1401 kryss
//0x1439 war hammer
//0x1407 war mace
//0xf47 battle axe
//==========CHANGE THIS============
pushlist 'slayertype' 0x13ff
//==========CHANGE THIS============
@usetype 0x13e3 0x0 'backpack'
waitforgump 0x38920abd 30000
replygump 0x38920abd 21
pause 2000
if @injournal 'crafted a slayer' 'system'
  @findtype slayertype[0] 0x0 'backpack'
  moveitem 'found' 'slayerbag'
  ignoreobject 'found'
  clearjournal
  sysmsg 'Slayer crafted!' 33
  pause 1000
else
  @findtype slayertype[0] 0x0 'backpack'
  @usetype 0x13e3 0x0 'backpack'
  waitforgump 0x38920abd 30000
  replygump 0x38920abd 14
  waitfortarget 30000
  @Target! 'found'
  pause 1000
endif
pause 1500
if targetexists
  canceltarget
endif
pause 2000

UOSteam macro works - Verified,
Crafting Armor\Weapon Slayers - Video
 
Last edited:
Top