Welcome Guest ( Log In | Register )

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

 
post Aug 31 2019, 04:16
Post #661
lololo16




********
Group: Gold Star Club
Posts: 2,839
Joined: 5-March 12
Level 500 (Ponyslayer)


thank you very much, decondelite =)
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post Feb 2 2020, 17:12
Post #662
KitsuneAbby



Curse God of the Hentai Shrine
**********
Group: Catgirl Camarilla
Posts: 7,571
Joined: 12-July 14
Level 500 (Ponyslayer)


Small update for HV Toolbox coming in!
Very few changes since the last one, but still important nonetheless:
  • When checking an item in your inventory, the amount now defaults to 1 instead of the entire stock. it prevents from sending the entire stock to another player by accident.
  • The ADB ranges have been fixed for Power armor
  • Shades now have separate ranges for Arcanist. Most Arcanist range extremums (save for 2-3 known Peerless Arcanist) have been calculated from the non-Arcanist ranges by multiplying them by 1.007, due to the lack of data in the equipment database.

As usual, feel free to let me know about Legendary/Peerless equipments that happen to find themselves outside of the minimum/maximum range. Be aware that even Live Percentile Ranges cannot be accurate either, due to the equipment database not being fed since a long while. I'll be working on that soon.
In all cases, please do keep such equipments in your possession, so that they do get registered once everything is back to functional.

Here is the download link for it.

HV Toolbox 1.0.6
Attached File  HVtoolBox_1.0.6.user.js.txt ( 166.94k ) Number of downloads: 8637
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post Feb 2 2020, 20:31
Post #663
Venvalion



Back to my hole, it's cooler
*****
Group: Members
Posts: 614
Joined: 8-January 20
Level 421 (Dovahkiin)


Thanks for the update!
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post Feb 25 2020, 16:53
Post #664
DVSkin



Newcomer
*
Group: Recruits
Posts: 12
Joined: 24-June 12
Level 420 (Godslayer)


Thanks for script. I have encontered some trobles in the script. It doesn't work in bazzar or Equip inventory section with list button option. I choiced item for create link, but it won't work, list window is empty. I use 1.0.6 script, firefox 73 and tampermonkey 4.10.6105.
There was another not working function - change difficulty from main window, but fix from p33 helped me.
UPD That was not bug but my mistake in using it. Would be nice if autor will add info how to use list option and what tags use when create link for equipment.

This post has been edited by DVSkin: Feb 25 2020, 17:21
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post Feb 25 2020, 21:35
Post #665
KitsuneAbby



Curse God of the Hentai Shrine
**********
Group: Catgirl Camarilla
Posts: 7,571
Joined: 12-July 14
Level 500 (Ponyslayer)


It's all explained in the button panel.
I'm not the original author, I'm merely doing basic maintenance so the script stays up-to-date.
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post Feb 26 2020, 07:26
Post #666
Maharid



The Sleeper
*******
Group: Catgirl Camarilla
Posts: 2,389
Joined: 27-April 10
Level 500 (Ponyslayer)


How i can re-enable to select all lthe items when cheking them?

EDIT: Found it, for anyone that like to check all items for bulk sell\send change this

CODE
                cbO = $e("input", (t.gr === "equip")? elem : $e("td",t.cm[i]), {func: "check", type: "checkbox", id: id, check: false, class: (t.gr === "equip") ? "equip_select_one" : "item_select_one"});
                cbO.onchange = function() {
                    var countInput = $q("[placeholder='count']", t.i[this.id].elem);
                    if (this.checked) {
                        // countInput.value = t.i[this.id].count;
                        countInput.value = "1";
                    } else {
                        countInput.value = "";
                    }
                    countInput.oninput();
                };

to
CODE
                cbO = $e("input", (t.gr === "equip")? elem : $e("td",t.cm[i]), {func: "check", type: "checkbox", id: id, check: false, class: (t.gr === "equip") ? "equip_select_one" : "item_select_one"});
                cbO.onchange = function() {
                    var countInput = $q("[placeholder='count']", t.i[this.id].elem);
                    if (this.checked) {
                        countInput.value = t.i[this.id].count;
                    } else {
                        countInput.value = "";
                    }
                    countInput.oninput();
                };




