kolton / d2bot-with-kolbot

d2bot game manager by D3STROY3R with kolbot libs by kolton for d2bs
346 stars 334 forks source link

Coldworm the Burrower monster classID #2561

Open yolo1111 opened 4 years ago

yolo1111 commented 4 years ago

Hi,

Do you know which is the monster classID of this monster? Thanks

gtoilet commented 4 years ago

Coldworm the Burrower 15

in the sdk folder SuperUniques.txt

yolo1111 commented 4 years ago

Coldworm the Burrower 15

in the sdk folder SuperUniques.txt

don't work cause i want to use static on this mob. it must be inside the file 'monster classID's.txt' but i cannot find it.

gtoilet commented 4 years ago

well if thats the case and you want to static him just do this Config.StaticList = ["Coldworm the Burrower"]; //

yolo1111 commented 4 years ago

well if thats the case and you want to static him just do this Config.StaticList = ["Coldworm the Burrower"]; //

still not working

gtoilet commented 4 years ago

try just coldworm... idk

or just all one word

Config.StaticList = ["ColdwormtheBurrower"]; //

Config.StaticList = ["15"]; //