New version (1.0.1) has been released Equipment - Fixed the bug when script stop working if you have no equipment on the page (aka "shield bug");
- Corrected the price calculating for materials (aka "1 scrap per 500, not 100");
- The ~label~ input now displays in different place (at the left, not at the bottom);
QUOTE
maybe try this one?
@morinekoYou and i totally forgot that settings for http:// and https:// version of the site are different. So to make script correctly display PR's data below box - you should visit http:// version of the game and save the settings here. It is not a bug or weird implementation - every browser treat http:// and https:// as two different resources and store their local.storages separately.
So it was not a bug after all (IMG:[
invalid]
style_emoticons/default/wink.gif)
QUOTE
and I guess there is still no the tagging system I suggested? cry.gif
Hmm, let me think.
1. Player can rename their equipment freely in whatever they want
2. Player can attach various tags at the end of the name of equipment (for example, Magnificent Axe of Slaughter [AXE-01])
3. There is a button to quickly hide all renames/tags from every equipment and display their original names, and vice versa.
I thought it was a guidelines for your system. Isn't?
QUOTE
2) Box are still badly aligned, i don't know if you already implemented a not-fixed version of them.
@MaharidNo, I do not know then. Tried Firefox 55, tried your font, tried old Chrome, tried various combinations - I cannot make that bug to reaper.
QUOTE
How can i change the color of the worst price in shop?
Now you can - in same code you have edited before you can find
CODE
"<span style='color: brown;'>Bazaar price : "+t.i[id].price+"</span> / <span style='color: grey;'>Salvage price : "+t.i[id].prices+"</span>" : "<span style='color: grey;'>Bazaar price : "+t.i[id].price+"</span> / <span style='color: brown;'>Salvage price : "+t.i[id].prices+"</span>";
Change "color: grey" and "color: brown" to whatever colors you want.
QUOTE
Arena page looks super jumbled. Word wrapping seems weird.
@CryositePlease check the settings - you haven't activate custom font engine. Mind the checkbox near "Use Custom Fonts" =)
QUOTE
a graphic tweak, in Settings -> HV Toolbox section: you may want to reduce the size of time fields, like the ones above. this will also allow you to compact descriptions a bit.
@ScremazDevelopers of Firefox decided that if element has multiple ~!important~ tags in stylesheets - then the very first ~!important~ should be applied.
Chrome sais - the latter ~!important~ should be applied because it overrides the ~importance~ of any other ~!important~ tag.
This is one of the reason why using ~!important~ tags is highly discouraged to begin with.
Default game's stylesheet already has ~!important~ tag for "input [type='text']" element - and thus I cannot rewrite it in script with any other ~!important~ tag in Mozilla. In Chrome, - browser just drops all other ~!important~ and uses last one.
QUOTE
1) Equation for salvagin is wrong, for Superior\Equisite\Magnificent\Legendary\Peerless equipments we get only 1 scrap every 500C value, only Crude\Fair\Average yeld 1 scrap every 100c.
QUOTE
Oh, and for some reason it won't work right on equipment shop shield page:
QUOTE
the alignment goes strange after click ~label~, 2 styles. which is correct? heh.gif
Fixed. I guess.