Loading. Please Wait...
|
|
|
HV Script Thread, Discuss your creations. Includes guidelines and infos for script creation (2020-02-28 upd) |
|
Jun 2 2014, 10:48
|
Owyn
Group: Members
Posts: 692
Joined: 12-May 10
|
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
|
|
|
|
|
|
Jun 2 2014, 10:50
|
LostLogia4
Group: Gold Star Club
Posts: 2,716
Joined: 4-June 11
|
HV proficiency view 2.84exDescription 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)
HV_proficiency_view_2.84_experimental.zip ( 2.11k )
Number of downloads: 66EDIT: 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
|
|
|
|
|
|
Jun 2 2014, 14:21
|
something
Group: Members
Posts: 1,106
Joined: 14-January 07
|
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.
HV___counter_plus.user.zip ( 1.33k )
Number of downloads: 136if you open up an equipment link during a run, it restarts. tested on the first arena not sure if bug
|
|
|
Jun 2 2014, 17:58
|
LostLogia4
Group: Gold Star Club
Posts: 2,716
Joined: 4-June 11
|
QUOTE(something @ Jun 2 2014, 20:21) 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
|
|
|
Jun 2 2014, 20:39
|
oohmrparis
Group: Gold Star Club
Posts: 521
Joined: 18-June 13
|
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
|
|
|
Jun 2 2014, 22:21
|
something
Group: Members
Posts: 1,106
Joined: 14-January 07
|
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
|
|
|
|
|
|
Jun 3 2014, 08:16
|
FillInTheBlank
Lurker
Group: Recruits
Posts: 3
Joined: 4-October 11
|
[ userstyles.org] So I decided to make my own dark theme.Pretty simple: [ imgur.com] http://imgur.com/QHDs9CP,B1nd4sq,PO3nidB,EtsIdtt#0Any 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] linkThis post has been edited by FillInTheBlank: Jun 3 2014, 09:16
|
|
|
|
|
|
Jun 3 2014, 13:43
|
LostLogia4
Group: Gold Star Club
Posts: 2,716
Joined: 4-June 11
|
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
|
|
|
|
|
|
Jun 3 2014, 13:58
|
hentai_fusion
Group: Gold Star Club
Posts: 33,477
Joined: 14-August 09
|
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
|
|
|
Jun 3 2014, 14:37
|
holy_demon
Group: Gold Star Club
Posts: 5,417
Joined: 2-April 10
|
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
|
|
|
|
|
|
Jun 3 2014, 15:11
|
LostLogia4
Group: Gold Star Club
Posts: 2,716
Joined: 4-June 11
|
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
|
|
|
Jun 3 2014, 17:34
|
Owyn
Group: Members
Posts: 692
Joined: 12-May 10
|
QUOTE I can, xcept that I don't have the privileges. what? can't everyone edit wiki?...
|
|
|
Jun 3 2014, 18:15
|
holy_demon
Group: Gold Star Club
Posts: 5,417
Joined: 2-April 10
|
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 :/
|
|
|
|
|
|
Jun 3 2014, 19:27
|
LostLogia4
Group: Gold Star Club
Posts: 2,716
Joined: 4-June 11
|
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
|
|
|
|
|
|
Jun 8 2014, 08:12
|
holy_demon
Group: Gold Star Club
Posts: 5,417
Joined: 2-April 10
|
HV Item Manager 1.1.0
HVItemManager_1.1.0_public.user.zip ( 4.73k )
Number of downloads: 134This 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: - multi-COD - 500Hath or 4.5m
- multi-salvage - 500Hath or 4.5m
- mult-shrine - 500Hath or 4.5m
- 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
- customizable filter tickbox, so you don't have to type into the filter field all the time -500Hath
- 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: This post has been edited by holy_demon: Jun 8 2014, 12:56
|
|
|
|
|
|
Jun 8 2014, 12:28
|
ctxl
Group: Members
Posts: 425
Joined: 20-May 12
|
HV - Item Menu for 0.80 - [ pastie.org] link / [ pastebin.com] mirror- [ i.imgur.com] diff
|
|
|
Jun 8 2014, 12:47
|
Owyn
Group: Members
Posts: 692
Joined: 12-May 10
|
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
hvren.user.js.zip ( 1.25k )
Number of downloads: 104
|
|
|
Jun 8 2014, 12:55
|
holy_demon
Group: Gold Star Club
Posts: 5,417
Joined: 2-April 10
|
QUOTE(holy_demon @ Jun 8 2014, 16:11) HV Item Manager 1.1.0
HVItemManager_1.1.0_public.user.zip ( 4.73k )
Number of downloads: 134 fixed to work with 0.80
|
|
|
Jun 8 2014, 15:15
|
fatquack
Group: Members
Posts: 463
Joined: 4-November 12
|
QUOTE(Owyn @ Jun 8 2014, 12:47) +fixed for HV 0.80
hvren.user.js.zip ( 1.25k )
Number of downloads: 104Now the reset link is at the same place as the button for HV STAT.
|
|
|
1 User(s) are reading this topic (1 Guests and 0 Anonymous Users)
0 Members:
|
|
|
|
|
|
|