 |
 |
 |
HV Script Thread, Discuss your creations. Includes guidelines and infos for script creation (2020-02-28 upd) |
|
Jan 7 2017, 02:41
|
lazyNPC
Group: Gold Star Club
Posts: 3,346
Joined: 8-June 12

|
QUOTE(edu5ardo @ Jan 7 2017, 01:35)  compendium post disappear?
Take a look at my signature for the link, it was temporarily moved by a Mod.
|
|
|
Jan 7 2017, 02:51
|
edu5ardo
Group: Members
Posts: 153
Joined: 6-October 11

|
QUOTE(gianfrix94 @ Jan 6 2017, 18:41)  Take a look at my signature for the link, it was temporarily moved by a Mod.
Thank you
|
|
|
|
 |
|
Jan 7 2017, 03:39
|
Slobber
Group: Gold Star Club
Posts: 7,794
Joined: 4-February 11

|
hrm. im using: CracklingCast_v1-0-3_fix20.user HV_-_Skip_Popup.user Vanilla+Reloader%5B1.1.1fix%5D.user The CracklingCast is basically the default script but I'm using: CODE hover : ['Fimbulvetr', 'Blizzard', 'Freeze'], // List of Hover spells num : ['Imperil'], // List to cast when number key is pressed (if set to [], disable number key spells) right : [] // List to cast when right click on monster pane (hover_area set to neither 0 nor 1) }, limits : { // Limits are percentage based. i.e. 0.8 = 80% heal : 0.6, // Heal rotation threshold hdraught: 1, // Use Health Draught at or below mdraught: 1, // Use Mana Draught at or below mpotion : 0.4, // Use Mana Potion at or below melixir : 0, // Use Mana Elixir at or below sdraught: 0.9, // Use Spirit Draught at or below spotion : 0.4, // Use Spirit Potion at or below selixir : 0, // Use Spirit Elixir at or below oc : 225 / 250 // Use Spirit Stance at or below (If > 1, never use spirit stance) }, /** * Heal Rotation, switch order or remove options to affect heal rotation */ heal_rotation: [ Common.recovery.cure, Common.recovery.hpotion, Common.recovery.fullcure, Common.recovery.helixir ], /** * Item Slots * DO NOT TOUCH, will self-fill */ items : { hdraught: 1, hpotion : 4, helixir : 0, mdraught: 2, mpotion : 5, melixir : 0, sdraught: 3, spotion : 6, The imiperil seems to activate but the hovercast and the healing triggers don't? I must have broken something? =\ The other 2 scripts are working fine.
|
|
|
|
 |
|
Jan 7 2017, 04:47
|
nobody_xxx
Group: Gold Star Club
Posts: 13,753
Joined: 7-December 10

