Welcome Guest ( Log In | Register )

291 Pages V « < 68 69 70 71 > »   
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 1 2014, 06:11
Post #1368
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(skillchip @ Jun 1 2014, 08:34) *
Grrr, was hoping it wasn't a tampermonkey script.
Works just fine in Greasemonkey for me.

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

 
post Jun 1 2014, 12:19
Post #1369
Owyn



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


QUOTE(skillchip @ Jun 1 2014, 04:34) *

breaks as in using the enter key, making it look something more like https://forums.e-hentai.org/index.php?s=&am...t&p=3290014 where it is easy to read

RiddleLimiter Plus 1.1 has neither breakes nor any options at all, nothing to read there. I still don't see your point.
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post Jun 1 2014, 18:27
Post #1370
skillchip



Mathematical Trashcat
*********
Group: Catgirl Camarilla
Posts: 5,755
Joined: 31-December 06
Level 499 (Godslayer)


All I meant, is that it isn't one giant line of code. If I open riddlelimiter in notepad I can read it and see which { talks to this }

Riddlelimiter:
Attached Image

Hoverplay:
Attached Image

All I am suggesting is you make clear sections where you expect players to want to make changes, and put notes of such, much like what can be found in keybinds, which does require a lot of user editing and has comments and clear areas where tweaks need to be done. If you don't have any desire to do so, just don't. It is just a suggestion to make it more user-friendly and accessible since it is becoming a complicated script.

This post has been edited by skillchip: Jun 1 2014, 18:30
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post Jun 1 2014, 18:32
Post #1371
Owyn



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


QUOTE(skillchip @ Jun 1 2014, 20:27) *

All I meant, is that it isn't one giant line of code. If I open riddlelimiter in notepad I can read it and see which { talks to this }

Riddlelimiter: Attached Image

Hoverplay: Attached Image

All I am suggesting is you make clear sections where you expect players to want to make changes, and put notes of such, much like what can be found in keybinds. If you don't have any desire to do so, just don't. It is just a suggestion to make it more user-friendly and accessible since it is becoming a complicated script.

I think your notepad is broken (IMG:[invalid] style_emoticons/default/ohmy.gif)

Attached Image

: nope, I didn't check it in standart notepad, never ;s

This post has been edited by Owyn: Jun 1 2014, 18:33
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post Jun 1 2014, 18:41
Post #1372
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)


Works on built-in scratchpad just fine, most people just edit the script there for minor changes anyways.

Long story short, just get notepad++, it's free for personal use at least. (IMG:[invalid] style_emoticons/default/heh.gif)
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post Jun 1 2014, 19:12
Post #1373
Owyn



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


MouseMelee Lightning++ / HoverPlay 1.5

Attached File  HoverPlay.user.js.zip ( 2.45k ) Number of downloads: 1541


- Hover over monsters to (spell)-attack them (uses first available spell from the Spell_List if list is not empty - no rotation\spellcycle) (number-keys spellspam too)(when you have a spell or debuff charged\hovered - it would normal attack then)

- before attacking checks for hp, mp, sp and if it's too low - shows icons for fixing that (heals, pots etc) instead of attacking

- for spirit stance - shows icon (of protection scroll) if it's 250%

- for gems - includes gem script (works as previously + hoverable) - so you should remove\turn off separate show gem script if you have it

- for buffs - moves expiring buffs to "gem-bar" & makes those click-hoverable to rebuff + stops attacking if enabled in options. (You must have those buffs in your Quickbar for rebuff to work)

- shift hotkey - disables hover-attacking (alert bars and rebuff icons would still be shown)

- Space \ RightClick hotkey - consumes first item from left at the "gem-bar" (e.g. heal, spirit stance, potion, rebuff)

- MiddleClick hotkey - a spell \ skill hotkey (can be either any Spell or any Skill, not just offensive\deprecating)

