Welcome Guest ( Log In | Register )

291 Pages V « < 102 103 104 105 106 > »   
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 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: 521
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: 521
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

 
post May 24 2015, 13:53
Post #2067
oohmrparis



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


QUOTE(tetron @ May 24 2015, 13:19) *

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)

ok. this bug fixed.
CODE
var effLevel = result.Info.BindLevel != 0? result.Info.BindLevel: Controller.Level;

var effLevel = source.Info.BindLevel != 0? source.Info.BindLevel: Controller.Level;


But because I was interested in another, please wait a moment a little more for update.

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

 
post May 24 2015, 14:37
Post #2068
tetron



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


QUOTE(oohmrparis @ May 24 2015, 17:23) *

ok. this bug fixed.
CODE
var effLevel = result.Info.BindLevel != 0? result.Info.BindLevel: Controller.Level;

var effLevel = source.Info.BindLevel != 0? source.Info.BindLevel: Controller.Level;


But because I was interested in another, please wait a moment a little more for update.

Thanks. (IMG:[invalid] style_emoticons/default/smile.gif)
I'm looking forward to the update. (IMG:[invalid] style_emoticons/default/biggrin.gif)
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post May 24 2015, 19:47
Post #2069
djackallstar



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


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

so there's no need anymore to know when it's 76 or 51.

Yeah, in the current patch, there are no universal numbers like these.

In the old patch:
- Magnificent AAA of aaa, at 54% condition => needs 12 scraps
- Magnificent BBB of bbb, at 54% condition => needs 12 scraps
- Magnificent CCC of ccc, at 54% condition => needs 12 scraps

In this patch:
- Magnificent AAA of aaa, at 54% condition => needs 24 scraps
- Magnificent BBB of bbb, at 54% condition => needs 29 scraps
- Magnificent CCC of ccc, at 54% condition => needs 37 scraps

"When is the best condition to repair an equipment" is now a question with different answers to different equipments. (IMG:[invalid] style_emoticons/default/sad.gif)

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

 
post May 25 2015, 01:15
Post #2070
ginjok



The Villain
*******
Group: Gold Star Club
Posts: 1,736
Joined: 23-April 12
Level 500 (Godslayer)


Was thinking about mixing Hoverplay with SpellSpam, make some HoverSpam (IMG:[invalid] style_emoticons/default/heh.gif) .

