Loading. Please Wait... 
 |
 |
 |
HV Script Thread, Discuss your creations. Includes guidelines and infos for script creation (2020-02-28 upd) |
|
Sep 3 2012, 05:01
|
hzqr
Group: Gold Star Club
Posts: 4,672
Joined: 13-May 09

|
QUOTE(derpymal @ Sep 3 2012, 02:22)  Speaking of Tiap's QUICKBARALLTHETHINGS, I had a look at your code and I think it might break all of the scripts that use my code that highlights the quickbar div as a health warning. Since, y'know, you make it go away. Added some sort of fix Though I'm not sure if it works on Chrome since I can't get the highlight thing to work with the new HVSTAT QUOTE(n125 @ Sep 3 2012, 02:36)  I use the mouse to select spells while maging. When your mind is on autopilot, sometimes you target the next spell during the page refresh without realizing that the spell you previously cast was enough to finish the round. Using the mouse is slow as shit, you should put your two main spells on the first two slots and start hammering Alt+1 amd Alt+2 This post has been edited by Tiap: Sep 3 2012, 05:08
|
|
|
|
 |
|
Sep 3 2012, 05:35
|
grumpymal
Group: Gold Star Club
Posts: 10,923
Joined: 2-April 08

|
QUOTE(Tiap @ Sep 2 2012, 23:01)  Added some sort of fix
Adding the new buttons to the original QB div will probably work. You might need to adjust the height modifier for the battle log, though. It'll probably cut off the bottom at 484px; ~442 should work.
|
|
|
Sep 3 2012, 06:02
|
hzqr
Group: Gold Star Club
Posts: 4,672
Joined: 13-May 09

|
Done Though now I'm not sure if it even works in Firefox, since the new HVSTAT stopped working there as well
Edit: nevermind, the Master Reset button seems to have made it work again, and it works
This post has been edited by Tiap: Sep 3 2012, 06:05
|
|
|
|
 |
|
Sep 3 2012, 07:25
|
pureyang
Group: Gold Star Club
Posts: 765
Joined: 6-June 12

|
QUOTE(Tiap @ Sep 2 2012, 21:13)   Anyway, fixed. wouldn't that be more of a workaround then a fix? The tab crashing is a bug in chrome that needs to be addressed by the google devs. Not a bug in your scripts nor a bug in HV. You modified the script to not trigger it but the bug is still there in the chrome code. Anyone up to making a sanitized (no H) testcase and submitting it to google? Is this one of those things they give out cash rewards for? I am thinking only security vulnerabilities get those. This post has been edited by mrttao: Sep 3 2012, 07:34
|
|
|
Sep 3 2012, 07:44
|
hzqr
Group: Gold Star Club
Posts: 4,672
Joined: 13-May 09

|
It's not a Chrome bug, it was caused by certain JS functions not being injected when the round was over. The script kept clicking on a button that did nothing waiting for something to happen.
|
|
|
Sep 3 2012, 08:26
|
pureyang
Group: Gold Star Club
Posts: 765
Joined: 6-June 12

|
QUOTE(Tiap @ Sep 3 2012, 00:44)  It's not a Chrome bug, it was caused by certain JS functions not being injected when the round was over. The script kept clicking on a button that did nothing waiting for something to happen.
So the tab didn't actually crash like he said, it was just not "useful" because the script was stuck in an infinite loop? This post has been edited by mrttao: Sep 3 2012, 08:27
|
|
|
Sep 3 2012, 08:36
|
hzqr
Group: Gold Star Club
Posts: 4,672
Joined: 13-May 09

|
Yes
|
|
|
Sep 5 2012, 06:05
|
sigo8
Group: Gold Star Club
Posts: 3,646
Joined: 9-November 11

|
QUOTE(Tiap @ Sep 2 2012, 23:36)  Yes
You need to make the same fix for "HV - Skill Hotkey + OFC". Just change the "while" on line 26 to an "if".
|
|
|
Sep 5 2012, 06:25
|
hzqr
Group: Gold Star Club
Posts: 4,672
Joined: 13-May 09

|
Silly melees spamming skills Fixed (derped the commit reason, but whatever)
|
|
|
Sep 7 2012, 01:43
|
ChosenUno
Group: Gold Star Club
Posts: 4,170
Joined: 23-February 10

|
Got a complaint about my RiddleLimiter V1 making things slow, so here's V2. What's new: No more jQuery (yay). Should be a little faster.
RiddleLimiter.zip ( 1.21k )
Number of downloads: 1093
|
|
|
|
 |