- options - by default options are set for holy-mage-play, you must edit options at the top of the script before installing it to better suit your needs (if you aren't a holy mage)! :
= choose spells to spam (or make var Spell_list = []; to not spam any spells and just normal-attack)
= you can only use offensive & deprecating spells for Spell_List (ones affecting enemy)

Recommended settings for melee players (not mages):
CODE
//// settings:
var Spell_list = [];
var Spell_middle_click = "Imperil";
// thresholds for stop
var HP_T = 0.40;
var MP_T = 0.11;
var SP_T = 0.1;
var stop_on_rebuffs = true;


new in this release:
- Space hotkey - consumes first item from left at the "gem-bar" (e.g. heal, spirit stance, potion, rebuff)
- MiddleClick hotkey - a spell \ skill hotkey
- fix for Recast action when using spell spamming
- some optimization to not run attacks twice+ per page
- changed unix line terminators to windows ones so you should view script file normally now in notepad (LF-> CRLF)

in next versions:
- probably a debuffer to cycle-debuff monsters before (spell)-attacking

Previous ver changelog:
QUOTE(Owyn @ May 5 2014, 18:51) *

MouseMelee Lightning++ / HoverPlay 1.4

- SpellSpam - spams first available spell in the list (just offensive spells; + if you hover monsters debuff or already have a spell charged to fire - it would just normal-attack instead)
- Right Click - consumes first item from left at the "gem-bar" (e.g. heal, spirit stance, potion, rebuff)
- If buff is expiring - stops attacking (like if your HP was low)
- rebuff for Spark of Life
- added some logic to not show heal spell icon if you have a health gem shown already etc + if HP is low it would show one of those: Health Gem, Cure, Full-Cure (and not just Cure as it was before)
- and added (and tested 34.0.1847.131) support for Google Chrome


P.S. - don't forget to disable\uninstall previous version (1.3 and lower) of mousemelee Lightning script so they won't work all together

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

 
post Jun 1 2014, 19:28
Post #1374
skillchip



Mathematical Trashcat
*********
Group: Catgirl Camarilla
Posts: 5,755
Joined: 31-December 06
Level 499 (Godslayer)


Thats all I wanted to hear, that it needed a different application. Yay windows products? Looks much better now thanks.

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

 
post Jun 1 2014, 19:44
Post #1375
Owyn



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


I posted a compatable version anyway, supporting windows notepad would be more user-friendly I suppose (IMG:[invalid] style_emoticons/default/happy.gif)
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post Jun 1 2014, 20:01
Post #1376
skillchip



Mathematical Trashcat
*********
Group: Catgirl Camarilla
Posts: 5,755
Joined: 31-December 06
Level 499 (Godslayer)


But after trying notepad++ why would anyone want to use basic notepad? Thanks for the new version though, could help others who don't want to download anything

This post has been edited by skillchip: Jun 1 2014, 20:03
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post Jun 1 2014, 20:04
Post #1377
Owyn



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


QUOTE(skillchip @ Jun 1 2014, 22:01) *

But after trying notepad++ why would anyone want to use basic notepad? Thanks for the new version though, could help others who don't want to download anything

it's after trying, but before that they just don't know such thing exist, I forgot people could think so and so we had this little problem. (IMG:[invalid] style_emoticons/default/laugh.gif)
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post Jun 2 2014, 05:25
Post #1378
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)


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?

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

 
post Jun 2 2014, 06:41
Post #1379
Razor320



Casual Poster
***
Group: Members
Posts: 220
Joined: 17-October 13
Level 361 (Godslayer)


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.
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post Jun 2 2014, 06:46
Post #1380
skillchip



Mathematical Trashcat
*********
Group: Catgirl Camarilla
Posts: 5,755
Joined: 31-December 06
Level 499 (Godslayer)


Meh, mostly my bad. Sorry about that.
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
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: 68


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: 138



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: 524
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 96 (Lord)


[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


291 Pages V « < 68 69 70 71 > » 
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: 17th September 2025 - 03:11