Welcome Guest ( Log In | Register )

291 Pages V « < 68 69 70 71 72 > »   
Reply to this topicStart new topic
> HV Script Thread, Discuss your creations. Includes guidelines and infos for script creation (2020-02-28 upd)

 
post Jun 2 2014, 10:48
Post #1381
Owyn



Casual Fapper
*****
Group: Members
Posts: 692
Joined: 12-May 10
Level 354 (Godslayer)


QUOTE(LostLogia4 @ Jun 2 2014, 07:25) *

Btw, Owyn, care to make the Hoverplay cast different spells upon channeling effect, or if it's not permissible, care to make your script stop upon channeling effect and let it hover to an editable list of spells?

that's a feature of hvstat I belive (seen a video with it), +Not sure if it would fit, it just econimez some mana at the cost of time and scripts purpose is to kill things asap even without ether tapping (IMG:[invalid] style_emoticons/default/laugh.gif)
p.s. - "editable list of spells" is the quickbar (IMG:[invalid] style_emoticons/default/tongue.gif)

QUOTE(Razor320 @ Jun 2 2014, 08:41) *

Guys, i really stunned that you don't know about different kinds of line break sequences.

Notepad++ uses *nix-style line breaks by default for some files, so standard notepad (in Windows) shows a whole file as single line of text. You can use Windows-style line breaks to overcome this flaw.

I just didn't check what breaks n++ made ;p
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post Jun 2 2014, 10:50
Post #1382
LostLogia4



Translating Miku's Yuri Nikki for the heck of it~~
********
Group: Gold Star Club
Posts: 2,716
Joined: 4-June 11
Level 362 (Godslayer)


HV proficiency view 2.84ex

Description by main script coder here.

Bugfixes on two ends:
On my end, the red heavy armor prof font caused by incompatible coding on pointDiff function.
On OMP's end, the 1H prof not showing up due buggy gain[num] = num; code in profBuild function. (IMG:[invalid] style_emoticons/default/heh.gif)
Attached File  HV_proficiency_view_2.84_experimental.zip ( 2.11k ) Number of downloads: 66


EDIT: Fixed the coding again in line to OMP's original code, I simply added quotes on num this time. surely the bug is fixed by now...

This post has been edited by LostLogia4: Jun 2 2014, 11:49
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post Jun 2 2014, 14:21
Post #1383
something



Expressionless Lolicon
*******
Group: Members
Posts: 1,106
Joined: 14-January 07
Level 355 (Godslayer)


QUOTE(oohmrparis @ Mar 28 2014, 06:05) *

Script to display in the pop-up exp, credits, total turn and the time taken to combat.
You can choose to either record which.
Attached File  HV___counter_plus.user.zip ( 1.33k ) Number of downloads: 136



if you open up an equipment link during a run, it restarts. tested on the first arena

not sure if bug

Attached Image


User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post Jun 2 2014, 17:58
Post #1384
LostLogia4



Translating Miku's Yuri Nikki for the heck of it~~
********
Group: Gold Star Club
Posts: 2,716
Joined: 4-June 11
Level 362 (Godslayer)


QUOTE(something @ Jun 2 2014, 20:21) *
Attached Image
Which script did you have for the RE and Dawn at left pane?

This post has been edited by LostLogia4: Jun 2 2014, 17:59
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post Jun 2 2014, 20:39
Post #1385
oohmrparis



We are ping-pong player
*****
Group: Gold Star Club
Posts: 521
Joined: 18-June 13
Level 500 (Ponyslayer)


Script to display in the pop-up exp, credits, total turn and the time taken to combat.
You can choose to either record which.

equipment link bug fixed.
[attachmentid=44212]

This post has been edited by oohmrparis: Jun 2 2014, 21:50
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post Jun 2 2014, 22:21
Post #1386
something



Expressionless Lolicon
*******
Group: Members
Posts: 1,106
Joined: 14-January 07
Level 355 (Godslayer)


