need help. blacksmith macro

Silex

Apprentice
whats up guys i really need help. i'm not able to find any post that talk about that macro.

i want to raise up blacksmith but when i crate alot of item like kryss for exemple, i need to smelt them one by one to get back my ingots. i know there exist any macro to smelt them automatic but i d'ont know how to do it. any body can help me ? i can pay in game for that advice plz. lol
 

MrParker

Novice
whats up guys i really need help. i'm not able to find any post that talk about that macro.

i want to raise up blacksmith but when i crate alot of item like kryss for exemple, i need to smelt them one by one to get back my ingots. i know there exist any macro to smelt them automatic but i d'ont know how to do it. any body can help me ? i can pay in game for that advice plz. lol

Did you try this one?

////////////////////////////////////
// Uses tongs. This macro is
// designed for training
// blacksmithy from 50.
//
// Turn on loop and click play!
//
// ~~Made by kdivers~~
////////////////////////////////////

if skill 'Blacksmithy' < 50

headmsg 'You should have started with 50 skill!'

stop

elseif skill 'Blacksmithy' <= 93

if usetype 0xfbb 'any' 'backpack'

waitforgump 0x38920abd 15000

replygump 0x38920abd 50

waitforgump 0x38920abd 15000

replygump 0x38920abd 16

pause 2000

endif

if usetype 0xfbb 'any' 'backpack'

waitforgump 0x38920abd 15000

replygump 0x38920abd 14

waitfortarget 15000

@targettype! 0x1403 0x0 'backpack'

endif

elseif skill 'blacksmithy' < 100

if usetype 0xfbb 'any' 'backpack'

waitforgump 0x38920abd 15000

replygump 0x38920abd 15

waitforgump 0x38920abd 15000

replygump 0x38920abd 16

pause 2000

endif

if usetype 0xfbb 'any' 'backpack'

waitforgump 0x38920abd 15000

replygump 0x38920abd 14

waitfortarget 15000

@targettype! 0x1413 0x0 'backpack'

endif

else

headmsg 'Blacksmithy complete!'

stop

endif
 

Silex

Apprentice
No i dont try this ? Should i past all this mess in my macro script ? And took some tongs in my back pack ?
 
Top