Welcome Guest ( Log In | Register )

291 Pages V « < 119 120 121 122 123 > »   
Reply to this topicStart new topic
> HV Script Thread, Discuss your creations. Includes guidelines and infos for script creation (2020-02-28 upd)

 
post Dec 2 2015, 19:35
Post #2401
Superlatanium



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


QUOTE(tetron @ Dec 2 2015, 13:56) *
One more thing. There is a little confusion about the version. You wrote the version 1.2.2, while the script has the version 1.1.4. What's the right one? (IMG:[invalid] style_emoticons/default/laugh.gif)
Crap. That's what I get for trying to fix two separate versions at once (IMG:[invalid] style_emoticons/default/tongue.gif) (one to upload to e-h, one with my own settings) The later number is the correct one, I forgot to write it in the public script.
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post Dec 2 2015, 20:08
Post #2402
tetron



Certified Retard!
*********
Group: Gold Star Club
Posts: 5,583
Joined: 30-July 14
Level 488 (Godslayer)


QUOTE(Superlatanium @ Dec 2 2015, 23:05) *
Crap. That's what I get for trying to fix two separate versions at once (IMG:[invalid] style_emoticons/default/tongue.gif) (one to upload to e-h, one with my own settings) The later number is the correct one, I forgot to write it in the public script.
Thought so. (IMG:[invalid] style_emoticons/default/laugh.gif)
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post Dec 3 2015, 08:45
Post #2403
Void Domain



Active Poster
*******
Group: Catgirl Camarilla
Posts: 2,131
Joined: 30-May 10
Level 500 (Godslayer)


QUOTE(tatarime @ Nov 23 2015, 10:38) *

Thanks for the report.
But I didn't recreate that problem (nglayout.initialpaint.delay = 0, 100, 250, 1000 ...).
I'm using these:

I just found the true culprit now. It was the priority setting for the firefox process.
If I set it to realtime it will start to skip turn counts, but anything below realtime is fine (IMG:[invalid] style_emoticons/default/blink.gif)
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post Dec 8 2015, 17:51
Post #2404
Fudo Masamune



Passive Poster
*******
Group: Gold Star Club
Posts: 1,636
Joined: 2-February 10
Level 500 (Ponyslayer)


Is there any script to dump the entire battle log into some txt or stuff like that?
Or a script to count the accumulate damage dealt that not only count the action turn but also real turn ticks?
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post Dec 8 2015, 18:26
Post #2405
Dan31



Chilling around
********
Group: Members
Posts: 4,399
Joined: 26-March 12
Level 485 (Godslayer)


QUOTE(Fudo Masamune @ Dec 8 2015, 16:51) *

Is there any script to dump the entire battle log into some txt or stuff like that?
Or a script to count the accumulate damage dealt that not only count the action turn but also real turn ticks?

Dumping the battle log should be easy. Reloader can already keep the entire battle log, it just has to save it upon round clear.
Determining real turn ticks may be tricky. Personally, I like to think of action turn as the real one, since it is linked with real time. Us being faster actually means monsters are slower, from our point of view.
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post Dec 8 2015, 18:42
Post #2406
Fudo Masamune



Passive Poster
*******
Group: Gold Star Club
Posts: 1,636
Joined: 2-February 10
Level 500 (Ponyslayer)


QUOTE(Dan31 @ Dec 8 2015, 23:26) *

Dumping the battle log should be easy. Reloader can already keep the entire battle log, it just has to save it upon round clear.
Determining real turn ticks may be tricky. Personally, I like to think of action turn as the real one, since it is linked with real time. Us being faster actually means monsters are slower, from our point of view.


isn't determining real turn is as easy as recording each regen ticks as turn separator?
also using action turn as the real one would be redundant ( i don't know whether it's the correct word ) for statistical purpose since it's varying so much between each person depend on action speed and preference on using haste or not, even on same person, using long cast time spell like heartseeker would make one or some turn different to the other.
while real turn are fixed no matter what fighting style or equipment used. monsters debuff also ticks per real turn not action turn, which makes it easier to calculate for example, damage dealt per one stun tick on the monster.

This post has been edited by Fudo Masamune: Dec 8 2015, 18:49
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post Dec 8 2015, 19:13
Post #2407
Dan31



Chilling around
********
Group: Members
Posts: 4,399
Joined: 26-March 12
Level 485 (Godslayer)


QUOTE(Fudo Masamune @ Dec 8 2015, 17:42) *