QUOTE(LostLogia4 @ Jun 2 2014, 11:58) *

Which script did you have for the RE and Dawn at left pane?


ctxl's random encounter doge

QUOTE(oohmrparis @ Jun 2 2014, 14:39) *

Script to display in the pop-up exp, credits, total turn and the time taken to combat.
You can choose to either record which.

equipment link bug fixed.
[attachmentid=44212]


thanks

This post has been edited by something: Jun 2 2014, 22:22
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post Jun 3 2014, 08:16
Post #1387
FillInTheBlank



Lurker
Group: Recruits
Posts: 3
Joined: 4-October 11
Level 87 (Hero)


[userstyles.org] So I decided to make my own dark theme.

Pretty simple:
[imgur.com] http://imgur.com/QHDs9CP,B1nd4sq,PO3nidB,EtsIdtt#0

Any exquisite, magnificent, legendary or peerless item will be in gold text.

You may find the HP/MP/Spirit bars weird but with how HV is coded I just couldn't correctly replace the images with CSS.
I could only style what I could see so some things are bound to be broken.


This style does not use custom fonts and using them will break this.
I'll get to work on a custom font friendly version shortly.


Works in FF and Chrome.

Edit: This one should work with custom fonts just fine: [userstyles.org] link

This post has been edited by FillInTheBlank: Jun 3 2014, 09:16
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post Jun 3 2014, 13:43
Post #1388
LostLogia4



Translating Miku's Yuri Nikki for the heck of it~~
********
Group: Gold Star Club
Posts: 2,716
Joined: 4-June 11
Level 362 (Godslayer)


Anyone can write a script to open a popup by pressing T key on the equip popup tab? Perhaps this code could be of some help...
CODE
    function Popup(name,id,key,item) {
        var WWidth = 450;
        var WHeight = 520;
        //var WLeft = Math.ceil((window.screen.width - WWidth) / 2);
        //var WTop = Math.ceil((window.screen.height - WHeight) / 2);
        var features = "toolbar=0,scrollbars=0,location=0,statusbar=0,menubar=0,resizable=0,width=";
        features+= WWidth + ",height=" + WHeight + ",left=";
        features+= ((screen.width - WWidth) / 2) + ",top=" + ((screen.height - WHeight) / 2)
        var MAIN_URL="http://"+location.host;
        var elink=MAIN_URL+"/pages/showequip.php?eid="+id+"&key="+key;
        window.open (elink, "_pu" + (Math.random() + "").replace(/0\./, ""), features);
         window.focus();
    }


This post has been edited by LostLogia4: Jun 3 2014, 13:43
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post Jun 3 2014, 13:58
Post #1389
hentai_fusion



Nyo
************
Group: Gold Star Club
Posts: 33,477
Joined: 14-August 09
Level 500 (Ponyslayer)


the wiki guy really needs to update the wiki to include all the new/updated scripts. (IMG:[invalid] style_emoticons/default/tongue.gif)

This post has been edited by hentai_fusion: Jun 3 2014, 13:58
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post Jun 3 2014, 14:37
Post #1390
holy_demon



Osananajimi<3
*********
Group: Gold Star Club
Posts: 5,417
Joined: 2-April 10
Level 500 (Godslayer)


QUOTE(hentai_fusion @ Jun 3 2014, 21:58) *

the wiki guy really needs to update the wiki to include all the new/updated scripts. (IMG:[invalid] style_emoticons/default/tongue.gif)

These days it's the script creators who will do that job (IMG:[invalid] style_emoticons/default/rolleyes.gif)

Of course you're welcome to volunteer for this boring, thankless job (well scripting is thankless too, but at least it's not boring) (IMG:[invalid] style_emoticons/default/heh.gif)

This post has been edited by holy_demon: Jun 3 2014, 14:41
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post Jun 3 2014, 15:11
Post #1391
LostLogia4



Translating Miku's Yuri Nikki for the heck of it~~
********
Group: Gold Star Club
Posts: 2,716
Joined: 4-June 11
Level 362 (Godslayer)


