Welcome Guest ( Log In | Register )

38 Pages V « < 29 30 31 32 33 > »   
Reply to this topicStart new topic
> [Script] HVtoolBox 1.0.14, A comprehensive out-of-battle script - ISK support

 
post Jan 31 2018, 09:13
Post #601
EmuAGR



Newcomer
**
Group: Members
Posts: 63
Joined: 8-February 13
Level 330 (Godslayer)


Inline difficulty changer doesn't work for me, it just hangs on "Wait".



Also, the second page of Arena goes offscreen when I enable one-page, like this:
QUOTE(sangerex @ Jan 12 2018, 02:47) *

Someone, please help me with this problem
Attached Image


I see it was kind of solved here:
QUOTE(Lin Setsu A @ Dec 11 2017, 03:58) *

1. Display all arenas on single page. Layout error
Solved. Thank you friends PM
QUOTE

font-family arial
font-size 8
font-weight normal
font-style normal
vertical adjust -2



[Request] Play a sound when RE is ready? Just like HVRed does.
[Request] Add equipment comparison, I can't find the script...

This post has been edited by EmuAGR: Jan 31 2018, 10:19
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post Feb 11 2018, 21:31
Post #602
pureyang



Regular Poster
******
Group: Gold Star Club
Posts: 765
Joined: 6-June 12
Level 490 (Dovahkiin)


QUOTE(f4tal @ Sep 1 2017, 15:39) *

[*] || - OR-search. For example, "slaughter||phazon||actuator" returns all items that have at least one of these words in their names.

From what I can tell.
|| = broken, returns everything without any regards for input
| = OR

For example
legendary||peerless = return anything, including crude, superior, etc
legendary|peerless = return equipment that is either legendary or peerless.

QUOTE
&& - AND-search. For example, "$level < 150 && $price <= 5000" returns all equipment that cost less than 5000 or equal and has level less than 150.

Couldn't get it to work at all. Not with one &, not with two &&, not with spaces before and after... it just doesn't work
note: i was trying to get "club && ethe"

This post has been edited by mrttao: Feb 11 2018, 22:57
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post Feb 19 2018, 01:42
Post #603
SuicideTree



Newcomer
*
Group: Gold Star Club
Posts: 32
Joined: 14-August 10
Level 333 (Godslayer)


What do the capital letters (A, D, W, E, S, I, etc) next to items mean? I wish there was was a legend for that...

I cannot change difficulty when it is added at the top of the page? Any fixes for that?

Also, do I have to do anything to be able to see the percentile item ranges? Cause it's either not working or I have broken it. Could it be that it's not updated to the latest HV version?

This post has been edited by SuicideTree: Feb 19 2018, 01:44
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post Feb 19 2018, 02:34
Post #604
Superlatanium



Dreaming of optimizing the system
**********
Group: Gold Star Club
Posts: 7,595
Joined: 27-November 13
Level 500 (Godslayer)


QUOTE(SuicideTree @ Feb 18 2018, 23:42) *
..
Are there any Javascript errors?

Are you using the broken default HV font?
User is online!Profile CardPM
Go to the top of the page
+Quote Post

 
post Feb 19 2018, 03:26
Post #605
SuicideTree



Newcomer
*
Group: Gold Star Club
Posts: 32
Joined: 14-August 10
Level 333 (Godslayer)


QUOTE(Superlatanium @ Feb 19 2018, 02:34) *

Are there any Javascript errors?

Are you using the broken default HV font?


No javascript errors as far as I can tell (the console is clean while on HV page, or even when switching difficulty).

No, I'm using custom font as per instructions.

Edit: so the letters are just primary attributes? Can I remove these letters or like add attribute value to them or something?

This post has been edited by SuicideTree: Feb 19 2018, 05:27
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post Feb 19 2018, 11:45
Post #606
Scremaz



A certain pervert. OT expert. Just dancing around in the game.
***********
Group: Gold Star Club
Posts: 24,304
Joined: 18-January 07
Level 500 (Ponyslayer)


QUOTE(SuicideTree @ Feb 19 2018, 00:42) *

What do the capital letters (A, D, W, E, S, I, etc) next to items mean? I wish there was was a legend for that...

QUOTE(SuicideTree @ Feb 19 2018, 02:26) *

