HVUT 2.5.0 UPDATE1. Fixed the bug that caused the RE timer to disappear when using Monsterbation script with ajax activated (
cfg.ajaxRound).
1-1) You need to install both
HVUT and
HVUT_URL, and delete
HVUT_RE.
1-2) And if you use a monster info feature of Monsterbation (
cfg.monsterInfo and others), you need to modify it.
Go to line 438 and insert a line after that.
QUOTE(Monsterbation 1.2.4.3)

// main function triggered on page load
function Enhance() { // line 435
if ( document.getElementById('gay_sex') ) return;
Riddlemaster();
if ( !(log = document.getElementById('textlog')) ) return; // line 438
if(location.search!=="?s=Battle"){location.href="/?s=Battle";return;} // add this line
monsters = document.getElementsByClassName('btm1'); // line 439
2. Now you can set the price of items for different purposes: Equipment Shop (salvage value), MoogleMail (CoD) and Upgrade (upgrade cost)
3.
For Item Shop Service providerNow you can fix an invalid request MM and send materials.
4. Just like with repair materials, you can now check the stock of consumable items on the start screen for Arena, RoB, GF and IW
(
settings.equipEnchantInventory)
5. You can now get an alert if the lottery prize meets a specific condition.
(
settings.lotteryCheck)
[attachmentid=126472] [attachmentid=126473] [attachmentid=126481] [attachmentid=126475]
This post has been edited by sssss2: Jan 24 2019, 09:48