This post has been edited by Maharid: Feb 27 2020, 20:18
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post Jun 21 2020, 17:49
Post #667
Zytoxx



Lurker
Group: Gold Star Club
Posts: 9
Joined: 15-January 19
Level 355 (Dovahkiin)


I am trying to use HVtoolbox but can't seem to access the settings or anything.
I recently installed the script and it shows it being active on tampermonkey but I have not been able to use it so far.
Attached ImageAttached Image
I cant find the settings and I am not particularly sure on whether the script is active or not.
(Posted this in the wrong thread, HVRed adds a timer to the RE and Where can I find the settings button for Toolbox unless its on tampermonkey, the code I mean.)
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post Jun 21 2020, 19:32
Post #668
Noni



Hataraku Noni-sama
***********
Group: Catgirl Camarilla
Posts: 13,131
Joined: 19-February 16
Level 500 (Ponyslayer)


QUOTE(Zytoxx @ Jun 21 2020, 17:49) *

I am trying to use HVtoolbox but can't seem to access the settings or anything.
I recently installed the script and it shows it being active on tampermonkey but I have not been able to use it so far.
Attached ImageAttached Image
I cant find the settings and I am not particularly sure on whether the script is active or not.
(Posted this in the wrong thread, HVRed adds a timer to the RE and Where can I find the settings button for Toolbox unless its on tampermonkey, the code I mean.)

well, you won't be finding a settings page. Because there is only one script with an in-game settings page.

To get to the settings, click on the tampermonkey icon in the top right of your browser. Go to 'dashboard' and double click on the script you want to change the settings for. Then read the code. In the beginning, there is a settings section.
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post Jun 22 2020, 21:20
Post #669
Zytoxx



Lurker
Group: Gold Star Club
Posts: 9
Joined: 15-January 19
Level 355 (Dovahkiin)


QUOTE(DJNoni @ Jun 21 2020, 09:32) *

well, you won't be finding a settings page. Because there is only one script with an in-game settings page.

To get to the settings, click on the tampermonkey icon in the top right of your browser. Go to 'dashboard' and double click on the script you want to change the settings for. Then read the code. In the beginning, there is a settings section.

I maybe should been more clear with my post sorry, I installed the script and can see its active on tampermonkey but I have no idea how to use it, making lists or anything because I cant find any trace of it on Hentaiverse. No buttons or anything related to it when on the character/bazaar tab.
(One of the example pics from HVToolbox)
Attached Image
I cant find the sidebar in this pic for me and it looks nothing like my one handed tab on the bazaar.
Attached Image
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post Jun 22 2020, 22:28
Post #670
Noni



Hataraku Noni-sama
***********
Group: Catgirl Camarilla
Posts: 13,131
Joined: 19-February 16
Level 500 (Ponyslayer)


QUOTE(Zytoxx @ Jun 22 2020, 21:20) *

I maybe should been more clear with my post sorry, I installed the script and can see its active on tampermonkey but I have no idea how to use it, making lists or anything because I cant find any trace of it on Hentaiverse. No buttons or anything related to it when on the character/bazaar tab.
(One of the example pics from HVToolbox)
Attached Image
I cant find the sidebar in this pic for me and it looks nothing like my one handed tab on the bazaar.
Attached Image

looks like your script isn't running properly. Can you check the console of your browser, and see what error you see?
(right click > inspect > console)
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post Jun 23 2020, 14:17
Post #671
Zytoxx



Lurker
Group: Gold Star Club
Posts: 9
Joined: 15-January 19
Level 355 (Dovahkiin)


QUOTE(DJNoni @ Jun 22 2020, 12:28) *

looks like your script isn't running properly. Can you check the console of your browser, and see what error you see?
(right click > inspect > console)

