richard203
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?
yes sorry i mean Holy Bolt not smiteCTA 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)
tried that and didnt workConfig.CustomAttack = {
--BAAL RUN
--[670] = { 101, 113 }, -- unravler9
--[105] = { 101, 113 }, -- unravler5
--[381] = { 112, 113 }, -- skmage_cold
}
Did you remove the "--" ?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
}