isn't determining real turn is as easy as recording each regen ticks as turn separator?
also using action turn as the real one would be redundant ( i don't know whether it's the correct word ) for statistical purpose since it's varying so much between each person depend on action speed and preference on using haste or not, even on same person, using long cast time spell like heartseeker would make one or some turn different to the other.
while real turn are fixed no matter what fighting style or equipment used. monsters debuff also ticks per real turn not action turn, which makes it easier to calculate for example, damage dealt per one stun tick on the monster.

I was thinking about determining the exact real time action clock but that was unrelevant. All you need is knowing whether a tick has passed.

All in all, yes, it's doable. I don't wanna do it now though, I got things to do.
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post Dec 8 2015, 19:30
Post #2408
Void Domain



Active Poster
*******
Group: Catgirl Camarilla
Posts: 2,131
Joined: 30-May 10
Level 500 (Godslayer)


QUOTE(Fudo Masamune @ Dec 9 2015, 00:42) *

isn't determining real turn is as easy as recording each regen ticks as turn separator?
also using action turn as the real one would be redundant ( i don't know whether it's the correct word ) for statistical purpose since it's varying so much between each person depend on action speed and preference on using haste or not, even on same person, using long cast time spell like heartseeker would make one or some turn different to the other.
while real turn are fixed no matter what fighting style or equipment used. monsters debuff also ticks per real turn not action turn, which makes it easier to calculate for example, damage dealt per one stun tick on the monster.

Thats only useful for pure statistical purpose (IMG:[invalid] style_emoticons/default/unsure.gif)
Because we have 4t/s cap in player turn, it is natural to use it as default.
so all I care are t/s maybe t/r t/mob too, and the total turns for a particular arena.
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post Dec 8 2015, 20:24
Post #2409
Fudo Masamune



Passive Poster
*******
Group: Gold Star Club
Posts: 1,636
Joined: 2-February 10
Level 500 (Ponyslayer)


QUOTE(Void Domain @ Dec 9 2015, 00:30) *

Thats only useful for pure statistical purpose (IMG:[invalid] style_emoticons/default/unsure.gif)
Because we have 4t/s cap in player turn, it is natural to use it as default.
so all I care are t/s maybe t/r t/mob too, and the total turns for a particular arena.


Of course I'm asking this for pure statistical purpose, what else would you expect it for? (IMG:[invalid] style_emoticons/default/unsure.gif)
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post Dec 8 2015, 21:10
Post #2410
Dan31



Chilling around
********
Group: Members
Posts: 4,399
Joined: 26-March 12
Level 485 (Godslayer)


QUOTE(Fudo Masamune @ Dec 8 2015, 19:24) *

Of course I'm asking this for pure statistical purpose, what else would you expect it for? (IMG:[invalid] style_emoticons/default/unsure.gif)

For a practical one?
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post Dec 9 2015, 16:24
Post #2411
tazmanian devil



RAWR~
********
Group: Catgirl Camarilla
Posts: 3,017
Joined: 24-October 12
Level 500 (Ponyslayer)


QUOTE(Fudo Masamune @ Dec 8 2015, 09:51) *

Is there any script to dump the entire battle log into some txt or stuff like that?
Or a script to count the accumulate damage dealt that not only count the action turn but also real turn ticks?

I knew I'd seen something like this a while ago, just had to go find it...

No idea if it still works with the current version of HV, however. I'm sure one of these people in here that know what they're doing can fix it if it doesn't (IMG:[invalid] style_emoticons/default/mellow.gif)

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

 
post Dec 9 2015, 17:41
Post #2412
Fudo Masamune



Passive Poster
*******
Group: Gold Star Club
Posts: 1,636
Joined: 2-February 10
Level 500 (Ponyslayer)


QUOTE(tazmanian devil @ Dec 9 2015, 21:24) *

I knew I'd seen something like this a while ago, just had to go find it...

No idea if it still works with the current version of HV, however. I'm sure one of these people in here that know what they're doing can fix it if it doesn't (IMG:[invalid] style_emoticons/default/mellow.gif)

log recorder


ouch, it's a pretty old script, and yeah, some method are already deprecated... but thanks anyway, If nobody here are willing I might try something myself or ask around another forum to build something using this as a base (IMG:[invalid] style_emoticons/default/smile.gif)
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post Dec 12 2015, 23:40
Post #2413
AXagent



Newcomer
*
Group: Recruits
Posts: 10
Joined: 24-August 12
Level 116 (Ascended)


So when I go to use scripts I have found around the forums they don't seem to work. I know it's something I am doing but I don't fully understand what. When I go to add a scrip to GM I always have to use create new script because I don't know how to just add the ones that have already been made. It then asks me to give a name, name space, ect. After that point it brings up the script writing window from which I can finally load scripts I have already found. However, after opening and saving them they just sit there and do nothing. When I click on more info in GM it shows nothing filled in.
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post Dec 12 2015, 23:51
Post #2414
Superlatanium



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


