Loading. Please Wait... 
 |
 |
 |
HV Script Thread, Discuss your creations. Includes guidelines and infos for script creation (2020-02-28 upd) |
|
May 22 2015, 09:50
|
cwx
Group: Members
Posts: 873
Joined: 15-November 09

|
I can't get any of the equipment compare scripts above to work at ALL; what am I missing?
|
|
|
May 22 2015, 10:01
|
djackallstar
Group: Gold Star Club
Posts: 8,216
Joined: 23-July 14

|
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
|
|
|
|
 |
|
|
 |
|
May 23 2015, 03:03
|
oohmrparis
Group: Gold Star Club
Posts: 522
Joined: 18-June 13

|
HV conditioner v1.7
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
|
|
|
|
 |
|
May 23 2015, 03:26
|
oohmrparis
Group: Gold Star Club
Posts: 522
Joined: 18-June 13

|
Popup equipment links on mouseover in forum. 0.82patch.
HV_equipment_link_popup_v1.1.user.zip ( 2.62k )
Number of downloads: 74CODE 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.
HVMagicScores_2.0.3.2_for_ELP.user.zip ( 4.68k )
Number of downloads: 94
HVEquipComparison_0.6.4.3_for_ELP.user.zip ( 23.51k )
Number of downloads: 115HVEquipCompare (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
|
|
|
|
 |
|
May 23 2015, 05:30
|
gynew
Group: Members
Posts: 2,019
Joined: 27-December 08

|
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
|
|
|
|
 |
|
May 23 2015, 05:43
|
djackallstar
Group: Gold Star Club
Posts: 8,216
Joined: 23-July 14

|
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
|
|
|
|
 |
|
May 23 2015, 08:52
|
chjj30
Group: Catgirl Camarilla
Posts: 10,914
Joined: 5-January 14

|
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
|
|
|
|
 |
|
|
 |
|
May 23 2015, 19:15
|
showoff
Group: Gold Star Club
Posts: 3,778
Joined: 31-December 14

|
QUOTE(oohmrparis @ May 23 2015, 01:26)  Popup equipment links on mouseover in forum. 0.82patch.
HV_equipment_link_popup_v1.1.user.zip ( 2.62k )
Number of downloads: 74CODE 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.
HVMagicScores_2.0.3.2_for_ELP.user.zip ( 4.68k )
Number of downloads: 94
HVEquipComparison_0.6.4.3_for_ELP.user.zip ( 23.51k )
Number of downloads: 115HVEquipCompare (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)
|
|
|
|
 |
|
May 24 2015, 02:21
|
mozilla browser
Group: Gold Star Club
Posts: 2,131
Joined: 22-December 11

|
Sorry for dumb question. What is the difference between the XXX script for ELP and the original XXX script?
|
|
|
May 24 2015, 04:36
|
gilf
Group: Members
Posts: 564
Joined: 19-April 12

|
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
|
|
|
May 24 2015, 06:36
|
gynew
Group: Members
Posts: 2,019
Joined: 27-December 08

|
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
|
|
|
May 24 2015, 06:40
|
holy_demon
Group: Gold Star Club
Posts: 5,417
Joined: 2-April 10

|
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
|
|
|
May 24 2015, 11:24
|
tetron
Group: Gold Star Club
Posts: 5,583
Joined: 30-July 14

|
Equipment Comparison for ELP is not working properly. When I press "W", this happens as usual:  But when I try to compare the base values with "E", Something like this happen: This post has been edited by tetron: May 24 2015, 11:26
|
|
|
|
 |
|
May 24 2015, 12:14
|
oohmrparis
Group: Gold Star Club
Posts: 522
Joined: 18-June 13

|
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
|
|
|
|
 |
|
May 24 2015, 12:51
|
tetron
Group: Gold Star Club
Posts: 5,583
Joined: 30-July 14

|
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)
|
|
|
May 24 2015, 13:10
|
oohmrparis
Group: Gold Star Club
Posts: 522
Joined: 18-June 13

|
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.
|
|
|
2 User(s) are reading this topic (2 Guests and 0 Anonymous Users)
0 Members:
|
 |
 |
 |
|
|
|