Welcome Guest ( Log In | Register )

291 Pages V « < 155 156 157 158 > »   
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 6 2016, 14:44
Post #3116
hc br



Veteran Poster
********
Group: Catgirl Camarilla
Posts: 3,844
Joined: 18-October 15
Level 500 (Ponyslayer)


HV Hightlight Equipment V1.1 (裝備上色)

將裝備上色的插件,上色模式比照中文化插件
[attachmentid=87116]
[attachembed=87118][attachembed=87119]

斜體用
[attachmentid=87117]
[attachembed=87120][attachembed=87121]
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post Jun 9 2016, 20:52
Post #3117
ahmadindra20



Casual Poster
***
Group: Gold Star Club
Posts: 175
Joined: 4-January 13
Level 356 (Godslayer)


Hi all (IMG:[invalid] style_emoticons/default/smile.gif)
I have problem here with reloader v1.2 (very old version) script made by nihilvoid, Dan31
I hope some will help me
here below are the script:

[/code] //### Change default action ###
switch (settings.defaultAction) {
//Default (Attack)
case 0:
break;
case 1:
//Fiery Blast
var caller = document.getElementById("111");
unsafeWindow.battle.lock_action(caller, 1, 'magic', 111);
unsafeWindow.battle.set_hostile_subattack(111);
break;
case 2:
//Freeze
var caller = document.getElementById("121");
unsafeWindow.battle.lock_action(caller, 1, 'magic', 121);
unsafeWindow.battle.set_hostile_subattack(121);
break;
case 3:
//Shockblast
var caller = document.getElementById("131");
unsafeWindow.battle.lock_action(caller, 1, 'magic', 131);
unsafeWindow.battle.set_hostile_subattack(131);
break;
case 4:
//Gale
var caller = document.getElementById("141");
unsafeWindow.battle.lock_action(caller, 1, 'magic', 141);
unsafeWindow.battle.set_hostile_subattack(141);
break;
case 5:
//Smite
var caller = document.getElementById("151");
unsafeWindow.battle.lock_action(caller, 1, 'magic', 151);
unsafeWindow.battle.set_hostile_subattack(151);
break;
case 6:
//Corruption
var caller = document.getElementById("161");
unsafeWindow.battle.lock_action(caller, 1, 'magic', 161);
unsafeWindow.battle.set_hostile_subattack(161);
break;
}
//### Change default action - end ###[code]

My Default action I choose is case 3 shockblast. Could someone change the default auction so it can make rotation for spell cast like Wrath of Thor first and if its not avaiable then chained lightning and then if its not available then shockblast
I know there is crackling cast script out there but I prefer this script for some reason (IMG:[invalid] style_emoticons/default/smile.gif) and if u need the full script I can post it here, I hope someone would help me (IMG:[invalid] style_emoticons/default/wink.gif) ,
thanks in advance pal (IMG:[invalid] style_emoticons/default/smile.gif)
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post Jun 13 2016, 08:21
Post #3118
yukikiss



Doujin Music Lover.
*******
Group: Gold Star Club
Posts: 1,145
Joined: 11-December 11
Level 375 (Godslayer)


QUOTE(ahmadindra20 @ Jun 10 2016, 02:52) *

Hi all (IMG:[invalid] style_emoticons/default/smile.gif)
I have problem here with reloader v1.2 (very old version) script made by nihilvoid, Dan31
I hope some will help me
here below are the script:

CODE
snip-


My Default action I choose is case 3 shockblast. Could someone change the default auction so it can make rotation for spell cast like Wrath of Thor first and if its not avaiable then chained lightning and then if its not available then shockblast
I know there is crackling cast script out there but I prefer this script for some reason (IMG:[invalid] style_emoticons/default/smile.gif) and if u need the full script I can post it here, I hope someone would help me (IMG:[invalid] style_emoticons/default/wink.gif) ,
thanks in advance pal (IMG:[invalid] style_emoticons/default/smile.gif)



ooh. could crackling cast does that? (IMG:[invalid] style_emoticons/default/wacko.gif)



anyway, i hope equipment comparison can also show the percentile of each value like in the super's auction.
too bad i don't know how to code. (IMG:[invalid] style_emoticons/default/cry.gif)

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

 
post Jun 13 2016, 10:19
Post #3119
Superlatanium



Dreaming of optimizing the system
**********
Group: Gold Star Club
Posts: 7,647
Joined: 27-November 13
Level 500 (Godslayer)


QUOTE(yukikiss @ Jun 13 2016, 06:21) *
ooh. could crackling cast does that? (IMG:[invalid] style_emoticons/default/wacko.gif)
anyway, i hope equipment comparison can also show the percentile of each value like in the super's auction.
too bad i don't know how to code. (IMG:[invalid] style_emoticons/default/cry.gif)
Well it's not too hard for me to copy and paste what I use.

Attached File  Percentile_Ranges.user.js.txt ( 6.17k ) Number of downloads: 235

