I know it's UOsteam, the forum title said so . Just pointing out how it makes me question the server rules.this macro is uosteam everything is fine !
Using steam correct?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.
What is it doing? It give you any system messages?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.
/ 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
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
team scripting and appreciate the help.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
// 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
This is a steam macro posted by a member of staff...lol?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."
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 wellFor some reason the macro above isn't smelting for me. Any help?
// 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