QUOTE(holy_demon @ Jun 3 2014, 20:37) *
These days it's the script creators who will do that job (IMG:[invalid] style_emoticons/default/rolleyes.gif)

Of course you're welcome to volunteer for this boring, thankless job (well scripting is thankless too, but at least it's not boring) (IMG:[invalid] style_emoticons/default/heh.gif)
I can, xcept that I don't have the privileges... at least it's easier than updating Gasoir's equip compare script...
Tried getting confirmation email, but I couldn't get the confirmation email... (IMG:[invalid] style_emoticons/default/anime_cry.gif)

This post has been edited by LostLogia4: Jun 3 2014, 15:31
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post Jun 3 2014, 17:34
Post #1392
Owyn



Casual Fapper
*****
Group: Members
Posts: 692
Joined: 12-May 10
Level 354 (Godslayer)


QUOTE
I can, xcept that I don't have the privileges.

what? can't everyone edit wiki?...
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post Jun 3 2014, 18:15
Post #1393
holy_demon



Osananajimi<3
*********
Group: Gold Star Club
Posts: 5,417
Joined: 2-April 10
Level 500 (Godslayer)


QUOTE(LostLogia4 @ Jun 3 2014, 23:11) *

I can, xcept that I don't have the privileges... at least it's easier than updating Gasoir's equip compare script...
Tried getting confirmation email, but I couldn't get the confirmation email... (IMG:[invalid] style_emoticons/default/anime_cry.gif)

I suppose he must have used some sort of scripts to collect the base numbers. I probably will try working on some updater function, and pre-forging base number while I'm at that, after I'm done with reincarnating my mooglespam project (I just decided to do it yesterday (IMG:[invalid] style_emoticons/default/heh.gif) ).

iirc, the mail came a bit later, also check your spam mail :/

User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post Jun 3 2014, 19:27
Post #1394
LostLogia4



Translating Miku's Yuri Nikki for the heck of it~~
********
Group: Gold Star Club
Posts: 2,716
Joined: 4-June 11
Level 362 (Godslayer)


QUOTE(holy_demon @ Jun 4 2014, 00:15) *
iirc, the mail came a bit later, also check your spam mail :/
Except I didn't get any confirmation mails at all. (IMG:[invalid] style_emoticons/default/sad.gif)
Pretty sure I got correct email address, checked spam mail and e-mail filters, got nothing even after waiting for hours. I'm in "Autoconfirmed users, Users", according the ehwiki preferences...

This post has been edited by LostLogia4: Jun 3 2014, 19:29
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post Jun 8 2014, 08:12
Post #1395
holy_demon



Osananajimi<3
*********
Group: Gold Star Club
Posts: 5,417
Joined: 2-April 10
Level 500 (Godslayer)


HV Item Manager 1.1.0
Attached File  HVItemManager_1.1.0_public.user.zip ( 4.73k ) Number of downloads: 134


This is the spiritual successor of both HVItemFilter and MoogleSpam (unreleased). If you have installed HVItemFilter please uninstall it to avoid conflict.

Bazaar, Moogle, Filter and Manage your items. Works in inventory, shop, forge and moogle page

Main Features:
- (textfield at top left) Filter item, fully support [developer.mozilla.org] regular expressions, you can add the tag "-free" or "-unlocked" to filter unlocked/locked equips respectively
- (bazzaar button) multi-bazaar: sell all selected items to bazzaar. Only works with equips
- (moogle button) multi-moogle: moogle all selected items to a recipient prompted in a popup. Works with both equips and items, does not support COD.
- (lock/unlock button) multi-lock/unlock: self-explained
- (list button): will prompt you to type in a template to generate an items like of all selected items. This function is inspired by ctxl's HVMiniShopHelper, so it will have a similar syntax. Currently only support equips.

Currently supported tags: $NAME, $PRICE, $COUNT, $LEVEL, $PXP, $URL, $ID