Oh... I don't remember the last time I found Equipment Comparison useful. (IMG:[invalid] style_emoticons/default/sad.gif) Percentiles are so much easier to work with...

I know the code and interface isn't pretty at all, it's part of a much bigger script. (When it says "bad", that means a range was found to be below the current Lmin value and the range table needs to be fixed. Of course, if you're checking out sub-Legendary gear you'll frequently see it...)

Also note that only the stats I considered important enough to list on the same line as an equipment in my auctions get added to the percentile result string. (So no pmit, mmit, pabs, etc.) Though, it would not be difficult to add those, if someone felt like making the tables... (interface still sucks though)

This post has been edited by Superlatanium: Jun 13 2016, 11:06
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post Jun 14 2016, 08:34
Post #3120
xenexegesis



Casual Poster
***
Group: Members
Posts: 141
Joined: 14-May 09
Level 338 (Godslayer)


I recall there used to be a script that would highlight certain monsters of your choosing to alert you of their presence, is there still a script for that?
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post Jun 14 2016, 16:36
Post #3121
yukikiss



Doujin Music Lover.
*******
Group: Gold Star Club
Posts: 1,145
Joined: 11-December 11
Level 375 (Godslayer)


QUOTE(Superlatanium @ Jun 13 2016, 16:19) *

Well it's not too hard for me to copy and paste what I use.

Attached File  Percentile_Ranges.user.js.txt ( 6.17k ) Number of downloads: 235

Oh... I don't remember the last time I found Equipment Comparison useful. (IMG:[invalid] style_emoticons/default/sad.gif) Percentiles are so much easier to work with...

I know the code and interface isn't pretty at all, it's part of a much bigger script. (When it says "bad", that means a range was found to be below the current Lmin value and the range table needs to be fixed. Of course, if you're checking out sub-Legendary gear you'll frequently see it...)

Also note that only the stats I considered important enough to list on the same line as an equipment in my auctions get added to the percentile result string. (So no pmit, mmit, pabs, etc.) Though, it would not be difficult to add those, if someone felt like making the tables... (interface still sucks though)


thanks a lot!
now i can see how shitty my charged gloves that i pay 1m.

btw,
when i use the script and check my staff.
Legendary Shocking Redwood Staff of Destruction
it shows 417, IW 9, forged 27 ,MDB 400%.
seems a little bit weird?
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post Jun 14 2016, 21:34
Post #3122
Superlatanium



Dreaming of optimizing the system
**********
Group: Gold Star Club
Posts: 7,647
Joined: 27-November 13
Level 500 (Godslayer)


QUOTE(yukikiss @ Jun 14 2016, 14:36) *
thanks a lot!
now i can see how shitty my charged gloves that i pay 1m.

btw,
when i use the script and check my staff.
Legendary Shocking Redwood Staff of Destruction
it shows 417, IW 9, forged 27 ,MDB 400%.
seems a little bit weird?
The stat checking is very simple, it just takes the base value displayed in the tooltip (in this case 69) and compares it against the base Lmin and Lmax (in this case 45.95 to 51.71). So forging and Archmage and Butcher will all skew things. (this is why forged or IWd Mag equips can be seen to have "30%"+ percentile, which would otherwise be impossible).
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post Jun 15 2016, 05:25
Post #3123
Overt Ninja



Casual Poster
****
Group: Members
Posts: 266
Joined: 20-January 12
Level 352 (Godslayer)


I'm having trouble casting Imperil using right click or number key with CracklingCast 1.0.3. It seems to work with hover but neither of the other options.
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post Jun 15 2016, 14:38
Post #3124
boulay



Noob
********
Group: Gold Star Club
Posts: 2,675
Joined: 27-June 11
Level 500 (Godslayer)


E-Hentai - Improved Gallery Overview

This one reorganizes and sticks the gallery infos in the left part of the screen, making it so that only the actual gallery is scrollable. It should also adjust itself to match the user's screen resolution.

[attachmentid=87607][attachmentid=87608][attachmentid=87609]

Screenshots:
Attached Image Attached Image

People will need to actually test it out for higher res, needless to say that anything below what's listed will look horrible.
I should think about another name for it too...

This post has been edited by boulay: Jun 16 2016, 11:24
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post Jun 16 2016, 09:29
Post #3125
FabulousCupcake



Casual Poster
****
Group: Gold Star Club
Posts: 496
Joined: 15-April 14
Level 451 (Dovahkiin)


QUOTE(boulay @ Jun 15 2016, 14:38) *

People will need to actually test it out for higher res

You know most major browsers have Responsive Design View, right?
[developer.mozilla.org] https://developer.mozilla.org/en-US/docs/To...ive_Design_Mode
[blog.chromium.org] http://blog.chromium.org/2014/09/responsiv...h-devtools.html
[developer.apple.com] https://developer.apple.com/safari/tools/

Might want to read about media queries too:
[developer.mozilla.org] https://developer.mozilla.org/en-US/docs/We...g_media_queries

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

 
post Jun 16 2016, 11:23
Post #3126
boulay



