Welcome Guest ( Log In | Register )

291 Pages V « < 102 103 104 105 > »   
Reply to this topicStart new topic
> HV Script Thread, Discuss your creations. Includes guidelines and infos for script creation (2020-02-28 upd)

 
post May 22 2015, 09:50
Post #2047
cwx



Regular Poster
******
Group: Members
Posts: 873
Joined: 15-November 09
Level 415 (Godslayer)


I can't get any of the equipment compare scripts above to work at ALL; what am I missing?
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post May 22 2015, 10:01
Post #2048
djackallstar



ดีjackallstar
**********
Group: Gold Star Club
Posts: 8,216
Joined: 23-July 14
Level 500 (Godslayer)


QUOTE(cwx @ May 22 2015, 15:50) *

I can't get any of the equipment compare scripts above to work at ALL; what am I missing?

1. Use custom font if you haven't already. (I think I don't have to mention this, but just in case.)
2. Manually delete the variables saved in the the localStorage that the EC script uses, and then go to the equipment set page so that the script can now update those variables correctly.

This post has been edited by djackallstar: May 22 2015, 15:16
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post May 22 2015, 15:58
Post #2049
sulysses



Casual Poster
****
Group: Gold Star Club
Posts: 429
Joined: 28-February 12
Level 385 (Godslayer)


Waiting for the new version of hoverplay (IMG:[invalid] style_emoticons/default/tongue.gif)
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post May 22 2015, 16:35
Post #2050
tetron



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


QUOTE(Void Domain @ May 22 2015, 11:49) *

They are hardcore players, want to play as much as possible (IMG:[invalid] style_emoticons/default/laugh.gif)

"Hardcore Player" - Isn't that term already a 'forgotten myth' in this patch? (IMG:[invalid] style_emoticons/default/laugh.gif)
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post May 23 2015, 03:03
Post #2051
oohmrparis



We are ping-pong player
*****
Group: Gold Star Club
Posts: 522
Joined: 18-June 13
Level 500 (Ponyslayer)


HV conditioner v1.7

Attached File  HV_conditioner.user.zip ( 2.56k ) Number of downloads: 428


CODE
var prof = {  
  filter: 100,  
  best: '#1100CD',  
  better: '#00B000'
};


Display equips condition.
ALL : Repair equipment of less than the number of filter when you click. Default is less than 100%. Text color changes red when material is not enough.
Right click : Repair the equipment if the one can repair.
Change text color if the condition is 76 or 51(best) and 77~80 or 52~60(better). Default is blue when best, green when better. Specified in the color name or color code.

This post has been edited by oohmrparis: May 23 2015, 03:28
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post May 23 2015, 03:26
Post #2052
oohmrparis



We are ping-pong player
*****
Group: Gold Star Club
Posts: 522
Joined: 18-June 13
Level 500 (Ponyslayer)


Popup equipment links on mouseover in forum. 0.82patch.

Attached File  HV_equipment_link_popup_v1.1.user.zip ( 2.62k ) Number of downloads: 74


CODE
var set = {
  popupX: 700,                  //popup x position.
  popupColor: '#E3E0D1',        //popup color. color name or color code.
  animationColor: '92, 12, 17'  //load animation color. RGB only.
},


Auto login: auto login if you are not logged in.(need a few sec)
Num key: change equipment set if other window not in battle.(need a few sec)

Popup fix left side when popup x position < mouse x position.
The current equipment data is displayed in the lower right corner once you press the numkey.

Download this ver if you want to use MagicScores and HVEquipCompare in popup.

Attached File  HVMagicScores_2.0.3.2_for_ELP.user.zip ( 4.68k ) Number of downloads: 94

Attached File  HVEquipComparison_0.6.4.3_for_ELP.user.zip ( 23.51k ) Number of downloads: 115


