Hi folks,
I have a little problem with the code - or rather I propably messed it up by installing multiple userscripts and now am not talented enough to get it back to work the way I want.
Want I want back are the infos (probably from decondelite's database?) on the right side of the monsters that tel you resistances, race and so on.
I already tried to "reinstall" the script and to delete my browsercache and cookies. A little help would be much appreciated.
Here are some parts of the script that I guess could be important
CODE
showMonsterHP: true, // display current and max hp of monsters
shortenHPbars: true, // shorten monster hp bars relative to their max hp
monsterNumbers: false, // show monster numbers instead of letters
monsterInfo: true, // show monster data from decondelite's database
submitScans: true, // automatically submit data to decondelite's database when scanning. requires scanned monster to be unaffected by mitigation reduction
scanTime: 62, // monsters that haven't been scanned in this number of days will be highlighted
CODE
var xmlhttp = new XMLHttpRequest(),
request = 'https://api.niblseed.com:8080/hentaiverse/monsters/' + monsterData.id[0];
CODE
xmlhttp.open('PUT', 'https://api.niblseed.com:8080/hentaiverse/monster', true);
I use a normal Desktop PC with Windows 10, Chrome and Tampermonkey. But just to be sure I also changed the mobile settings:
CODE
// mobile settings
clearRound: false, // clear target and reset hoverAction at round transition, to avoid lingering taps and make monsterBar safer
spacedBar: false, // increase spacing of quickbar and monster bars
monsterBar: true, // add skill/spell icons next to monsters, for single use or tap to engage/tap elsewhere to disengage, single skills and spell rotations
Maybe the problem is somewhere else - I have absolutly no idea of scripting. If you need anything else feel free to ask.
Thanks in advance
- hopkar
HV_Mb_hopkar.zip ( 21.8k )
Number of downloads: 58This post has been edited by hopkar: Jan 3 2019, 14:10