|
here my settings Settings = { use_reloader : true, // set to true if you're using a Reloader hover_area : 1, // 0:none, 1:mob box, 2:mob icon, 3:mob name, 4:mob status; inspired by sssss2 stopWhenChanneling : 1, // Stop when less than or equal to channeling buff expire turn (if < 0, disable) preferAvatarGod : false, // prefer avatar and god to others expireTurn: false, // if set to true, expire turn prefer 0 to 1 useScrollOfLife: false, // if set to true, prefer Scroll of Life to cast Spark of Life or IA when Cloak of the Fallen without Spark of Life innateArcana: ['Haste', 'Spirit Shield', 'Shadow Veil', 'Spark of Life'], spells : { // Pay Attention to typos. Is case-sensitive hover : ['Ragnarok' , 'Disintegrate' , 'Corruption'], // List of Hover spells num : ['Imperil'], // List to cast when number key is pressed (if set to [], disable number key spells) right : [] // List to cast when right click on monster pane (hover_area set to neither 0 nor 1) }, limits : { // Limits are percentage based. i.e. 0.8 = 80% heal : 0.35, // Heal rotation threshold hdraught: 0.6, // Use Health Draught at or below mdraught: 0.6, // Use Mana Draught at or below mpotion : 0.32, // Use Mana Potion at or below melixir : 0.15, // Use Mana Elixir at or below sdraught: 0.7, // Use Spirit Draught at or below spotion : 0.5, // Use Spirit Potion at or below selixir : 0.25, // Use Spirit Elixir at or below oc : 225 / 250 // Use Spirit Stance at or below (If > 1, never use spirit stance) }, /** * Heal Rotation, switch order or remove options to affect heal rotation */ heal_rotation: [ Common.recovery.hpotion, Common.recovery.cure, Common.recovery.fullcure, Common.recovery.helixir err , why your item number isn't 0 , slob ??? all my items number is 0 (IMG:[ invalid] style_emoticons/default/huh.gif)
|
|
|
|
 |
|
Jan 7 2017, 04:56
|
Slobber
Group: Gold Star Club
Posts: 7,794
Joined: 4-February 11

|
oops. updated. but still problem persist i think. can't get the hover cast going which is the most important part =\
|
|
|
Jan 7 2017, 06:07
|
Slobber
Group: Gold Star Club
Posts: 7,794
Joined: 4-February 11

|
QUOTE(nobody_xxx @ Jan 6 2017, 20:35)  err , maybe your hover area is 0 (IMG:[ invalid] style_emoticons/default/unsure.gif) you maybe need to wait till nerfy/hansvar appear in this thread to help you (IMG:[ invalid] style_emoticons/default/heh.gif) mmm it's def set at 1. if it matters i'm on incognito chrome but all the scripts seem to work just fine other than that hover part (and i think the healing/mana triggers isn't working either?)
|
|
|
|
 |
|
Jan 7 2017, 07:32
|
NerfThis
Group: Catgirl Camarilla
Posts: 2,467
Joined: 3-February 14

|
QUOTE(Slobber @ Jan 7 2017, 13:07)  mmm it's def set at 1. if it matters i'm on incognito chrome but all the scripts seem to work just fine other than that hover part (and i think the healing/mana triggers isn't working either?)
incognito mode does not matter. try below settings. if still not work, show me your full settings. CODE Settings = { use_reloader : true, // set to true if you're using a Reloader hover_area : 4, // 0:none, 1:mob box, 2:mob icon, 3:mob name, 4:mob status; inspired by sssss2 stopWhenChanneling : -1, // Stop when less than or equal to channeling buff expire turn (if < 0, disable) checkOnlyExpire : true, // set to true, if you want to check only expiring buff. expireTurn: false, // if set to true, expire turn prefer 0 to 1 preferAvatarGod : false, // prefer avatar and god to others useScrollOfLife: false, // if set to true, prefer Scroll of Life to cast Spark of Life or IA when Cloak of the Fallen without Spark of Life innateArcana: ['Haste', 'Protection', 'Spirit Shield', 'Shadow Veil', 'Spark of Life'], spells : { // Pay Attention to typos. Is case-sensitive hover : ['Fimbulvetr', 'Blizzard', 'Freeze'], // List of Hover spells num : ['Weaken'], // List to cast when number key is pressed right : ['Imperil'] // List to cast when right click on monster pane (hover_area set to neither 0 nor 1) }, limits : { // Limits are percentage based. i.e. 0.8 = 80% heal : 0.55, // Heal rotation threshold hdraught: 0.75, // Use Health Draught at or below mdraught: 0.75, // Use Mana Draught at or below mpotion : 0.5, // Use Mana Potion at or below melixir : 0.0, // Use Mana Elixir at or below sdraught: 0.75, // Use Spirit Draught at or below spotion : 0.625, // Use Spirit Potion at or below selixir : 0.0, // Use Spirit Elixir at or below oc : 225 / 250 // Use Spirit Stance at or below (If > 1, never use spirit stance) }, /** * Heal Rotation, switch order or remove options to affect heal rotation */ heal_rotation: [ Common.recovery.cure, Common.recovery.hpotion, Common.recovery.fullcure//, //Common.recovery.helixir ],
This post has been edited by NerfThis: Jan 7 2017, 07:33
|
|
|
|
 |
|
Jan 7 2017, 18:59
|
Slobber
Group: Gold Star Club
Posts: 7,794
Joined: 4-February 11

|
Pmed you, NerfThis. I tried copy/paste of the code but it said my post was too long.
Summary: Currently using Iron since it's less cumbersome than Chrome (doesn't have any problem with incognito like Chrome had)
Same situation applies: No popup definitely working Reloader (I presume is working) Weaken/Imperil both work (number pad/right click respectively)
Healing/Mana triggers don't work (no icons/hold backs) Hovercast doesn't work. I move my cursor all over the screen hovering over everything and still no reaction.
|
|
|
|
 |
|
Jan 7 2017, 19:25
|
NerfThis
Group: Catgirl Camarilla
Posts: 2,467
Joined: 3-February 14

|
QUOTE(Slobber @ Jan 8 2017, 01:59)  Pmed you, NerfThis. I tried copy/paste of the code but it said my post was too long.
Summary: Currently using Iron since it's less cumbersome than Chrome (doesn't have any problem with incognito like Chrome had)
Same situation applies: No popup definitely working Reloader (I presume is working) Weaken/Imperil both work (number pad/right click respectively)
Healing/Mana triggers don't work (no icons/hold backs) Hovercast doesn't work. I move my cursor all over the screen hovering over everything and still no reaction.
your code. CODE function clearDisplay() { /** @type {NodeList} e */ var e = document.getElementsByClassName('ccrack'); var c; for (var i = e.length - 1; i >= 0; i--) { /** @type {Node} */ c = e[i]; c.parentNode.removeChildⓒ; } }
original source code. CODE function clearDisplay() { /** @type {NodeList} e */ var e = document.getElementsByClassName('ccrack'); var c; for (var i = e.length - 1; i >= 0; i--) { /** @type {Node} */ c = e[i]; c.parentNode.removeChild(c); } }
c.parentNode.removeChild ⓒ; Is this occurred by too long PM? You can upload your script via File Attachments feature. This post has been edited by NerfThis: Jan 7 2017, 19:28
|
|
|
|
 |
|
Jan 7 2017, 19:27
|
Slobber
Group: Gold Star Club
Posts: 7,794
Joined: 4-February 11

|
Don't think it's because of the original long pm. Must be something to do with the conversion when I was moving the script? I'll change it now and see if it works =) edit: sure wouldn't let me attach to forum "upload failed. you are not permitted to upload a file with that file extension." so i used mediafire instead [ www.mediafire.com] http://www.mediafire.com/file/trqx373y5af7...user.js.zip.rarThis post has been edited by Slobber: Jan 7 2017, 19:41
|
|
|
|
 |
|
Jan 7 2017, 20:21
|
NerfThis
Group: Catgirl Camarilla
Posts: 2,467
Joined: 3-February 14

|
QUOTE(Slobber @ Jan 8 2017, 02:27)  Don't think it's because of the original long pm. Must be something to do with the conversion when I was moving the script? I'll change it now and see if it works =) edit: sure wouldn't let me attach to forum "upload failed. you are not permitted to upload a file with that file extension." so i used mediafire instead [ www.mediafire.com] http://www.mediafire.com/file/trqx373y5af7...user.js.zip.rar[attachmentid=97251] This post has been edited by NerfThis: Jan 7 2017, 22:09
|
|
|
Jan 7 2017, 20:23
|
Superlatanium
Group: Gold Star Club
Posts: 7,633
Joined: 27-November 13

|
QUOTE(Slobber @ Jan 7 2017, 17:27)  wouldn't let me attach to forum "upload failed. you are not permitted to upload a file with that file extension." This is why I always use .txt
|
|
|
Jan 7 2017, 20:26
|
Slobber
Group: Gold Star Club
Posts: 7,794
Joined: 4-February 11

|
@Nerf Same symptoms as described in PM still
@Super Right. Thanks for reminder ^^
|
|
|
Jan 7 2017, 20:39
|
Cleavs
Group: Gold Star Club
Posts: 24,314
Joined: 18-January 07

|
QUOTE(Superlatanium @ Jan 7 2017, 19:23)  This is why I always use .txt
zip works as well, btw. guess it's a matter of tastes at this point (IMG:[ invalid] style_emoticons/default/biggrin.gif)
|
|
|
Jan 7 2017, 20:51
|
Superlatanium
Group: Gold Star Club
Posts: 7,633
Joined: 27-November 13

|
QUOTE(Scremaz @ Jan 7 2017, 18:39)  zip works as well, btw. guess it's a matter of tastes at this point (IMG:[ invalid] style_emoticons/default/biggrin.gif) I used to use .zip but then I realized it means one more required step to get to the source, so I stopped
|
|
|
Jan 7 2017, 21:26
|
Cleavs
Group: Gold Star Club
Posts: 24,314
Joined: 18-January 07

|
QUOTE(Superlatanium @ Jan 7 2017, 19:51)  I used to use .zip but then I realized it means one more required step to get to the source, so I stopped
of course it means one more step, we're speaking about compressed achives afterall. but if nothing else it's anther format which is natively supported by many OSes, so there's a certain compatibility
|
|
|
Jan 8 2017, 17:34
|
doom9ra
Group: Members
Posts: 789
Joined: 11-December 10

|
QUOTE(Superlatanium @ Jan 7 2017, 21:51) 
hi! im using ur Income Summary,but it don't want to change trainings(Scavenger...etc) im using last version and firefox. Mb im doing something wrong?(just clicking on value)
|
|
|
Jan 8 2017, 23:40
|
Superlatanium
Group: Gold Star Club
Posts: 7,633
Joined: 27-November 13

|
QUOTE(doom9ra @ Jan 8 2017, 15:34)  hi! im using ur Income Summary,but it don't want to change trainings(Scavenger...etc)
im using last version and firefox.
Mb im doing something wrong?(just clicking on value) Looks like I forgot an argument, try this one
Income_Summary_1.4.7.user.js.txt ( 26.33k )
Number of downloads: 1463
|
|
|
Jan 9 2017, 00:11
|
doom9ra
Group: Members
Posts: 789
Joined: 11-December 10

|
QUOTE(Superlatanium @ Jan 9 2017, 00:40)  Looks like I forgot an argument, try this one
Income_Summary_1.4.7.user.js.txt ( 26.33k )
Number of downloads: 1463thanks a lot,now it's works)
|
|
|
1 User(s) are reading this topic (1 Guests and 0 Anonymous Users)
0 Members:
|
 |
 |
 |
|