dodying / UserJs

MIT License
310 stars 120 forks source link

New arenas issue #92

Closed chellothere closed 2 years ago

chellothere commented 2 years ago

Hello, Doddying, your script is great!

Can you please add the two new persistent arenas into idle arena support? Thank you.

chellothere commented 2 years ago

Guess I found the solution by myself, just add: <input id="arLevel_400" value="400,34" type="checkbox"><label for="arLevel_400">400</label> <input id="arLevel_500" value="500,35" type="checkbox"><label for="arLevel_500">500</label> in line number 472, it will look like this: <input id="arLevel_120" value="120,20" type="checkbox"><label for="arLevel_120">120</label> <input id="arLevel_130" value="130,21" type="checkbox"><label for="arLevel_130">130</label> <input id="arLevel_140" value="140,23" type="checkbox"><label for="arLevel_140">140</label> <input id="arLevel_150" value="150,24" type="checkbox"><label for="arLevel_150">150</label> <input id="arLevel_165" value="165,26" type="checkbox"><label for="arLevel_165">165</label> <input id="arLevel_180" value="180,27" type="checkbox"><label for="arLevel_180">180</label> <input id="arLevel_200" value="200,28" type="checkbox"><label for="arLevel_200">200</label> <input id="arLevel_225" value="225,29" type="checkbox"><label for="arLevel_225">225</label> <input id="arLevel_250" value="250,32" type="checkbox"><label for="arLevel_250">250</label> <input id="arLevel_300" value="300,33" type="checkbox"><label for="arLevel_300">300</label> <input id="arLevel_400" value="400,34" type="checkbox"><label for="arLevel_400">400</label> <input id="arLevel_500" value="500,35" type="checkbox"><label for="arLevel_500">500</label><br>',

Zenith1984 commented 2 years ago

By any chance do you know how to make the script work in Isekai mode? I have been busting my brain trying to make it work.

Oh and you are a life saver with the correct lines of code for the new arenas! Thank you!

chellothere commented 2 years ago

By any chance do you know how to make the script work in Isekai mode? I have been busting my brain trying to make it work.

Oh and you are a life saver with the correct lines of code for the new arenas! Thank you!

Did you try to update the script? It works fine for me. v2.90.16