Welcome Guest ( Log In | Register )

291 Pages V « < 171 172 173 174 175 > »   
Reply to this topicStart new topic
> HV Script Thread, Discuss your creations. Includes guidelines and infos for script creation (2020-02-28 upd)

 
post Jan 5 2017, 22:07
Post #3441
Scremaz



A certain pervert. OT expert. Just dancing around in the game.
***********
Group: Gold Star Club
Posts: 24,304
Joined: 18-January 07
Level 500 (Ponyslayer)


here it is, for all those interested:
QUOTE(Phreeman @ Dec 22 2016, 12:20) *

Update data, base on Wiki and HVEquipCompare_0.6.6.1
Percentile Ranges 1.1.2 Attached File  Percentile_Ranges.user.js.txt ( 6.83k ) Number of downloads: 617

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

 
post Jan 5 2017, 22:13
Post #3442
doom9ra



Regular Poster
******
Group: Members
Posts: 789
Joined: 11-December 10
Level 409 (Godslayer)


QUOTE(Scremaz @ Jan 5 2017, 23:07) *

here it is, for all those interested:


mb im doing something wrong,but it shows negative values,so it checks for level 500?)

This post has been edited by doom9ra: Jan 5 2017, 22:13
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post Jan 5 2017, 22:16
Post #3443
Superlatanium



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


QUOTE(doom9ra @ Jan 5 2017, 20:13) *
mb im doing something wrong,but it shows negative values,so it checks for level 500?)
It looks at Legendary-range only. So if you're looking at Mag or lower equips, it will very often give you negative values. (eg Lmin might be 95, Lmax might be 100, if your stat on a Mag is 94, it would show -20%)
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post Jan 5 2017, 22:18
Post #3444
doom9ra



Regular Poster
******
Group: Members
Posts: 789
Joined: 11-December 10
Level 409 (Godslayer)


QUOTE(Superlatanium @ Jan 5 2017, 23:16) *

It looks at Legendary-range only. So if you're looking at Mag or lower equips, it will very often give you negative values. (eg Lmin might be 95, Lmax might be 100, if your stat on a Mag is 94, it would show -20%)


oh,ok,thanks a lot^_^
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post Jan 6 2017, 05:39
Post #3445
ctaglack



Casual Poster
****
Group: Gold Star Club
Posts: 428
Joined: 18-April 14
Level 500 (Godslayer)


QUOTE(NerfThis @ Jan 5 2017, 06:35) *

CracklingCast fix20

[attachmentid=97114]
[attachmentid=97115]

[attachmentid=97113] (all in one pack for Left Focus UI)

fix20 - fixed bug, can't detect expiring when Cloak of the Fallen expires turn is 2. (IMG:[invalid] style_emoticons/default/blink.gif)
added checkOnlyExpire settings option for low level player. (very low level user or weird expiring turns)
changed, (even if preferAvatarGod option set to true) always prefer Scroll of Life to Scroll of the Gods.

This script is amazing, makes mowing through all the last arenas on PFUDOR a breeze! No more headaches manually casting spells and drinking pots, the best script I've found so far besides Reloader itself (IMG:[invalid] style_emoticons/default/laugh.gif)
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post Jan 7 2017, 02:35
Post #3446
edu5ardo



Casual Poster
***
Group: Members
Posts: 153
Joined: 6-October 11
Level 483 (Godslayer)


compendium post disappear?
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post Jan 7 2017, 02:41
Post #3447
lazyNPC



├┬┴┬┴┤(・_├┬┴┬┴┤
********
Group: Gold Star Club
Posts: 3,346
Joined: 8-June 12
Level 495 (Godslayer)


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

 
post Jan 7 2017, 02:51
Post #3448
edu5ardo



Casual Poster
***
Group: Members
Posts: 153
Joined: 6-October 11
Level 483 (Godslayer)


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

 
post Jan 7 2017, 03:39
Post #3449
Slobber



On a Bounty Mission
**********
Group: Gold Star Club
Posts: 7,794
Joined: 4-February 11
Level 489 (Godslayer)


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

 
post Jan 7 2017, 04:47
Post #3450
nobody_xxx



((´☻ω☻`) $◞౪◟$ (´☻ω☻`))
***********
Group: Gold Star Club
Posts: 13,753
Joined: 7-December 10
Level 496 (Godslayer)


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

 
post Jan 7 2017, 04:56
Post #3451
Slobber



On a Bounty Mission
**********
Group: Gold Star Club
Posts: 7,794
Joined: 4-February 11
Level 489 (Godslayer)


oops. updated. but still problem persist i think. can't get the hover cast going which is the most important part =\
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post Jan 7 2017, 05:35
Post #3452
nobody_xxx



((´☻ω☻`) $◞౪◟$ (´☻ω☻`))
***********
Group: Gold Star Club
Posts: 13,753
Joined: 7-December 10
Level 496 (Godslayer)


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

 
post Jan 7 2017, 06:07
Post #3453
Slobber



On a Bounty Mission
**********
Group: Gold Star Club
Posts: 7,794
Joined: 4-February 11
Level 489 (Godslayer)


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

 
post Jan 7 2017, 07:32
Post #3454
NerfThis



Active Poster
*******
Group: Catgirl Camarilla
Posts: 2,467
Joined: 3-February 14
Level 500 (Ponyslayer)


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

 
post Jan 7 2017, 18:59
Post #3455
Slobber



On a Bounty Mission
**********
Group: Gold Star Club
Posts: 7,794
Joined: 4-February 11
Level 489 (Godslayer)


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

 
post Jan 7 2017, 19:25
Post #3456
NerfThis



Active Poster
*******
Group: Catgirl Camarilla
Posts: 2,467
Joined: 3-February 14
Level 500 (Ponyslayer)


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

 
post Jan 7 2017, 19:27
Post #3457
Slobber



On a Bounty Mission
**********
Group: Gold Star Club
Posts: 7,794
Joined: 4-February 11
Level 489 (Godslayer)


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

This post has been edited by Slobber: Jan 7 2017, 19:41
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post Jan 7 2017, 20:21
Post #3458
NerfThis



Active Poster
*******
Group: Catgirl Camarilla
Posts: 2,467
Joined: 3-February 14
Level 500 (Ponyslayer)


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

 
post Jan 7 2017, 20:23
Post #3459
Superlatanium



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


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

 
post Jan 7 2017, 20:26
Post #3460
Slobber



On a Bounty Mission
**********
Group: Gold Star Club
Posts: 7,794
Joined: 4-February 11
Level 489 (Godslayer)


@Nerf
Same symptoms as described in PM still

@Super
Right. Thanks for reminder ^^
User is offlineProfile CardPM
Go to the top of the page
+Quote Post


291 Pages V « < 171 172 173 174 175 > » 
Reply to this topicStart new topic
2 User(s) are reading this topic (2 Guests and 0 Anonymous Users)
0 Members:

 


Lo-Fi Version Time is now: 21st January 2025 - 04:13