QUOTE(AXagent @ Dec 12 2015, 21:40) *
So when I go to use scripts I have found around the forums they don't seem to work. I know it's something I am doing but I don't fully understand what. When I go to add a scrip to GM I always have to use create new script because I don't know how to just add the ones that have already been made. It then asks me to give a name, name space, ect. After that point it brings up the script writing window from which I can finally load scripts I have already found. However, after opening and saving them they just sit there and do nothing. When I click on more info in GM it shows nothing filled in.
Either:
First copy the script to your clipboard, and then after you press "New User Script", press "Use script from clipboard" and it'll create it automatically, including the name, author, version, etc.
Or:
From Firefox, Open a script ending in .user.js, and GM will come up and prompt you if you want to install it. Press yes.
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post Dec 14 2015, 03:50
Post #2415
nihilvoid



Regular Poster
*****
Group: Members
Posts: 534
Joined: 9-August 11
Level 420 (Godslayer)


QUOTE(Dan31 @ Dec 8 2015, 08:26) *

Dumping the battle log should be easy. Reloader can already keep the entire battle log, it just has to save it upon round clear.
Determining real turn ticks may be tricky. Personally, I like to think of action turn as the real one, since it is linked with real time. Us being faster actually means monsters are slower, from our point of view.


Note that the browser will usually slow down (rather drastically) if you:
1) Have the reloader keep the entire battle log, by appending the the logs to the top, as some versions of the reloader will do.
2) Have a really long battle.

This is mostly because browsers have their DOM elements optimized for "append" rather than "prepend".
For me, I usually store statistics on the battle on a per-click basis.

If you want to do batch calculations, I'd recommend finding a version of the reloader that prepends logs, instead of replacing the logs, and changing the prepend behavior to append instead.

Although, I think HVStat implements most of the stat-counting you might need already.
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post Dec 14 2015, 08:58
Post #2416
hentai_fusion



Nyo
************
Group: Gold Star Club
Posts: 33,481
Joined: 14-August 09
Level 500 (Ponyslayer)


is there a script that removes dead monsters away and compacts the rest so that i do not have to move my mouse so much? (IMG:[invalid] style_emoticons/default/tongue.gif)

e.g.
A
B
C
D
E
F
G
H
I

without script
A
-
-
D
E
-
G
H
I

with script
A
D
E
G
H
I
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post Dec 14 2015, 09:02
Post #2417
Sky Arc



Flying
******
Group: Catgirl Camarilla
Posts: 974
Joined: 27-May 12
Level 454 (Godslayer)


QUOTE(hentai_fusion @ Dec 13 2015, 22:58) *

is there a script that removes dead monsters away and compacts the rest so that i do not have to move my mouse so much? (IMG:[invalid] style_emoticons/default/tongue.gif)

e.g.
A
B
C
D
E
F
G
H
I

without script
A
-
-
D
E
-
G
H
I

with script
A
D
E
G
H
I

Didn't I remember Tenboro saying that is not allowed?
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post Dec 14 2015, 09:50
Post #2418
hentai_fusion



Nyo
************
Group: Gold Star Club
Posts: 33,481
Joined: 14-August 09
Level 500 (Ponyslayer)


not showing dead monsters is not allowed? (IMG:[invalid] style_emoticons/default/blink.gif)
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post Dec 14 2015, 09:51
Post #2419
sssss2



Veteran Poster
********
Group: Gold Star Club
Posts: 3,925
Joined: 11-April 14
Level 500 (Ponyslayer)


QUOTE(hentai_fusion @ Dec 14 2015, 15:58) *

so that i do not have to move my mouse


It's a botting.
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post Dec 14 2015, 13:53
Post #2420
Dan31



Chilling around
********
Group: Members
Posts: 4,399
Joined: 26-March 12
Level 485 (Godslayer)


QUOTE(nihilvoid @ Dec 14 2015, 02:50) *

Note that the browser will usually slow down (rather drastically) if you:
1) Have the reloader keep the entire battle log, by appending the the logs to the top, as some versions of the reloader will do.
2) Have a really long battle.

This is mostly because browsers have their DOM elements optimized for "append" rather than "prepend".
For me, I usually store statistics on the battle on a per-click basis.

If you want to do batch calculations, I'd recommend finding a version of the reloader that prepends logs, instead of replacing the logs, and changing the prepend behavior to append instead.

Although, I think HVStat implements most of the stat-counting you might need already.

HVStat does not use AJAX though.
User is offlineProfile CardPM
Go to the top of the page
+Quote Post


291 Pages V « < 119 120 121 122 123 > » 
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 January 2025 - 01:48