Edit: so the letters are just primary attributes? Can I remove these letters or like add attribute value to them or something?

yes and yes. to remove them, go into Settings > Pages with Equipment > Show PABs
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post Feb 19 2018, 22:15
Post #607
pureyang



Regular Poster
******
Group: Gold Star Club
Posts: 765
Joined: 6-June 12
Level 490 (Dovahkiin)


QUOTE(Superlatanium @ Feb 18 2018, 19:34) *

Are there any Javascript errors?

Are you using the broken default HV font?

I am also not seeing any javascript errors, and am using the custom font. And still having the problems in the highlight settings where:

1. && just doesn't work. any line that contains it will highlight nothing

2. || will result in that line highlighting everything. That is "test||tast" will highlight 100% of my equipment in the chosen color.

2a. | correctly does the same thing that || was supposed to do according to documentation.

This post has been edited by mrttao: Feb 19 2018, 22:17
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post Feb 19 2018, 22:20
Post #608
lazyNPC



├┬┴┬┴┤(・_├┬┴┬┴┤
********
Group: Gold Star Club
Posts: 3,346
Joined: 8-June 12
Level 499 (Godslayer)


QUOTE(mrttao @ Feb 19 2018, 21:15) *

...

For me both && and || work perfectly as it should.
I use it like this, for an example:
(magn||legen)&&(!plate)&&(!leather)
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post Feb 19 2018, 22:46
Post #609
pureyang



Regular Poster
******
Group: Gold Star Club
Posts: 765
Joined: 6-June 12
Level 490 (Dovahkiin)


QUOTE(gianfrix94 @ Feb 19 2018, 15:20) *

For me both && and || work perfectly as it should.
I use it like this, for an example:
(magn||legen)&&(!plate)&&(!leather)

Maybe it has to do with my browser or parser?
I am using chromium and violentmonkey.

Incidentally, I hadn't considered trying to combine && and ||. Combining them resulted in nothing being highlighted even when conditions were satisfied.
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post Feb 19 2018, 22:50
Post #610
Scremaz



A certain pervert. OT expert. Just dancing around in the game.
***********
Group: Gold Star Club
Posts: 24,304
Joined: 18-January 07
Level 500 (Ponyslayer)


QUOTE(mrttao @ Feb 19 2018, 21:46) *

Incidentally, I hadn't considered trying to combine && and ||. Combining them resulted in nothing being highlighted even when conditions were satisfied.

it also needs to understand a bit of proposition logic. if you didn't study a bit of math, it may be a bit irksome.

may i ask you which search string are you using? otherwise, feel free to use gianfrix's one for test purposes: it should display you all mag/leg tiers on general, and in particular to exclude leather on light tab and plate on heavy tab
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post Feb 19 2018, 22:57
Post #611
pureyang



Regular Poster
******
Group: Gold Star Club
Posts: 765
Joined: 6-June 12
Level 490 (Dovahkiin)


Testing chromium + tampermonkey instead. Same results on || returning everything... I think I also tested && but I am not sure anymore. Incidentally, installing this in tampermonkey has actually maintained my settings from violetmonkey. I will continue to test browser/parser combos to see if I can narrow it down further.

QUOTE(Scremaz @ Feb 19 2018, 15:50) *

it also needs to understand a bit of proposition logic. if you didn't study a bit of math, it may be a bit irksome.

may i ask you which search string are you using? otherwise, feel free to use gianfrix's one for test purposes: it should display you all mag/leg tiers on general, and in particular to exclude leather on light tab and plate on heavy tab


The string:
Test||Crude

will highlights 100% of my items (I set it to make them green).

The strings:
Legendary && Crude
Lege && Crud
Lege & Crude
Lege&&Crude
Lege&crude
(magn||legen)&&(plate)

will highlight 0% of my items. Even if the match. For example, my legendary plate is not highlighted by any of the above. even though they all should highlight it


------
edit: Tested it with official google chrome + violetmonkey and got same result.

This post has been edited by mrttao: Feb 19 2018, 23:05
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post Feb 19 2018, 23:18
Post #612
lazyNPC



├┬┴┬┴┤(・_├┬┴┬┴┤
********
Group: Gold Star Club
Posts: 3,346
Joined: 8-June 12
Level 499 (Godslayer)


QUOTE(mrttao @ Feb 19 2018, 21:57) *

...

Wait, you are talking about the highlights?
Sorry then, i was talking about the filter.
About the highlights, i saw only | working (IMG:[invalid] style_emoticons/default/heh.gif)
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post Feb 20 2018, 00:38
Post #613
Scremaz



A certain pervert. OT expert. Just dancing around in the game.
***********
Group: Gold Star Club
Posts: 24,304
Joined: 18-January 07
Level 500 (Ponyslayer)


QUOTE(mrttao @ Feb 19 2018, 21:57) *

The string:
Test||Crude

will highlights 100% of my items (I set it to make them green).

which shouldn't. should highlight only Crudes and Tempestuous weapons.

QUOTE(mrttao @ Feb 19 2018, 21:57) *

The strings:
Legendary && Crude
Lege && Crud
Lege & Crude
Lege&&Crude
Lege&crude

of course they don't match. you're asking for an item which is *both* Legendary and Crude at the same time (IMG:[invalid] style_emoticons/default/tongue.gif)

QUOTE(mrttao @ Feb 19 2018, 21:57) *

(magn||legen)&&(plate)

will highlight 0% of my items. Even if the match. For example, my legendary plate is not highlighted by any of the above. even though they all should highlight it

no, only this one should work. and only with Magnificent and Legendary Plates.


but yep, i'm not sure about the highlight either, since me too used the filter only...
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post Feb 20 2018, 02:18
Post #614
pureyang



Regular Poster
******
Group: Gold Star Club
Posts: 765
Joined: 6-June 12
Level 490 (Dovahkiin)


While looking at the script I noticed something.
[wiki.greasespot.net] https://wiki.greasespot.net/Metadata_Block#.40run-at
According to that wiki the valid metadata option is
// @run-at document-end

but this script instead uses
// @start-at document-end

which throws a warning... but shouldn't prevent the script from working. Incidentally document-end is actually the default option anyways... so it is superfluous. Unless its perhaps for some exotic or old parser?

QUOTE(Scremaz @ Feb 19 2018, 17:38) *

of course they don't match. you're asking for an item which is *both* Legendary and Crude at the same time (IMG:[invalid] style_emoticons/default/tongue.gif)

facepalm. I screwed that one up. That was meant as an example though.

Ok, valid combo now:
sup && axe
sup & axe
superior & axe

none of the above 3 examples highlight anything. I am looking at a Superior Axe of the Banshee right now, and it doesn't get highlighted by any of the above 3 examples...

---

Anyways. I have tried to test it on firefox before I got shanghaied by the fam. And I couldn't get it to install. For some reason there is no "save" button in Greasemonkey in firefox when editing a script. So... I am still working on trying to install it in firefox.

---

QUOTE(Scremaz @ Feb 19 2018, 17:38) *

which shouldn't. should highlight only Crudes and Tempestuous weapons.

Exactly. which is my issue. However, I noticed that | works correctly and perform exactly the same as what the documentation says should be ||

QUOTE(Scremaz @ Feb 19 2018, 17:38) *

no, only this one should work. and only with Magnificent and Legendary Plates.

I own multiple mag and legendary plates and none of them was highlighted by the above

QUOTE(Scremaz @ Feb 19 2018, 17:38) *
but yep, i'm not sure about the highlight either, since me too used the filter only...

Mind testing it out for me please? I would like to know if it works on your or not, since gianfrix said it works just fine on his...

This post has been edited by mrttao: Feb 20 2018, 02:41
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post Feb 20 2018, 02:22
Post #615
pureyang



Regular Poster
******
Group: Gold Star Club
Posts: 765
Joined: 6-June 12
Level 490 (Dovahkiin)


finally got it working on firefox. Greasemonkey has no buttons when editing a script. you can only save via the keyboard shortcut of ctrl+s

On firefox, the drag & drop for the box containing all the stuff (various shortcuts from thisscript, as well as filter) doesn't work. it remains stuck in its original spot.

In regards to highlighting, I had deleted all highlighting options except for one. I set it to change the text color to green. And then inputted various strings to test it out.

String:
Axe

worked. changed the text color to green on all 4 of my axes

Strings:
Axe & sup
Axe && sup

didn't work. failed to change my superior axe of the banshee green.

String:
axe||sup
axe||superior

didn't work. changed everything to green. Magnificent ethereal shortsword of slaughter does not contain either axe nor superior. but still gets highlighted.

String:
axe|superior

works. It highlighted my 4 axes. As well as my superior dagger and superior rapier.

-------
TLDR - I am seeing the exact same string parsing issues on:
1. greasemonkey on firefox.
2. violetmonkey on chromium
3. tampermonkey on chromium
4. violetmonkey on google chrome

Oh, and firefox also has an additional bug where drag and drop doesn't work for relocating the settings box.

QUOTE(gianfrix94 @ Feb 19 2018, 16:18) *

Wait, you are talking about the highlights?
Sorry then, i was talking about the filter.
About the highlights, i saw only | working (IMG:[invalid] style_emoticons/default/heh.gif)

I missed that post until now...
I was talking about the highlights, yes.
So, I guess my multi platform testing was redundant since we were talking about different things (IMG:[invalid] style_emoticons/default/tongue.gif).
thanks for clarifying

This post has been edited by mrttao: Feb 20 2018, 02:45
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post Feb 20 2018, 22:25
Post #616
SuicideTree



Newcomer
*
Group: Gold Star Club
Posts: 32
Joined: 14-August 10
Level 333 (Godslayer)


QUOTE(Superlatanium @ Feb 19 2018, 02:34) *

Are there any Javascript errors?

Are you using the broken default HV font?


Follow up, difficulty switching actually works fine on Chrome but not Firefox. Any clues to a fix?

Also, is there an easy way to disable the integrated Percentile ranges? Or even completely replace it with something else?

This post has been edited by SuicideTree: Feb 21 2018, 00:10
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post Feb 21 2018, 06:20
Post #617
Nayas



( 。∀ ゚)
*****
Group: Members
Posts: 700
Joined: 6-February 11
Level 435 (Godslayer)


QUOTE(SuicideTree @ Feb 20 2018, 23:25) *

Follow up, difficulty switching actually works fine on Chrome but not Firefox. Any clues to a fix?

Also, is there an easy way to disable the integrated Percentile ranges? Or even completely replace it with something else?

to disable integrated % add this after all the @match lines
// @exclude *hentaiverse.org/equip/*

I'm not sure why diff changer breaks, same happens for me, it just stays at "Wait.." unless I select the difficulty I'm already on. I'm using hv utils* for some time and it has similar changer that works without problems. You can easily configure it so it would only show up on arena/iw/grindfest or any pages you like, while excluding those from toolbox so they don't conflict.

This post has been edited by Nayas: Feb 21 2018, 06:28
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post Mar 1 2018, 10:44
Post #618
Shizuka Natsuki



SHiNY SWORD MY DiAMOND
*****
Group: Gold Star Club
Posts: 602
Joined: 27-July 13
Level 500 (Ponyslayer)


The same problem with #616. Is there any solution to fix the difficulty switching on Firefox? It caused a little bit inconvenience.

I just made a workaround. Issue closed.

This post has been edited by Shizuka Natsuki: Aug 4 2018, 09:47
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post Mar 2 2018, 01:42
Post #619
pureyang



Regular Poster
******
Group: Gold Star Club
Posts: 765
Joined: 6-June 12
Level 490 (Dovahkiin)


Is there a way to see an item's percentages (like EDB) other than attaching it to a moogle mail?
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post Mar 2 2018, 04:19
Post #620
Ass Spanker



Professional Ass Spanker
********
Group: Gold Star Club
Posts: 4,171
Joined: 25-July 12
Level 500 (Ponyslayer)


QUOTE(mrttao @ Mar 2 2018, 07:42) *

Is there a way to see an item's percentages (like EDB) other than attaching it to a moogle mail?

Hover your cursor above the item, press C (without having Capslock on)
User is offlineProfile CardPM
Go to the top of the page
+Quote Post


38 Pages V « < 29 30 31 32 33 > » 
Reply to this topicStart new topic
2 User(s) are reading this topic (2 Guests and 0 Anonymous Users)
0 Members:

 


Lo-Fi Version Time is now: 4th April 2025 - 19:16