Loading. Please Wait...
|
|
|
HV Script Thread, Discuss your creations. Includes guidelines and infos for script creation (2020-02-28 upd) |
|
Nov 18 2014, 18:50
|
LostLogia4
Group: Gold Star Club
Posts: 2,716
Joined: 4-June 11
|
QUOTE(djackallstar @ Nov 18 2014, 18:29) [ github.com] E-Hentai Gallery Overview - All in One(Click the "Raw" button to install) Just tested the script... uh, I ate my exact wordings, as I'd prefer to append a table like this one between the Images Limit and EHTracker tables instead. CODE <h2>Currencies</h2><div class="homebox"> <table style="margin:auto; text-align:left"> <tbody><tr> <td style="font-weight:bold; text-align:right">0,000,000</td> <td>GP</td> </tr> <tr> <td style="font-weight:bold; text-align:right">0,000,000</td> <td>Credits</td> </tr> <tr> <td style="font-weight:bold; text-align:right">26@7400</td> <td>Haths</td> </tr> </tbody></table> </div> This post has been edited by LostLogia4: Nov 18 2014, 19:23
|
|
|
|
|
|
Nov 19 2014, 06:34
|
djackallstar
Group: Gold Star Club
Posts: 8,211
Joined: 23-July 14
|
Script NameE-Hentai Gallery Overview - All in One DescriptionAppends GP Exchange, Credit Log and Hath Exchange to the Overview tab (under My Home). DemoDownload and InstallationKnown Issues- The order of GP Exchange, Credit Log and Hath Exchange is random.
FeedbackTo report bugs, request features, or if you have any feedback, please PM me or reply to this thread. This post has been edited by djackallstar: Nov 21 2014, 10:53
|
|
|
|
|
|
Nov 19 2014, 18:24
|
LostLogia4
Group: Gold Star Club
Posts: 2,716
Joined: 4-June 11
|
QUOTE(djackallstar @ Nov 19 2014, 12:34) Script NameE-Hentai Gallery Overview - All in One DescriptionAppends GP Exchange, Credit Log and Hath Exchange to the Overview tab (under My Home). This script was written at the request of LostLogia4, who helped me a lot when I was a noob in HV. DemoDownload and InstallationKnown Issues- The order of GP Exchange, Credit Log and Hath Exchange is random.
FeedbackTo report bugs, request features, or if you have any feedback, please PM me or reply to this thread. Oh dear (IMG:[ invalid] style_emoticons/default/unsure.gif) I only need them to just show only the currencies like this one... (IMG:[ invalid] style_emoticons/default/heh.gif) Now with improved HTML layout: CODE <div class="homebox"> <table style="margin:auto; text-align:left"> <tbody><tr> <td class="c1" style="font-weight:bold; text-align:right">0,000,000</td> <td class="c2">Credits</td> <td class="c1" style="font-weight:bold; text-align:right">000</td> <td class="c2">Haths</td> </tr><tr> <td class="c1" style="font-weight:bold; text-align:right">0,000,000</td> <td class="c2">GP</td> <td class="c1" style="font-weight:bold; text-align:right">7,400</td> <td class="c2">Exchange Rate</td> </tr></tbody> </table> </div> This post has been edited by LostLogia4: Nov 19 2014, 18:40
|
|
|
|
|
|
Nov 19 2014, 18:25
|
LostLogia4
Group: Gold Star Club
Posts: 2,716
Joined: 4-June 11
|
*doublepost*
This post has been edited by LostLogia4: Nov 19 2014, 18:37
|
|
|
Nov 20 2014, 05:13
|
eleeinos
Group: Gold Star Club
Posts: 3,720
Joined: 22-December 08
|
QUOTE(Gasior @ Oct 7 2014, 23:19) Made in free time. HV Equipment Comparison 0.6.4.0
HVEquipCompare_0.6.4.0.zip ( 21.15k )
Number of downloads: 1819- Update to Wiki Ranges data (26 August 2014) - Update to HV 0.81 - Added " T " hotkey to calculate approximate base values before forge&iw (not sure about iw part) -- work only on pages where you can see "Upgrades and Enchantments" - Now also compares Durability (max Condition) Do you need some other script installed in order to make this one work? I've tried it in both Firefox and Iron and it's not working in either, it just says "Loading..." and then nothing. (IMG:[ invalid] style_emoticons/default/sleep.gif)
|
|
|
|
|
|
Nov 20 2014, 05:38
|
djackallstar
Group: Gold Star Club
Posts: 8,211
Joined: 23-July 14
|
QUOTE(eleeinos @ Nov 20 2014, 11:13) Do you need some other script installed in order to make this one work? I've tried it in both Firefox and Iron and it's not working in either, it just says "Loading..." and then nothing. (IMG:[ invalid] style_emoticons/default/sleep.gif) Change the default HV font to any custom font and the problem will be gone.
|
|
|
Nov 20 2014, 05:58
|
eleeinos
Group: Gold Star Club
Posts: 3,720
Joined: 22-December 08
|
QUOTE(djackallstar @ Nov 20 2014, 05:38) Change the default HV font to any custom font and the problem will be gone.
That's the weirdest excuse for an error I've heard in my life. Code affected by the font?! (IMG:[ invalid] style_emoticons/default/blink.gif) ...But yeah, even though HV looks like shit now, it works. Thanks. Let's see what cool fonts I have installed, in an effort to make this new reality bearable...
|
|
|
|
|
|
Nov 20 2014, 06:30
|
holy_demon
Group: Gold Star Club
Posts: 5,417
Joined: 2-April 10
|
QUOTE(eleeinos @ Nov 20 2014, 14:58) That's the weirdest excuse for an error I've heard in my life. Code affected by the font?! (IMG:[ invalid] style_emoticons/default/blink.gif) ...But yeah, even though HV looks like shit now, it works. Thanks. Let's see what cool fonts I have installed, in an effort to make this new reality bearable... the default "font" is actually just image, not character. And in general, codes have always been affected by font, especially those that manipulate strings and I/O stream. Heck, fonts are vulnerable to exploits as well [ www.exploit-db.com] http://www.exploit-db.com/exploits/19089/[ www.security-database.com] http://www.security-database.com/detail.ph...t=CVE-2013-3894This post has been edited by holy_demon: Nov 20 2014, 06:35
|
|
|
|
|
|
|
|
|
Nov 20 2014, 07:12
|
eleeinos
Group: Gold Star Club
Posts: 3,720
Joined: 22-December 08
|
QUOTE(holy_demon @ Nov 20 2014, 06:30) the default "font" is actually just image, not character.
And in general, codes have always been affected by font, especially those that manipulate strings and I/O stream. Heck, fonts are vulnerable to exploits as well
...As someone who has studied computing for 5 years and has been sitting in front of a monitor since 1992, I feel like I should have realized that myself... (IMG:[ invalid] style_emoticons/default/unsure.gif) QUOTE(djackallstar @ Nov 20 2014, 06:44) Nice one, but even though I like the default HV font (and it does look similar), I hate Starcraft... (IMG:[ invalid] style_emoticons/default/tongue.gif) In the end, I can't decide between these two fonts: What do you think? (IMG:[ invalid] style_emoticons/default/rolleyes.gif)
|
|
|
|
|
|
|
|
|
Nov 20 2014, 18:14
|
tetron
Group: Gold Star Club
Posts: 5,583
Joined: 30-July 14
|
QUOTE(eleeinos @ Nov 20 2014, 09:28) That's the weirdest excuse for an error I've heard in my life. Code affected by the font?! (IMG:[ invalid] style_emoticons/default/blink.gif) ...But yeah, even though HV looks like shit now, it works. Thanks. Let's see what cool fonts I have installed, in an effort to make this new reality bearable... "Bearable"? you kidding me? After I shifted to Arial, I'm finding it far more superior than the default HV (Image) Font. Trust me, you'll get used to it, and then you'll think of the default HV (image) font as garbage. (IMG:[ invalid] style_emoticons/default/duck.gif) QUOTE(holy_demon @ Nov 20 2014, 10:00) LMAO. One of the many reasons why Linux is far more superior than Windows. (IMG:[ invalid] style_emoticons/default/heh.gif) I miss the old DOS and Floppy days though! (IMG:[ invalid] style_emoticons/default/laugh.gif) QUOTE(eleeinos @ Nov 20 2014, 10:42) has been sitting in front of a monitor since 1992
"1992"! I bet many of the users of EH were not even born by then. Heck even I was just 1 year old at that time! (IMG:[ invalid] style_emoticons/default/laugh.gif) P.S. - have you applied in Guinness Book? (IMG:[ invalid] style_emoticons/default/rolleyes.gif) QUOTE(eleeinos @ Nov 20 2014, 10:42) ...As someone who has studied computing for 5 years and has been sitting in front of a monitor since 1992, I feel like I should have realized that myself... (IMG:[ invalid] style_emoticons/default/unsure.gif) Funny thing is: I studied Compu for 7 years and ended up in the Animation Industry as a "Designer"! (IMG:[ invalid] style_emoticons/default/heh.gif) QUOTE(eleeinos @ Nov 20 2014, 10:42) MY EYES!!!!!!!!!!!!! (IMG:[ invalid] style_emoticons/default/faint.gif) (IMG:[ invalid] style_emoticons/default/faint.gif) (IMG:[ invalid] style_emoticons/default/faint.gif) (IMG:[ invalid] style_emoticons/default/faint.gif) (IMG:[ invalid] style_emoticons/default/faint.gif) (IMG:[ invalid] style_emoticons/default/faint.gif) (IMG:[ invalid] style_emoticons/default/faint.gif) (IMG:[ invalid] style_emoticons/default/faint.gif) (IMG:[ invalid] style_emoticons/default/faint.gif) (IMG:[ invalid] style_emoticons/default/faint.gif)
|
|
|
|
|
|
|
|
|
Nov 20 2014, 20:54
|
tetron
Group: Gold Star Club
Posts: 5,583
Joined: 30-July 14
|
QUOTE(eleeinos @ Nov 20 2014, 23:21) Can't. I ruined my streak when I once got up to see who was at the door, back in August '98... (IMG:[ invalid] style_emoticons/default/rolleyes.gif) Well, you can still apply... (IMG:[ invalid] style_emoticons/default/duck.gif) QUOTE(eleeinos @ Nov 20 2014, 23:21) Well I'm in Greece and I've been constantly unemployed, so I'd be quite happy to be in your place. (IMG:[ invalid] style_emoticons/default/tongue.gif) It is human nature to have the urge for something they don't have. For example, I miss my school days. QUOTE(eleeinos @ Nov 20 2014, 23:21) Turning 30 in 19 days and I haven't worked a single minute in my life... (IMG:[ invalid] style_emoticons/default/dry.gif) The IT sector was the most stressful time I've seen in my experience. Fixed time of entering the office, but you don't know when you'll return home. You're sleeping in your house at midnight, suddenly a call from your manager and you have to run off to office in that instant! Blah Blah Blah Blah Blah Blah... (IMG:[ invalid] style_emoticons/default/dry.gif) However, now I'm living my dream! (IMG:[ invalid] style_emoticons/default/laugh.gif) QUOTE(eleeinos @ Nov 20 2014, 23:21) What? For all we know this makes sense to ancient egyptians... (IMG:[ invalid] style_emoticons/default/laugh.gif) and maybe to some retards...like us. (IMG:[ invalid] style_emoticons/default/duck.gif) This post has been edited by tetron: Nov 20 2014, 20:55
|
|
|
|
|
|
Nov 21 2014, 11:14
|
djackallstar
Group: Gold Star Club
Posts: 8,211
Joined: 23-July 14
|
Script NameE-Hentai Gallery Overview - How Rich Am I? DescriptionShows how many Credits/Hath/GP you have, and displays exchange rate of Hath under the Overview tab DemoDownload and InstallationFeedbackTo report bugs, request features, or if you have any feedback, please PM me or reply to this thread.
|
|
|
|
|
|
Nov 21 2014, 19:06
|
LostLogia4
Group: Gold Star Club
Posts: 2,716
Joined: 4-June 11
|
QUOTE(djackallstar @ Nov 21 2014, 17:14) Script NameE-Hentai Gallery Overview - How Rich Am I? DescriptionShows how many Credits/Hath/GP you have, and displays exchange rate of Hath under the Overview tab Improved the looks so it didn't look out of place on the My Home page. Classes are the only one thing that falls short for this one. Also, this version is slightly heavier as it has twice the amount of table cells.
howrichami.user.zip ( 1.23k )
Number of downloads: 63This post has been edited by LostLogia4: Nov 21 2014, 19:13
|
|
|
|
|
|
Nov 22 2014, 04:35
|
connecting
Newcomer
Group: Members
Posts: 27
Joined: 23-June 12
|
QUOTE(LostLogia4 @ Nov 21 2014, 11:06) Improved the looks so it didn't look out of place on the My Home page. Classes are the only one thing that falls short for this one. Also, this version is slightly heavier as it has twice the amount of table cells.
howrichami.user.zip ( 1.23k )
Number of downloads: 63Welp, I already downloaded the script from your post before so I guess I'll stick with that one. Just a thought, maybe you can add auto-hiding of currencies you have 0 of?
|
|
|
Nov 22 2014, 06:06
|
djackallstar
Group: Gold Star Club
Posts: 8,211
Joined: 23-July 14
|
QUOTE(connecting @ Nov 22 2014, 10:35) Just a thought, maybe you can add auto-hiding of currencies you have 0 of?
done
|
|
|
Nov 22 2014, 11:34
|
connecting
Newcomer
Group: Members
Posts: 27
Joined: 23-June 12
|
QUOTE(djackallstar @ Nov 21 2014, 22:06) done
Awesome! Now, I don't mean to nitpick or anything cause I think the script is great but it doesn't seem to have the latest formatting fixes in there. So I took the script with the formatting fixes and looked at your latest script to figure out the differences between the two and ended up copying the IF statements over to the other script. It worked out great. Anyways, thanks for sharing this script with everyone. It's way better then having to visit the exchange page just to see how much currency we have.
|
|
|
2 User(s) are reading this topic (2 Guests and 0 Anonymous Users)
0 Members:
|
|
|
|
|
|
|