|
Sep 7 2012, 03:19
|
Ilirith
Group: Gold Star Club
Posts: 513
Joined: 31-July 08

|
Tiap, theres some weird problem with your Magic Score script...
If i press C to open an equipment popup, then pressing S there, it will show a gain and/or loss of often several hundreds.
That would not be weird if it wasn't because it is the actual item i have equipped >.>
Although, it works fine for staves, but not for Caps,Robes,Gloves,Pants,Shoes.
Tried to redownload the script, manually deleting the entries it was using in localstorage. Same problem. Tried running it in tampermonkey and natively in chrome, same problem.
Also, if i press S while hovering over another item when i'm at the equip-an-item-screen ( not the Equipment set, but the actual item ), it shows a different value than if i were to press C and look in the popup.
This post has been edited by Ilirith: Sep 7 2012, 03:22
|
|
|
|
 |
|
Sep 7 2012, 03:27
|
skyryder
Group: Members
Posts: 593
Joined: 18-July 11

|
might be little late to the party...so I apologize if I am, but is there a script that lets you see what your equip's base rolls are before they're scaled to your level? The old calculator doesn't appear to work for me anymore...
|
|
|
|
 |
|
Sep 7 2012, 03:44
|
hzqr
Group: Gold Star Club
Posts: 4,672
Joined: 13-May 09

|
QUOTE(Ilirith @ Sep 7 2012, 01:19)  Tiap, theres some weird problem with your Magic Score script...
If i press C to open an equipment popup, then pressing S there, it will show a gain and/or loss of often several hundreds.
That would not be weird if it wasn't because it is the actual item i have equipped >.>
Although, it works fine for staves, but not for Caps,Robes,Gloves,Pants,Shoes.
Tried to redownload the script, manually deleting the entries it was using in localstorage. Same problem. Tried running it in tampermonkey and natively in chrome, same problem.
Also, if i press S while hovering over another item when i'm at the equip-an-item-screen ( not the Equipment set, but the actual item ), it shows a different value than if i were to press C and look in the popup. I can't replicate it, can you send me the links to your current equipment set?
|
|
|
|
 |
|
Sep 7 2012, 03:47
|
Ilirith
Group: Gold Star Club
Posts: 513
Joined: 31-July 08

|
|
|
|
|
 |
|
Sep 7 2012, 04:03
|
hzqr
Group: Gold Star Club
Posts: 4,672
Joined: 13-May 09

|
I replaced my data with yours and it still works as intended. Are you using the default font engine? The script doesn't work with that. If you aren't, check if the script is causing any errors (Shift+Ctrl+J) and if it doesn't, send me the contents of your localStorage.scoreData (possibly inside a [code][/code] tag)
|
|
|
Sep 7 2012, 04:06
|
Ilirith
Group: Gold Star Club
Posts: 513
Joined: 31-July 08

|
That was it o.o I was using Downloaded Fonts, which apparently screw up. Just switched to Custom and it works perfectly fine. Thanks! (IMG:[ invalid] style_emoticons/default/smile.gif)
|
|
|
Sep 7 2012, 04:59
|
hzqr
Group: Gold Star Club
Posts: 4,672
Joined: 13-May 09

|
I've added support for the default font engine, it should work now
|
|
|
Sep 7 2012, 07:00
|
Evil Scorpio
Group: Gold Star Club
Posts: 6,565
Joined: 9-May 10

|
QUOTE(skyryder @ Sep 7 2012, 05:27)  might be little late to the party...so I apologize if I am, but is there a script that lets you see what your equip's base rolls are before they're scaled to your level? The old calculator doesn't appear to work for me anymore...
[ userscripts.org] Hentaiverse Equipment Comparison
|
|
|
Sep 7 2012, 07:17
|
skyryder
Group: Members
Posts: 593
Joined: 18-July 11

|
QUOTE(Evil Scorpio @ Sep 7 2012, 01:00)  Ah...there was one... thanks Scorpio! (IMG:[ invalid] style_emoticons/default/biggrin.gif) EDIT: well...maybe not...doesn't seem to work for me...am I missing something obvious? (IMG:[ invalid] style_emoticons/default/blink.gif) This post has been edited by skyryder: Sep 7 2012, 07:50
|
|
|
Sep 7 2012, 07:51
|
Ilirith
Group: Gold Star Club
Posts: 513
Joined: 31-July 08

|
you have to press W for it to show the base stats
|
|
|
7 User(s) are reading this topic (7 Guests and 0 Anonymous Users)
0 Members:
|
 |
 |
 |
|
|
|