HVEquipCompare (update by simplesimon32, thanks (IMG:[invalid] style_emoticons/default/smile.gif) ) add function.
R -> before forge base stat (range)
F -> create forum direct link (Press C isn't necessary)
P -> open WIKI
Level comparison.
Ignore potency.
MagicScores and HVEquipCompare to compete.
Serch 'add code' in script if you want add code by me.


NOTE:
Doesn't works in firefox 35 or(and?) 36 and old browser.
Need update wiki's data.
Can't auto login if lottery link. But mouse over the once again displayed.
This bug fix lazy...
■ Because can change the equipment from outside, Please check the equipment number before battle always.

This post has been edited by oohmrparis: May 23 2015, 03:39
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post May 23 2015, 05:30
Post #2053
gynew



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


QUOTE(oohmrparis @ May 22 2015, 20:03) *

HV conditioner v1.7
...
Change text color if the condition is 76 or 51(best) and 77~80 or 52~60(better). Default is blue when best, green when better. Specified in the color name or color code.


Thanks for the updates. (IMG:[invalid] style_emoticons/default/smile.gif)

As catalysts are no longer required to repair equips, I think now it's the same to repair the gears regardless of their condition, so there's no need anymore to know when it's 76 or 51.

This post has been edited by gynew: May 23 2015, 05:33
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post May 23 2015, 05:43
Post #2054
djackallstar



ดีjackallstar
**********
Group: Gold Star Club
Posts: 8,216
Joined: 23-July 14
Level 500 (Godslayer)


QUOTE(oohmrparis @ May 23 2015, 09:03) *

HV conditioner v1.7
(-snip-)

Does anyone know the new formula to precisely calculate the number of scraps needed to repair an equipment?

The wiki says:
CODE
Scraps Needed = 1 + rounddown((100 - condition%) / quality_mod

The release notes say:
QUOTE(Tenboro @ May 17 2015, 17:14) *

- Repairs no longer require a catalyst. A larger amount of scrap is instead required. Rather than having distinct tiers, the amount of scrap now depends directly on the quality of the item.

(-snip-)

- Item wear was cut in half and repair cost was doubled - effectively cancelling each other out, except you only have to visit the forge half as often.


When I was trying to repair my Exquisite elec cap today, its condition was at 54%, and the number of scraps needed should have been:
2*(1+Math.floor((100-54)/4)) = 2*12 = 24

But instead, the repair panel showed 28 is needed. So wonder if the formula in the wiki has been changed.

QUOTE(oohmrparis @ May 23 2015, 09:26) *

(-snip-)

Nice, everything seems working well. Thanks m8!

This post has been edited by djackallstar: May 23 2015, 05:50
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post May 23 2015, 08:52
Post #2055
chjj30



🦘跳海魔女🧙王世坚🌊
***********
Group: Catgirl Camarilla
Posts: 10,914
Joined: 5-January 14
Level 500 (Ponyslayer)


QUOTE(oohmrparis @ May 23 2015, 09:26) *

Popup equipment links on mouseover in forum. 0.82patch.



Thanks for your Update!

This post has been edited by chjj30: May 23 2015, 08:52
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post May 23 2015, 16:09
Post #2056
tetron



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


QUOTE(oohmrparis @ May 23 2015, 06:56) *

-snip-

WORKING! THANKS AGAIN! (IMG:[invalid] style_emoticons/default/biggrin.gif)
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post May 23 2015, 19:15
Post #2057
showoff



Veteran Poster
********
Group: Gold Star Club
Posts: 3,778
Joined: 31-December 14
Level 500 (Ponyslayer)


QUOTE(oohmrparis @ May 23 2015, 01:26) *

Popup equipment links on mouseover in forum. 0.82patch.

Attached File  HV_equipment_link_popup_v1.1.user.zip ( 2.62k ) Number of downloads: 74


CODE
var set = {
  popupX: 700,                  //popup x position.
  popupColor: '#E3E0D1',        //popup color. color name or color code.
  animationColor: '92, 12, 17'  //load animation color. RGB only.
},


Auto login: auto login if you are not logged in.(need a few sec)
Num key: change equipment set if other window not in battle.(need a few sec)

Popup fix left side when popup x position < mouse x position.
The current equipment data is displayed in the lower right corner once you press the numkey.

Download this ver if you want to use MagicScores and HVEquipCompare in popup.

Attached File  HVMagicScores_2.0.3.2_for_ELP.user.zip ( 4.68k ) Number of downloads: 94

Attached File  HVEquipComparison_0.6.4.3_for_ELP.user.zip ( 23.51k ) Number of downloads: 115


HVEquipCompare (update by simplesimon32, thanks (IMG:[invalid] style_emoticons/default/smile.gif) ) add function.
R -> before forge base stat (range)
F -> create forum direct link (Press C isn't necessary)
P -> open WIKI
Level comparison.
Ignore potency.
MagicScores and HVEquipCompare to compete.
Serch 'add code' in script if you want add code by me.
NOTE:
Doesn't works in firefox 35 or(and?) 36 and old browser.
Need update wiki's data.
Can't auto login if lottery link. But mouse over the once again displayed.
This bug fix lazy...
■ Because can change the equipment from outside, Please check the equipment number before battle always.


That's so great!! (IMG:[invalid] style_emoticons/default/wub.gif) (IMG:[invalid] style_emoticons/default/wub.gif)
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post May 24 2015, 02:21
Post #2058
mozilla browser



Nutscrape Navigator
*******
Group: Gold Star Club
Posts: 2,131
Joined: 22-December 11
Level 500 (Godslayer)


Sorry for dumb question. What is the difference between the XXX script for ELP and the original XXX script?
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post May 24 2015, 04:36
Post #2059
gilf



Regular Poster
*****
Group: Members
Posts: 564
Joined: 19-April 12
Level 336 (Godslayer)


QUOTE(mozilla browser @ May 23 2015, 20:21) *

Sorry for dumb question. What is the difference between the XXX script for ELP and the original XXX script?


'XXX script for ELP' have been modified to work with the popups generated by ELP. They replace the originals.
'HVEquipCompare for ELP' also has some additional fuctions added. Most notably:
QUOTE
r: compare stats (original base) vs. {SEMLP}Max
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post May 24 2015, 06:36
Post #2060
gynew



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


Sorry for dumber question. What is ELP?
Edit: LOL (IMG:[invalid] style_emoticons/default/tongue.gif) Somehow I missed it was the script's acronym.
Thanks holy_demon

This post has been edited by gynew: May 24 2015, 07:35
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post May 24 2015, 06:40
Post #2061
holy_demon



Osananajimi<3
*********
Group: Gold Star Club
Posts: 5,417
Joined: 2-April 10
Level 500 (Godslayer)


QUOTE(gynew @ May 24 2015, 14:36) *

Sorry for dumber question. What is ELP?


Equipment Link Popup

it's right above, in the same post
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post May 24 2015, 11:24
Post #2062
tetron



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


Equipment Comparison for ELP is not working properly.

When I press "W", this happens as usual:
Attached Image

But when I try to compare the base values with "E", Something like this happen:
Attached Image

This post has been edited by tetron: May 24 2015, 11:26
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post May 24 2015, 12:14
Post #2063
oohmrparis



We are ping-pong player
*****
Group: Gold Star Club
Posts: 522
Joined: 18-June 13
Level 500 (Ponyslayer)


QUOTE(tetron @ May 24 2015, 11:24) *

Equipment Comparison for ELP is not working properly.

I don't understood well, but please press a num key and update equips information once.



QUOTE(gynew @ May 23 2015, 05:30) *

Thanks for the updates. (IMG:[invalid] style_emoticons/default/smile.gif)

As catalysts are no longer required to repair equips, I think now it's the same to repair the gears regardless of their condition, so there's no need anymore to know when it's 76 or 51.


Hmm, I surely think that it is not necessary.
CODE
var prof = {
  filter: 100,
  best: '#5C0D11',
  better: '#5C0D11'
};


This does not change.

This post has been edited by oohmrparis: May 24 2015, 12:15
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post May 24 2015, 12:51
Post #2064
tetron



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


QUOTE(oohmrparis @ May 24 2015, 15:44) *

I don't understood well, but please press a num key and update equips information once.

I Did that many times already. Still not working. Only the "Base Value Comparison" part is broken. That is generating way too much unrealistic results! (IMG:[invalid] style_emoticons/default/sad.gif)
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post May 24 2015, 13:10
Post #2065
oohmrparis



We are ping-pong player
*****
Group: Gold Star Club
Posts: 522
Joined: 18-June 13
Level 500 (Ponyslayer)


QUOTE(tetron @ May 24 2015, 12:51) *

I Did that many times already. Still not working. Only the "Base Value Comparison" part is broken. That is generating way too much unrealistic results! (IMG:[invalid] style_emoticons/default/sad.gif)

1. Does this screen shot was taken in the forum?
2. This equipment links post here.
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post May 24 2015, 13:19
Post #2066
tetron



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


QUOTE(oohmrparis @ May 24 2015, 16:40) *

1. Does this screen shot was taken in the forum?
2. This equipment links post here.

1. Yes.
2. Exquisite Shocking Willow Staff of Destruction (Equipped by me) and Legendary Hallowed Rapier of the Nimble (It's popup is where I used the script)
User is offlineProfile CardPM
Go to the top of the page
+Quote Post


291 Pages V « < 102 103 104 105 > » 
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: 2nd May 2025 - 17:03