 |
 |
 |
HV Keybinds |
|
May 21 2012, 03:21
|
Stifflerfun21
Group: Members
Posts: 259
Joined: 8-December 11

|
Less clicking... I like.
|
|
|
May 21 2012, 03:21
|
Stifflerfun21
Group: Members
Posts: 259
Joined: 8-December 11

|
Less clicking... I like.
|
|
|
May 22 2012, 04:03
|
grumpymal
Group: Gold Star Club
Posts: 10,923
Joined: 2-April 08

|
Well that's....interesting. CODE Error: Component is not available Source File: file:///.../hvkeybinds-2.4.1.user.js Line: 54 Says this is the suspect line: CODE var overriddenKeyDown = document.onkeydown; FF 3.6.17, GM 0.9.20, vanilla install script from thread with no keybinds added yet. I could probably figure out what's wrong and fix it myself, but just in case I'm not the only one who runs into this problem, you should probably take a look.
|
|
|
May 22 2012, 10:30
|
rkinasz
Group: Members
Posts: 501
Joined: 8-March 12

|
This is no longer relevant
This post has been edited by rkinasz: May 3 2024, 01:45
|
|
|
May 23 2012, 02:08
|
grumpymal
Group: Gold Star Club
Posts: 10,923
Joined: 2-April 08

|
Based on all of the documentation I've seen for onkeydown, I think it has something to do with it expecting a function call for that event. It was something I ran into a lot some time ago when I was helping someone else develop a hotkey script. I don't really remember how I got around it and I don't have a copy of it any more.
|
|
|
|
 |
|
Jun 9 2012, 20:22
|
Yuuki17
Group: Members
Posts: 1,051
Joined: 4-March 12

|
Had this working initially, when I switched and added some keys it no longer works for me. Did I mess up somewhere with this? CODE Bind(KEY_END, Cast("Magic Missile")); Bind(KEY_DOWN, Cast("Chain Lightning")); Bind(KEY_PAGEDOWN, Cast("Hurricane")); Bind(KEY_LEFT, Cast("Cure")); Bind(12, Cast("Banish")); Bind(KEY_RIGHT, Cast("Purge")); Bind(KEY_HOME, Cast("Pestilence")); Bind(KEY_UP, Cast("Haste")); Bind(KEY_PAGEUP, Cast("Shadow Veil")); Bind(46, Cast("Weaken")); Bind(107, Cast("Imperil")); Bind(109, Cast("Silence")); Bind(KEY_COMMA, UseNext(ManaPotion)); Bind(KEY_PERIOD, UseNext(SpiritPotion));
|
|
|
Jun 10 2012, 09:54
|
hentai_fusion
Group: Gold Star Club
Posts: 33,622
Joined: 14-August 09

|
hmm... don't think '12' is a valid key code...
|
|
|
Jun 10 2012, 12:55
|
kjeron
Group: Members
Posts: 112
Joined: 6-September 11

|
QUOTE(hentai_fusion @ Jun 10 2012, 02:54)  hmm... don't think '12' is a valid key code...
It is, its '5' on the numpad, with numlock off.
|
|
|
Jul 1 2012, 23:14
|
Handsome Phil
Group: Gold Star Club
Posts: 2,198
Joined: 12-July 09

|
Awesome script! Finally I can play my HentaiVerse like all the other MMOs/Action RPGs out there (WoW, Diablo 3 etc.) with fast keyboard presses instead of clicking on each spell every time. (IMG:[ invalid] style_emoticons/default/biggrin.gif)
|
|
|
Jul 8 2012, 06:31
|
-HS-
Group: Members
Posts: 275
Joined: 29-October 09

|
I've got a problem with the script. Unbinding the default keys is no problem, but I can't seem to override them. Has anyone else encountered this problem? I'm using the newest Firefox version along with Greasemonkey.
|
|
|
Jul 8 2012, 06:42
|
n125
Group: Gold Star Club
Posts: 6,282
Joined: 23-May 08