The error:
userscript.html?name=HVtoolBox%201.0.6.user.js&id=eeaf8cd4-3e09-4154-bf8c-5a58e439427d:1 ERROR: Execution of script 'HVtoolBox 1.0.6' failed! Cannot read property 'butequip' of undefined
eval @ userscript.html?name=HVtoolBox%201.0.6.user.js&id=eeaf8cd4-3e09-4154-bf8c-5a58e439427d:1
userscript.html?name=HVtoolBox%201.0.6.user.js&id=eeaf8cd4-3e09-4154-bf8c-5a58e439427d:1 TypeError: Cannot read property 'butequip' of undefined
at restoreDefaults (userscript.html?name=HVtoolBox%201.0.6.user.js&id=eeaf8cd4-3e09-4154-bf8c-5a58e439427d:353)
at createToolBox (userscript.html?name=HVtoolBox%201.0.6.user.js&id=eeaf8cd4-3e09-4154-bf8c-5a58e439427d:384)
at eval (userscript.html?name=HVtoolBox%201.0.6.user.js&id=eeaf8cd4-3e09-4154-bf8c-5a58e439427d:397)
at Window.eval (userscript.html?name=HVtoolBox%201.0.6.user.js&id=eeaf8cd4-3e09-4154-bf8c-5a58e439427d:3002)
at <anonymous>:3:98
at eval (userscript.html?name=HVtoolBox%201.0.6.user.js&id=eeaf8cd4-3e09-4154-bf8c-5a58e439427d:1)
at eval (userscript.html?name=HVtoolBox%201.0.6.user.js&id=eeaf8cd4-3e09-4154-bf8c-5a58e439427d:1)
at eval (userscript.html?name=HVtoolBox%201.0.6.user.js&id=eeaf8cd4-3e09-4154-bf8c-5a58e439427d:3003)
at eval (userscript.html?name=HVtoolBox%201.0.6.user.js&id=eeaf8cd4-3e09-4154-bf8c-5a58e439427d:3005)
at eval (<anonymous>)
DevTools failed to load SourceMap: Could not load content for chrome-extension://gighmmpiobklfepjocnamgkkbiglidom/include.preload.js.map: HTTP error: status code 404, net::ERR_UNKNOWN_URL_SCHEME
DevTools failed to load SourceMap: Could not load content for chrome-extension://gighmmpiobklfepjocnamgkkbiglidom/include.postload.js.map: HTTP error: status code 404, net::ERR_UNKNOWN_URL_SCHEME

(I have installed and reinstalled the script and it comes out this way both times. I have not tampered with the script)

This post has been edited by Zytoxx: Jun 23 2020, 14:19
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post Jun 27 2020, 12:56
Post #672
KitsuneAbby



Curse God of the Hentai Shrine
**********
Group: Catgirl Camarilla
Posts: 7,571
Joined: 12-July 14
Level 500 (Ponyslayer)


I already told you to try deactivating HV Red. It wouldn't be surprising that HV Red messes up with the structure of HV, making HV Toolbox unable to find the relevant blocks in the page.
Furthermore, you don't need HVRed at all when you have HV Toolbox or HV Utils, since both do have a RE timer feature.
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post Jun 27 2020, 13:22
Post #673
Zytoxx



Lurker
Group: Gold Star Club
Posts: 9
Joined: 15-January 19
Level 355 (Dovahkiin)


QUOTE(decondelite @ Jun 27 2020, 02:56) *

I already told you to try deactivating HV Red. It wouldn't be surprising that HV Red messes up with the structure of HV, making HV Toolbox unable to find the relevant blocks in the page.
Furthermore, you don't need HVRed at all when you have HV Toolbox or HV Utils, since both do have a RE timer feature.

I forgot to mention that I tryed turning it off as you suggested, sorry for that but now I removed it completely but no difference so far.
Now RED is off.
Attached Image
Here are the scripts currently in use.
Attached Image
Still the same console error as before.

This post has been edited by Zytoxx: Jun 27 2020, 13:24
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post Jul 2 2020, 13:15
Post #674
KitsuneAbby