template example:
CODE
[$ID][url=$URL]$NAME[/url] PxP$PXP Price:$PRICE
=>[39640402]Superior Ethereal Axe of Slaughter PxP302 Price:200k

- multi-tick and multi-price. On each equip/item pane there will a set of tickbox and textfield (2 text if it's item pane), so you select/set price for all displayed items (Items filtered out by the filter will not be affected). Caution: this function might lag your computer if there's too many item.
- if you are using multi bazaar/moogle/lock function, please leave the tab open for a while so the script could send all the requests to the server.

Future features: future features will be based on donations, the features that reach its donation goal will be guaranteed to be included in the next released version. Here are the features that I have in plan:
  1. multi-COD - 500Hath or 4.5m
  2. multi-salvage - 500Hath or 4.5m
  3. mult-shrine - 500Hath or 4.5m
  4. list works with items, more tags support such $# $TYPE $STRIKE, etc... (suggest to have more, but I won't do $STATS since scaling function is a lot of work, deserving a separate project)- 500Hath
  5. customizable filter tickbox, so you don't have to type into the filter field all the time -500Hath
  6. other custom features you want - 500Hath or 4.5m each
Once the total donation reaches 2000 Hath (or 18m - Hath is valued at 9k/hath), I will finish up all the main features without further donation. Custom features will need donation to be included, unless I find useful enough to be included in the main features.

A screenshot:
Attached Image

This post has been edited by holy_demon: Jun 8 2014, 12:56
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post Jun 8 2014, 12:28
Post #1396
ctxl



バカ
****
Group: Members
Posts: 425
Joined: 20-May 12
Level 455 (Godslayer)


HV - Item Menu for 0.80
- [pastie.org] link / [pastebin.com] mirror
- [i.imgur.com] diff
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post Jun 8 2014, 12:47
Post #1397
Owyn



Casual Fapper
*****
Group: Members
Posts: 692
Joined: 12-May 10
Level 354 (Godslayer)


QUOTE(Owyn @ Feb 1 2014, 15:19) *

1.3.4.2f
Fixed time lag when time desyncs from actual remaining time due to the lag of your computer or getting low priority of javascript execution on this page (you switched from it)


+fixed for HV 0.80

Attached File  hvren.user.js.zip ( 1.25k ) Number of downloads: 104
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post Jun 8 2014, 12:51
Post #1398
simrock87



<('.'<) (>'.')> (^'.')>
*****
Group: Members
Posts: 647
Joined: 12-June 11
Level 399 (Godslayer)


Hot-fixed version of HV Equipment Comparison

All credits to Gasior.

Attached File  HVEquipCompare.user.js.zip ( 20.01k ) Number of downloads: 839
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post Jun 8 2014, 12:55
Post #1399
holy_demon



Osananajimi<3
*********
Group: Gold Star Club
Posts: 5,417
Joined: 2-April 10
Level 500 (Godslayer)


QUOTE(holy_demon @ Jun 8 2014, 16:11) *

HV Item Manager 1.1.0
Attached File  HVItemManager_1.1.0_public.user.zip ( 4.73k ) Number of downloads: 134



fixed to work with 0.80
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post Jun 8 2014, 15:15
Post #1400
fatquack



Casual Poster
****
Group: Members
Posts: 463
Joined: 4-November 12
Level 459 (Godslayer)


QUOTE(Owyn @ Jun 8 2014, 12:47) *

+fixed for HV 0.80

Attached File  hvren.user.js.zip ( 1.25k ) Number of downloads: 104



Now the reset link is at the same place as the button for HV STAT.
User is offlineProfile CardPM
Go to the top of the page
+Quote Post


291 Pages V « < 68 69 70 71 72 > » 
Reply to this topicStart new topic
1 User(s) are reading this topic (1 Guests and 0 Anonymous Users)
0 Members:

 


Lo-Fi Version Time is now: 12th January 2025 - 11:19