|
QUOTE(-HS- @ Jul 7 2012, 21:31)  I've got a problem with the script. Unbinding the default keys is no problem, but I can't seem to override them. Has anyone else encountered this problem? I'm using the newest Firefox version along with Greasemonkey.
You don't have to unbind a default key before you assign it to something else. Just assigning another function to a default key should be enough to override its default function.
|
|
|
|
 |
|
Jul 8 2012, 07:07
|
-HS-
Group: Members
Posts: 275
Joined: 29-October 09

|
QUOTE(n125 @ Jul 8 2012, 06:42)  You don't have to unbind a default key before you assign it to something else. Just assigning another function to a default key should be enough to override its default function.
Yes, that's what I've been doing. I tried reinstalling the script several times, but even unchanged (with M already assigned) it doesn't seem to work for me. I've never had any problems with other HV scripts though.
|
|
|
|
 |
|
Jul 10 2012, 22:21
|
rkinasz
Group: Members
Posts: 501
Joined: 8-March 12

|
QUOTE(-HS- @ Jul 7 2012, 22:07)  Yes, that's what I've been doing. I tried reinstalling the script several times, but even unchanged (with M already assigned) it doesn't seem to work for me. I've never had any problems with other HV scripts though.
Sorry for not responding sooner. Are you using the default HV font engine? I recently found my script won't work unless you use downloadable/custom fonts. I may fix this in the future.
|
|
|
|
 |
|
Jul 16 2012, 15:53
|
-HS-
Group: Members
Posts: 275
Joined: 29-October 09

|
QUOTE(rkinasz @ Jul 10 2012, 22:21)  Sorry for not responding sooner. Are you using the default HV font engine? I recently found my script won't work unless you use downloadable/custom fonts. I may fix this in the future.
Ahhh, so that was the problem. Thank you, I'm going to try it with custom fonts now. Edit: works great now. Thanks! This post has been edited by -HS-: Jul 16 2012, 16:25
|
|
|
Jul 16 2012, 22:18
|
rkinasz
Group: Members
Posts: 501
Joined: 8-March 12

|
This is no longer relevant
This post has been edited by rkinasz: May 3 2024, 01:45
|
|
|
|
 |
|
Aug 26 2012, 22:09
|
Handsome Phil
Group: Gold Star Club
Posts: 2,198
Joined: 12-July 09

|
Can't install the script anymore into Chrome (latest version) unless it comes directly from the official Chrome Web Store. Halp?? Edit #1: Never mind, managed to install it through Tampermomkey instead. :) Edit #2: Alright now it's a big deal again, I disabled Tampermomkey as it made HentaiVerse unacceptable laggy. Now what do I do? :( Edit #3: Thanks to the guys at the IRC channel I managed to install the script without using Tampermomkey, here's how: QUOTE <MrTT> It says it must be from play store, that is a LIE <MrTT> step 1: download them <MrTT> step 2: open extensions window <MrTT> step 3: drag file into extension window This post has been edited by Handsome Phil: Aug 26 2012, 23:35
|
|
|
|
 |
|
Aug 30 2012, 07:36
|
4EverLost
Group: Gold Star Club
Posts: 36,632
Joined: 2-April 10

|
I want to add more bindings but I can't seem to find the file to edit for chrome, I did for FF but I can't seem to find the right one for chrome.
|
|
|
Aug 30 2012, 08:03
|
danixxx
Group: Catgirl Camarilla
Posts: 7,340
Joined: 3-September 10

|
QUOTE(4EverLost @ Aug 30 2012, 07:36)  I want to add more bindings but I can't seem to find the file to edit for chrome, I did for FF but I can't seem to find the right one for chrome.
I think it's the same.
|
|
|
Nov 25 2012, 12:06
|
darkcuph
Newcomer
 Group: Recruits
Posts: 12
Joined: 18-November 12

|
Hello..
I'm trying to put Iris Strike into the script but still didn't work so far.
I am able to use Magic Missile by pressing M, but nothing happened when I cast Iris Strike (Shift + A). So far I only have these two:
Bind(KEY_M, Cast("Magic Missile")); Bind(KEY_A, Shift, Cast("Iris Strike"));
|
|
|
1 User(s) are reading this topic (1 Guests and 0 Anonymous Users)
0 Members:
|
 |
 |
 |
|