Curse God of the Hentai Shrine
**********
Group: Catgirl Camarilla
Posts: 7,571
Joined: 12-July 14
Level 500 (Ponyslayer)


It's maybe income summary that is messing things up then.
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post Aug 14 2020, 17:27
Post #675
Leech1ng



Newcomer
*
Group: Members
Posts: 28
Joined: 11-April 13
Level 421 (Dovahkiin)


First off, thanks for the script. Really makes HV-ing much easier. But I'm having some issues getting the mass equipment buttons to work consistently. When I first used the script with Greasemonkey, it was kinda buggy, what with the bazaar sales/salvage values not showing and none of the buttons for equip working except for Selected.
So earlier, I got Tampermonkey and ran the script again, this time everything (as far as I could tell) worked, I checkmarked equips and could actually use Salvage/Bazaar. But it didnt last. Right now, it's not working again.
Am I doing something wrong?
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post Aug 15 2020, 07:37
Post #676
Noni



Hataraku Noni-sama
***********
Group: Catgirl Camarilla
Posts: 13,131
Joined: 19-February 16
Level 500 (Ponyslayer)


QUOTE(Leech1ng @ Aug 14 2020, 17:27) *

First off, thanks for the script. Really makes HV-ing much easier. But I'm having some issues getting the mass equipment buttons to work consistently. When I first used the script with Greasemonkey, it was kinda buggy, what with the bazaar sales/salvage values not showing and none of the buttons for equip working except for Selected.
So earlier, I got Tampermonkey and ran the script again, this time everything (as far as I could tell) worked, I checkmarked equips and could actually use Salvage/Bazaar. But it didnt last. Right now, it's not working again.
Am I doing something wrong?

are you using the default fond? that doesn't work.
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post Aug 16 2020, 11:23
Post #677
Leech1ng



Newcomer
*
Group: Members
Posts: 28
Joined: 11-April 13
Level 421 (Dovahkiin)


Nope, definitely not on default font. Using Arial,10, bolded. All I'm running is Monsterbation on Greasemonkey and Toolbox on Tampermonkey, that's all.

Edit : Not sure if this is known but Tampermonkey does mention that there are errors in the script itself. Has no one encounter these problems?

This post has been edited by Leech1ng: Aug 21 2020, 16:30
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post Nov 21 2020, 00:40
Post #678
Bedbin



Casual Poster
****
Group: Members
Posts: 346
Joined: 12-November 16
Level 388 (Godslayer)


I can't seem to get HV Toolbox to work lately, console log:

ERROR: Execution of script 'HVtoolBox 1.0.6' failed! $tb.set is undefined HVtoolBox 1.0.6.user.js:1:274
restoreDefaults@moz-extension://02ea256e-bfb5-4a4a-8b7c-1ad022bb994b/userscripts/HVtoolBox%201.0.6.user.js?id=e12e824c-0430-4107-9195-62ebb293bd0f:353:13
createToolBox@moz-extension://02ea256e-bfb5-4a4a-8b7c-1ad022bb994b/userscripts/HVtoolBox%201.0.6.user.js?id=e12e824c-0430-4107-9195-62ebb293bd0f:384:24
@moz-extension://02ea256e-bfb5-4a4a-8b7c-1ad022bb994b/userscripts/HVtoolBox%201.0.6.user.js?id=e12e824c-0430-4107-9195-62ebb293bd0f:397:1
@moz-extension://02ea256e-bfb5-4a4a-8b7c-1ad022bb994b/userscripts/HVtoolBox%201.0.6.user.js?id=e12e824c-0430-4107-9195-62ebb293bd0f:3002:3
F_a/T</<@eval:3:100
@moz-extension://02ea256e-bfb5-4a4a-8b7c-1ad022bb994b/userscripts/HVtoolBox%201.0.6.user.js?id=e12e824c-0430-4107-9195-62ebb293bd0f:1:101
@moz-extension://02ea256e-bfb5-4a4a-8b7c-1ad022bb994b/userscripts/HVtoolBox%201.0.6.user.js?id=e12e824c-0430-4107-9195-62ebb293bd0f:1:478
@moz-extension://02ea256e-bfb5-4a4a-8b7c-1ad022bb994b/userscripts/HVtoolBox%201.0.6.user.js?id=e12e824c-0430-4107-9195-62ebb293bd0f:3003:6
@moz-extension://02ea256e-bfb5-4a4a-8b7c-1ad022bb994b/userscripts/HVtoolBox%201.0.6.user.js?id=e12e824c-0430-4107-9195-62ebb293bd0f:3005:3
F_a/T</<@eval:3:100
N@eval:2:148