I would want to add a few base features (from Hoverplay) to SpellSpam, possible? (maybe a few are already there and I don't know it (IMG:[invalid] style_emoticons/default/heh.gif) )

Mainly: Click on spell on bar then hover will cast that spell.
Also if you set middle click = spell x, then hover will cast x.

Lock on Health, Mana, Spirit determined threshold, click (or right click) will cast potion (or cure for health, or follow whatever is the rotation), if possible the lock will have the color scheme (IMG:[invalid] style_emoticons/default/tongue.gif)

Lock on end of Draught, click will cast.

Possibility for hover; new round = spell x

All is on Hoverplay code (didn't test Draught), but a direct copy paste is unlikely to work (IMG:[invalid] style_emoticons/default/duck.gif)

Edit: That was my post 1337, that's because that edited script would be 1337 fellas, true leet (IMG:[invalid] style_emoticons/default/duck.gif)

This post has been edited by ginjok: May 25 2015, 01:17
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post May 25 2015, 06:41
Post #2071
MidNightPass



Elite Poster
*********
Group: Catgirl Camarilla
Posts: 5,186
Joined: 20-March 11
Level 500 (Ponyslayer)


Attached Image

Somehow the magic score is not showing the total sum.

I have tested it with re-equipping the staff and it didn't work.

Since this piece of equipment is soulbounded, can this be the cause?

This post has been edited by MidNightPass: May 25 2015, 06:43
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post May 25 2015, 10:38
Post #2072
oohmrparis



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


Popup equipment links on mouseover in forum. 0.82patch.

Attached File  HV_equipment_link_popup.user.zip ( 2.62k ) Number of downloads: 123


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.97k ) Number of downloads: 159

Attached File  HVEquipComparison_0.6.4.3_for_ELP.user.zip ( 23.52k ) Number of downloads: 101


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

 
post May 25 2015, 15:42
Post #2073
ButterflyOfLight



Newcomer
**
Group: Members
Posts: 73
Joined: 3-March 12
Level 250 (Godslayer)


Is it possible to desactivate some keyshortcut of SpellSpam.

I use the P key to use Power gem, but each time i do that with spell spam it activate the profile associated with that key (which is a default one). I was wondering if it was possible to ignore some key easily,
I know I could use the alt/ctrl to deactivate it the time to use the power gem, but I don't like that way.
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post May 25 2015, 16:05
Post #2074
holy_demon



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


QUOTE(ButterflyOfLight @ May 25 2015, 23:42) *

Is it possible to desactivate some keyshortcut of SpellSpam.

I use the P key to use Power gem, but each time i do that with spell spam it activate the profile associated with that key (which is a default one). I was wondering if it was possible to ignore some key easily,
I know I could use the alt/ctrl to deactivate it the time to use the power gem, but I don't like that way.


Is there a "P" in the active profile list? If there is, just untick all checkboxes, then assign this disabled profile to P (shift-P), it would delete it from the active profiles
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post May 25 2015, 17:33
Post #2075
tetron



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


QUOTE(oohmrparis @ May 25 2015, 14:08) *

Popup equipment links on mouseover in forum. 0.82patch.
-snip-

Cool. What are the updates other than the base value comparison check fix? (IMG:[invalid] style_emoticons/default/smile.gif)
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post May 25 2015, 18:13
Post #2076
MidNightPass



Elite Poster
*********
Group: Catgirl Camarilla
Posts: 5,186
Joined: 20-March 11
Level 500 (Ponyslayer)


QUOTE(oohmrparis @ May 25 2015, 16:38) *

Popup equipment links on mouseover in forum. 0.82patch.


Doesn't seem to work. Restriction on browser type?
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post May 26 2015, 00:23
Post #2077
oohmrparis



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


QUOTE(tetron @ May 25 2015, 17:33) *

Cool. What are the updates other than the base value comparison check fix? (IMG:[invalid] style_emoticons/default/smile.gif)

- Miscalculation of base value.
- Display when press R key in your equipment link.
Old: Counter-resist 9.850000000.....
Now: Counter-resist 9.85

Also, soulbound bug in MagicScore fixed.


In addition, you use dark skin CSS.
If you want know 'Now equipment set number' in popup, modify code in equipment link popup.user.js
CODE

equipSet.style.cssText = 'position:absolute;margin:5px 0 0 310px;';

equipSet.style.cssText = 'position:absolute;margin:5px 0 0 310px;color:#ffffff;';



QUOTE(MidNightPass @ May 25 2015, 18:13) *

Doesn't seem to work. Restriction on browser type?

What your browser and version?
However, probably there is no substitute cord because it uses a comparatively recent code.

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

 
post May 26 2015, 01:34
Post #2078
ButterflyOfLight



Newcomer
**
Group: Members
Posts: 73
Joined: 3-March 12
Level 250 (Godslayer)


QUOTE(holy_demon @ May 25 2015, 23:35) *

Is there a "P" in the active profile list? If there is, just untick all checkboxes, then assign this disabled profile to P (shift-P), it would delete it from the active profiles


Thanks for the answer.
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post May 26 2015, 01:58
Post #2079
MidNightPass



Elite Poster
*********
Group: Catgirl Camarilla
Posts: 5,186
Joined: 20-March 11
Level 500 (Ponyslayer)


QUOTE(oohmrparis @ May 26 2015, 06:23) *
What your browser and version?
However, probably there is no substitute cord because it uses a comparatively recent code.


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

 
post May 26 2015, 04:54
Post #2080
djackallstar



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


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

- Display when press R key in your equipment link.
Old: Counter-resist 9.850000000.....
Now: Counter-resist 9.85

Bug Report:

XXX.toFixed(YYY) => TypeError: XXX.toFixed is not a function

(IMG:[i.imgur.com] http://i.imgur.com/Zq8n4RZ.png)

http://hentaiverse.org/pages/showequip.php...;key=4a4fbcb197

Should be changed to parseFloat(XXX).toFixed(YYY).

EDIT: press R

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


291 Pages V « < 102 103 104 105 106 > » 
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: 15th January 2025 - 23:34