Cactbot's user folder
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 

36 lines
1.0 KiB

// Rename this file to `radar.js` and edit it to change the radar ui.
// This file is Javascript. Anything after "//" on a line is a comment.
// If you edit this file, remember to reload ACT or click the "Reload overlay"
// button on the raidboss CactbotOverlay.
// If there are errors in this file, they will appear in the OverlayPlugin.dll
// log window in ACT.
// You can add your own monster list here.
Options.CustomMonsters = {
// 'Any': {
// 'name': { // monster names
// 'en': 'ya-te-veo',
// 'cn': '食人花',
// 'ja': 'ヤテベオ',
// },
// 'hp': 1000, // minimum hp of the monster
// 'rank': 'Custom', // rank
// },
};
// You can also add different options to different ranks.
Options.RankOptions = {
// 'S': {
// DetectionRange: 100,
// TTS: true,
// Type: 'mob', // can be 'mob' or 'any'
// Enabled: true,
// },
// 'Custom': {
// DetectionRange: 500,
// TTS: false,
// PopSoundAlert: true,
// Type: 'any',
// Enabled: true,
// },
};