Hammerdin Script

SumDumGoy

Administrator
Staff member
i need a script for wave 2 throne and I dont see a section that let the hammerdin use cta? and stash gold to share gold after main one is full?
 

mcsego

Guest
here are 2 script what you can use first is FOH if you skilled it one point or use smite it is if you do hammer perf. skilled try what you think its better


-----------FOH-------
Config.CustomAttack = {


-- Throne of Destruction
[670] = { 121, 123 }, -- unraveler9 (Horadrim Ancient)
[105] = { 121, 123 }, -- unraveler5 (Achmel the Cursed & Minions)
[381] = { 112, 113 }, -- skmage_cold3 (Death Mage along Achmel the Cursed)
}
---------------------Smite---------------
Config.CustomAttack = {

--BAAL RUN
--[670] = { 101, 113 }, -- unravler9
--[105] = { 101, 113 }, -- unravler5
--[381] = { 112, 113 }, -- skmage_cold
}
 

SumDumGoy

Administrator
Staff member
thnx how about script for cta and stashing gold to shared gold after main gold stash is maxed?
 

SumDumGoy

Administrator
Staff member
CTA should auto cast when the timer is down to 30 seconds.. no need to specifically program the skill. the bot knows if you have it equipped on swap.. Shared gold, not sure.. but why not just enable gambling?

also, i think Smite is skill 97, not 101 (101 seems to be holy bolt)
 

mcsego

Guest
CTA should auto cast when the timer is down to 30 seconds.. no need to specifically program the skill. the bot knows if you have it equipped on swap.. Shared gold, not sure.. but why not just enable gambling?

also, i think Smite is skill 97, not 101 (101 seems to be holy bolt)
yes sorry i mean Holy Bolt not smite :)
 

SumDumGoy

Administrator
Staff member
did i do something wrong my hammderin is not using holy bot on them?

--[[ #### Custom Attack Setting ####
Allows custom skills to be used on custom monsters. See _monsters.txt for monster IDs
Format: [ID] = {timed skill id, untimed skill id}
Example: [156] = {38, -1} -- use Charged Bolt on Andariel ]]--
Config.CustomAttack = {
-- Throne of Destruction
[670] = { 121, 123 }, -- unraveler9 (Horadrim Ancient)
[105] = { 121, 123 }, -- unraveler5 (Achmel the Cursed & Minions)
[381] = { 112, 113 }, -- skmage_cold3 (Death Mage along Achmel the Cursed)
}
 

esyouele

Member
Config.CustomAttack = {

--BAAL RUN
--[670] = { 101, 113 }, -- unravler9
--[105] = { 101, 113 }, -- unravler5
--[381] = { 112, 113 }, -- skmage_cold
}
 

SumDumGoy

Administrator
Staff member
Config.CustomAttack = {

--BAAL RUN
--[670] = { 101, 113 }, -- unravler9
--[105] = { 101, 113 }, -- unravler5
--[381] = { 112, 113 }, -- skmage_cold
}
tried that and didnt work

--[[ #### Custom Attack Setting ####
Allows custom skills to be used on custom monsters. See _monsters.txt for monster IDs
Format: [ID] = {timed skill id, untimed skill id}
Example: [156] = {38, -1} -- use Charged Bolt on Andariel ]]--
Config.CustomAttack = {

--BAAL RUN
--[670] = { 101, 113 }, -- unravler9
--[105] = { 101, 113 }, -- unravler5
--[381] = { 112, 113 }, -- skmage_cold
}
 

esyouele

Member
tried that and didnt work

--[[ #### Custom Attack Setting ####
Allows custom skills to be used on custom monsters. See _monsters.txt for monster IDs
Format: [ID] = {timed skill id, untimed skill id}
Example: [156] = {38, -1} -- use Charged Bolt on Andariel ]]--
Config.CustomAttack = {

--BAAL RUN
--[670] = { 101, 113 }, -- unravler9
--[105] = { 101, 113 }, -- unravler5
--[381] = { 112, 113 }, -- skmage_cold
}
Did you remove the "--" ?

Config.CustomAttack = {

--BAAL RUN
[670] = { 101, 113 }, -- unravler9
[105] = { 101, 113 }, -- unravler5
[381] = { 112, 113 }, -- skmage_cold
}
 

SumDumGoy

Administrator
Staff member
Did you remove the "--" ?

Config.CustomAttack = {

--BAAL RUN
[670] = { 101, 113 }, -- unravler9
[105] = { 101, 113 }, -- unravler5
[381] = { 112, 113 }, -- skmage_cold
}

ahaha thanks missed the most simple stuff. Do you have a chance have a script for stashing gold to shared stash when main one is full?
 
Top