Welcome Guest ( Log In | Register )

291 Pages V « < 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, 13:53
Post #2067
oohmrparis



We are ping-pong player
*****
Group: Gold Star Club
Posts: 522
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,216
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,196
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: 522
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: 124


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: 160

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


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,196
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: 522
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,196
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,216
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

 
post May 26 2015, 05:32
Post #2081
djackallstar



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


EDIT: nvm

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

 
post May 26 2015, 11:07
Post #2082
oohmrparis



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


Last update.
Attached File  HVEquipComparison_0.6.4.3_for_ELP.user.zip ( 23.46k ) Number of downloads: 1400

Don't need any more bug reports.
I never touch this cord.
Waste of time.

QUOTE(djackallstar @ May 26 2015, 05:32) *

R key has no effect in some pages:


Not bug.
T and R key works only popup has 'Upgrades and Enchantments' pages.
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post May 26 2015, 17:36
Post #2083
tetron



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


QUOTE(oohmrparis @ May 26 2015, 14:37) *

Last update.
Attached File  HVEquipComparison_0.6.4.3_for_ELP.user.zip ( 23.46k ) Number of downloads: 1400

Don't need any more bug reports.
I never touch this cord.
Waste of time.

But, but, it's really helpful. (IMG:[invalid] style_emoticons/default/sad.gif)
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post May 26 2015, 18:16
Post #2084
mozilla browser



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


Thanks oohmrparis.



Since 0.82, the item manager script doesn't allow me to reforge items any more. I get a message "item not found".
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post May 27 2015, 07:49
Post #2085
VriskaSerket



Veteran Poster
********
Group: Catgirl Camarilla
Posts: 4,118
Joined: 27-December 08
Level 500 (Godslayer)


Attached File  Hide_Locked_Equipments.user.zip ( 445bytes ) Number of downloads: 63

hides locked equipments in equip screen for those, who don't want accidentally equip the wrong item.
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post May 28 2015, 17:20
Post #2086
orgolove



Casual Poster
***
Group: Members
Posts: 158
Joined: 4-April 10
Level 284 (Godslayer)


If possible, may I request a "potion and draught cooldown notification" mod? One that detects the level of your proficiency and notifies you when the potion cooldown is ready? As a low-level mage, Consuming potions is the only way I can survive, and I need to consume them as soon as the cooldowns are complete, or occasionally I will be left with no mana for several turns.

This would be really really helpful now, with the loooong potion cooldowns in the current patch.
User is offlineProfile CardPM
Go to the top of the page
+Quote Post


291 Pages V « < 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: 3rd May 2025 - 04:41