Config.CustomAttack baalrun magic immun

mcsego

Guest
hello,
i use hammerdin and if i make baalruns there are monster with immun magic, how i find the monster id, and with witch skill i can use to kill ?

Config.CustomAttack = {
??
and another question how can i add 2 pickits ?

Config.PickitFiles = {
-- You can use a relative file path. To add multiple pickits with olders use double backslash in path.
"pickits\\pickit.nip", "pickits\\pickit2.nip",
}

thats correct?
 
Solution
for all who use hammerdin and want to run baal and have problem with ravler magic immune i put this one and its working your merc killing the mobs after killed your hammerdin killing the spawing selekt.


--[[ #### 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
}
you have to remove --
like
--BAAL RUN
[670] = { 101, 113 }, -- unravler9
[105] = { 101, 113 }, -- unravler5
[381] = { 112, 113 }, -- skmage_cold

mcsego

Guest
for all who use hammerdin and want to run baal and have problem with ravler magic immune i put this one and its working your merc killing the mobs after killed your hammerdin killing the spawing selekt.


--[[ #### 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
}
 

mcsego

Guest
for all who use hammerdin and want to run baal and have problem with ravler magic immune i put this one and its working your merc killing the mobs after killed your hammerdin killing the spawing selekt.


--[[ #### 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
}
you have to remove --
like
--BAAL RUN
[670] = { 101, 113 }, -- unravler9
[105] = { 101, 113 }, -- unravler5
[381] = { 112, 113 }, -- skmage_cold
 
Solution
Top