Noob
********
Group: Gold Star Club
Posts: 2,675
Joined: 27-June 11
Level 500 (Godslayer)


QUOTE(FabulousCupcake @ Jun 16 2016, 09:29) *

You know most major browsers have Responsive Design View, right?
[developer.mozilla.org] https://developer.mozilla.org/en-US/docs/To...ive_Design_Mode
[blog.chromium.org] http://blog.chromium.org/2014/09/responsiv...h-devtools.html
[developer.apple.com] https://developer.apple.com/safari/tools/

Might want to read about media queries too:
[developer.mozilla.org] https://developer.mozilla.org/en-US/docs/We...g_media_queries

^^"

Sorry, I didn't know. I'm ashamed, it was right in front of my eyes (IMG:[invalid] style_emoticons/default/faint.gif)
Thanks for pointing that.
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post Jun 16 2016, 15:13
Post #3127
FabulousCupcake



Casual Poster
****
Group: Gold Star Club
Posts: 496
Joined: 15-April 14
Level 451 (Dovahkiin)


QUOTE(boulay @ Jun 16 2016, 11:23) *

^^"

Sorry, I didn't know. I'm ashamed, it was right in front of my eyes (IMG:[invalid] style_emoticons/default/faint.gif)
Thanks for pointing that.


No worries; you're one of today's [xkcd.com] lucky 10000 (IMG:[invalid] style_emoticons/default/happy.gif)
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post Jun 17 2016, 11:12
Post #3128
kyouri



忍 - chasing rainbows~
*******
Group: Catgirl Camarilla
Posts: 1,012
Joined: 26-October 09
Level 500 (Ponyslayer)


Is there a battle stats logger for those using vanilla reloader? Tried HVStat which didn't work :<
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post Jun 18 2016, 05:42
Post #3129
gynew



Hungry Wolf
*******
Group: Members
Posts: 2,019
Joined: 27-December 08
Level 407 (Godslayer)


Is there a script that counts how many riddlemaster you have encounter? and how many you've answered incorrectly? thanks
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post Jun 20 2016, 17:25
Post #3130
Aardwark



Casual Poster
***
Group: Members
Posts: 223
Joined: 11-May 14
Level 381 (Dovahkiin)


Are there any essential scripts which make life easier and battles faster? I am a newbie so kindly list them all!
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post Jun 20 2016, 17:33
Post #3131
izpekopon



Fading into Oblivion
*******
Group: Members
Posts: 1,498
Joined: 27-August 15
Level 500 (Godslayer)


QUOTE(Aardwark @ Jun 20 2016, 23:25) *

Are there any essential scripts which make life easier and battles faster? I am a newbie so kindly list them all!

Reloader makes life alot easier and speeds things up, highly recommended.
For mages it would be a combination of Crackling Cast and Reloader.
U can find it at f4tal's Scripts Compendium.
Not sure which one is the latest though.
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post Jun 20 2016, 17:49
Post #3132
unknownxz.



Lurker
*******
Group: Members
Posts: 1,276
Joined: 1-January 13
Level 500 (Godslayer)


Is there a way to make Crackling Cast stop attacking when spirit stance icon pop ? like when we need to use support spells or potions...
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post Jun 20 2016, 20:44
Post #3133
izpekopon



Fading into Oblivion
*******
Group: Members
Posts: 1,498
Joined: 27-August 15
Level 500 (Godslayer)


QUOTE(unknownxz. @ Jun 20 2016, 23:49) *

Is there a way to make Crackling Cast stop attacking when spirit stance icon pop ? like when we need to use support spells or potions...

I believe adding this line to this part of the code would do that.
QUOTE
if (oc >= Settings.limits.oc && document.getElementsByClassName('btp')[0].innerHTML.indexOf('spirit_a.png') === -1) {
placeDisplay(Icons.SpiritStance, 'width: 28px; height: 28px; border: 1px solid grey', function () {
cast('Spirit Stance', 0);
});
Common.state.paused = true;
}
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post Jun 20 2016, 20:55
Post #3134
unknownxz.



Lurker
*******
Group: Members
Posts: 1,276
Joined: 1-January 13
Level 500 (Godslayer)


QUOTE(izpekopon @ Jun 21 2016, 01:44) *

I believe adding this line to this part of the code would do that.


Thank you, it works! (IMG:[invalid] style_emoticons/default/biggrin.gif)
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post Jun 22 2016, 10:04
Post #3135
Kadokura




*******
Group: Gold Star Club
Posts: 1,619
Joined: 28-September 10
Level 500 (Ponyslayer)


Is there a way to make Crackling Cast stop attacking when channeling is just about to expire?
with Reloader's Mousemelee I don't have this problem because I use the modded version made by Sapo84, but with CC I just don't have any idea how to change that parameter. (IMG:[invalid] style_emoticons/default/sad.gif)

I would be really grateful if somebody could help me on this.. Thanks!!
User is offlineProfile CardPM
Go to the top of the page
+Quote Post


291 Pages V « < 155 156 157 158 > » 
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: 22nd September 2025 - 20:54