This post has been edited by Bedbin: Nov 21 2020, 00:40
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post Nov 24 2020, 00:06
Post #679
Applejacku



Newcomer
*
Group: Gold Star Club
Posts: 34
Joined: 21-December 14
Level 380 (Godslayer)


Is there a guide on how to use this script?

This post has been edited by Applejacku: Nov 24 2020, 01:35
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post Nov 26 2020, 23:49
Post #680
KitsuneAbby



Curse God of the Hentai Shrine
**********
Group: Catgirl Camarilla
Posts: 7,571
Joined: 12-July 14
Level 500 (Ponyslayer)


QUOTE(Bedbin @ Nov 20 2020, 22:40) *

I can't seem to get HV Toolbox to work lately, console log:

ERROR: Execution of script 'HVtoolBox 1.0.6' failed! $tb.set is undefined HVtoolBox 1.0.6.user.js:1:274
restoreDefaults@moz-extension://02ea256e-bfb5-4a4a-8b7c-1ad022bb994b/userscripts/HVtoolBox%201.0.6.user.js?id=e12e824c-0430-4107-9195-62ebb293bd0f:353:13
createToolBox@moz-extension://02ea256e-bfb5-4a4a-8b7c-1ad022bb994b/userscripts/HVtoolBox%201.0.6.user.js?id=e12e824c-0430-4107-9195-62ebb293bd0f:384:24
@moz-extension://02ea256e-bfb5-4a4a-8b7c-1ad022bb994b/userscripts/HVtoolBox%201.0.6.user.js?id=e12e824c-0430-4107-9195-62ebb293bd0f:397:1
@moz-extension://02ea256e-bfb5-4a4a-8b7c-1ad022bb994b/userscripts/HVtoolBox%201.0.6.user.js?id=e12e824c-0430-4107-9195-62ebb293bd0f:3002:3
F_a/T</<@eval:3:100
@moz-extension://02ea256e-bfb5-4a4a-8b7c-1ad022bb994b/userscripts/HVtoolBox%201.0.6.user.js?id=e12e824c-0430-4107-9195-62ebb293bd0f:1:101
@moz-extension://02ea256e-bfb5-4a4a-8b7c-1ad022bb994b/userscripts/HVtoolBox%201.0.6.user.js?id=e12e824c-0430-4107-9195-62ebb293bd0f:1:478
@moz-extension://02ea256e-bfb5-4a4a-8b7c-1ad022bb994b/userscripts/HVtoolBox%201.0.6.user.js?id=e12e824c-0430-4107-9195-62ebb293bd0f:3003:6
@moz-extension://02ea256e-bfb5-4a4a-8b7c-1ad022bb994b/userscripts/HVtoolBox%201.0.6.user.js?id=e12e824c-0430-4107-9195-62ebb293bd0f:3005:3
F_a/T</<@eval:3:100
N@eval:2:148

Is it still occuring?

QUOTE(Applejacku @ Nov 23 2020, 22:06) *

Is there a guide on how to use this script?

It's self-explanatory TBH. If you want to find a guide to use it for equip listing purpose, there's one in my WTB with an example of format that a lot of players seem to appreciate.
User is offlineProfile CardPM
Go to the top of the page
+Quote Post


38 Pages V « < 32 33 34 35 36 > » 
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: 3rd April 2025 - 08:25