Welcome Guest ( Log In | Register )

7 Pages V « < 4 5 6 7 >  
Closed TopicStart new topic
> QuickBar 2 v1.0.2 (4/24/2011), A second quickbar for the masses!

 
post Jun 25 2012, 13:00
Post #101
Jeanne d'Arc



Titania
***********
Group: Catgirl Camarilla
Posts: 15,254
Joined: 12-August 11
Level 471 (Godslayer)


images from the spells, are broken.


24event.layerX and event.layerY are broken and deprecated in WebKit. They will be removed from the engine in the near future.
Failed to load resource [g.ehgt.org] http://g.ehgt.org/hv050/img/at/tile_border.png
Failed to load resource [g.ehgt.org] http://g.ehgt.org/hv050/img/a/0233.png
Failed to load resource [g.ehgt.org] http://g.ehgt.org/hv050/img/a/0833.png
Failed to load resource [g.ehgt.org] http://g.ehgt.org/hv050/img/a/m_imperil.png
Failed to load resource [g.ehgt.org] http://g.ehgt.org/hv050/img/a/1333.png
Failed to load resource [g.ehgt.org] http://g.ehgt.org/hv050/img/a/0333.png
26event.layerX and event.layerY are broken and deprecated in WebKit. They will be removed from the engine in the near future.

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

 
post Jun 25 2012, 23:45
Post #102
grumpymal



I hate everything >:C
***********
Group: Gold Star Club
Posts: 10,923
Joined: 2-April 08
Level 362 (Godslayer)


Protip: The URLs for game images (aka statics) have changed. Any scripts that use them will have shitfits.
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post Jun 26 2012, 00:49
Post #103
Muramasa777



Bitch, please... Looking all like expecting a female
*********
Group: Gold Star Club
Posts: 5,978
Joined: 9-January 09
Level 317 (Godslayer)


No FF version yet? :<
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post Jun 28 2012, 20:54
Post #104
Drewman522



Regular Poster
*****
Group: Gold Star Club
Posts: 592
Joined: 7-August 10
Level 276 (Godslayer)


so i downloaded the unofficial one, how do i add it, when i try to load the unpacked extension it tells me that the manifest file is missing. and the older one just fails to load the images anymore
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post Jun 30 2012, 07:54
Post #105
yggdrasilseedd



Newcomer
*
Group: Gold Star Club
Posts: 40
Joined: 4-December 10
Level 146 (Ascended)


the skill icon are broken, how can I fix it?
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post Jun 30 2012, 07:55
Post #106
varst



Peerless perverted long-hair-con of the Hentaiverse
***********
Group: Gold Star Club
Posts: 11,561
Joined: 30-March 10
Level 478 (Godslayer)


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

 
post Jun 30 2012, 13:37
Post #107
Jeanne d'Arc



Titania
***********
Group: Catgirl Camarilla
Posts: 15,254
Joined: 12-August 11
Level 471 (Godslayer)


QUOTE(varst @ Jun 30 2012, 07:55) *


grrr varst, i wanted to linked it too, you smooth operator (IMG:[invalid] style_emoticons/default/tongue.gif)
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post Jun 30 2012, 23:02
Post #108
xenon22



Newcomer
**
Group: Members
Posts: 92
Joined: 19-June 09
Level 237 (Godslayer)


QUOTE(Drewman522 @ Jun 28 2012, 20:54) *

so i downloaded the unofficial one, how do i add it, when i try to load the unpacked extension it tells me that the manifest file is missing. and the older one just fails to load the images anymore


I ran into this problem too. It turns out that Chrome has disabled loading third party extensions from within Chrome for security reasons.

To install third party extensions you have to go into your settings (wrench icon) and click on tools -> extensions. While in the extensions page drag and drop the crx file into Chrome. It will warn you about installing third party extensions. Click yes. Quickbar should install at this point.

I'm not sure if you need this or not, but I also had developer mode ticked as well.

This post has been edited by xenon22: Jun 30 2012, 23:12
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post Jul 3 2012, 21:01
Post #109
Drewman522



Regular Poster
*****
Group: Gold Star Club
Posts: 592
Joined: 7-August 10
Level 276 (Godslayer)


thanks, that worked. not sure why i didn't try to drag and drop. (IMG:[invalid] style_emoticons/default/tongue.gif)
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post Jul 4 2012, 18:46
Post #110
Drewman522



Regular Poster
*****
Group: Gold Star Club
Posts: 592
Joined: 7-August 10
Level 276 (Godslayer)


seems that the silence spell does not work in this, but its not that big of a deal, whacked a legendary with my staff a few times waiting for the effect to show up before i realized it though. (IMG:[invalid] style_emoticons/default/tongue.gif)

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

 
post Jul 8 2012, 11:52
Post #111
midori_



中文玩家
*****
Group: Members
Posts: 584
Joined: 29-February 12
Level 304 (Godslayer)


As a normal player , I think the private user can configure the extension for their "own" use.
So I share a easy way to fixed some problem by yourself.

This script has tidy form for all magic , like "Magic Missile": ["1010", "001010"] .
First is the name , second is the id of the magic , third is the id of the picture .

To solve the problem like "Some magics become invalid" ,
you just need to find the script in your computer
and correct all the id of these magics which you are using.
(It's simple but tired and boring.)

In chrome , you can find the information of magic (which you have) in battle.

Example: "Slience" (In Chinese Chrome , Vista)
just highlight it ,and right-click.
Attached Image

we can see the "magic id" is 2031 and "picture id" is 0833.
Attached Image


and open the script , find the list of magics. we can see the magic
"Silence": ["2041", "0833"], has the wrong id.
Attached Image
Just replace it and save . After you restart Chrome, "Slience" is valid.


Here is the error I found after HV 0.6.8

"Weaken": ["20302011", "0333"],
"Silence": ["20412031", "0833"],
"Imperil": ["2012", "m_imperil"] <-- You need to add it into the list.
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post Jul 9 2012, 02:38
Post #112
Drewman522



Regular Poster
*****
Group: Gold Star Club
Posts: 592
Joined: 7-August 10
Level 276 (Godslayer)


that would be helpful, if i knew how to open a script.
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post Nov 10 2012, 09:20
Post #113
FiniteA



Active Poster
*******
Group: Members
Posts: 2,419
Joined: 3-November 11
Level 413 (Godslayer)


QUOTE(Drewman522 @ Jul 9 2012, 08:38) *

that would be helpful, if i knew how to open a script.

After some search on internet, you need to change the extension from .crx to .zip.
Then unzip it and edit QB2.user.js accordingly.
Then import it to chrome. (IMG:[invalid] style_emoticons/default/smile.gif)
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post Nov 10 2012, 17:09
Post #114
varst



Peerless perverted long-hair-con of the Hentaiverse
***********
Group: Gold Star Club
Posts: 11,561
Joined: 30-March 10
Level 478 (Godslayer)


QUOTE(Drewman522 @ Jul 9 2012, 08:38) *

that would be helpful, if i knew how to open a script.


Use a new version of quickbar

https://forums.e-hentai.org/index.php?s=&am...t&p=2042381

http://ehwiki.org/wiki/HentaiVerse_Scripts_%26_Tools

Firefox: Use Greasemonkey or Scriptish

Chrome:
go to chrome -> tools -> extension
And drop the script's icon to that page.

This post has been edited by varst: Nov 10 2012, 17:10
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post Nov 27 2012, 15:44
Post #115
Bonebuster



Active Poster
*******
Group: Members
Posts: 1,159
Joined: 6-October 10
Level 449 (Godslayer)


That script for firefox would be really really nice.Are u still working on it?
Or ist there something similiar out there?
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post Nov 28 2012, 04:14
Post #116
n125



Elite Poster
*********
Group: Gold Star Club
Posts: 6,282
Joined: 23-May 08
Level 500 (Godslayer)


QUOTE(Bonebuster @ Nov 27 2012, 05:44) *

That script for firefox would be really really nice.Are u still working on it?
Or ist there something similiar out there?


Yes. Check Tiap's repository again for an alternative that works in both Firefox and Chrome--the latter of which you should try using for HV.
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post Nov 28 2012, 14:48
Post #117
Bonebuster



Active Poster
*******
Group: Members
Posts: 1,159
Joined: 6-October 10
Level 449 (Godslayer)


Ok thank u I will check it.
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post Nov 28 2012, 18:31
Post #118
Maximum_Joe



Legendary Poster
***********
Group: Gold Star Club
Posts: 24,074
Joined: 17-April 11
Level 500 (Dovahkiin)


QUOTE(n125 @ Nov 27 2012, 18:14) *

Check Tiap's repository again for an alternative that works in both Firefox

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

 
post Nov 28 2012, 18:38
Post #119
varst



Peerless perverted long-hair-con of the Hentaiverse
***********
Group: Gold Star Club
Posts: 11,561
Joined: 30-March 10
Level 478 (Godslayer)


QUOTE(Maximum_Joe @ Nov 29 2012, 00:31) *

Uh no.


Not the one linked in the thread, but the one in Tiap's signature.
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post Nov 28 2012, 18:41
Post #120
Maximum_Joe



Legendary Poster
***********
Group: Gold Star Club
Posts: 24,074
Joined: 17-April 11
Level 500 (Dovahkiin)


Ah, nvm.
User is offlineProfile CardPM
Go to the top of the page
+Quote Post


7 Pages V « < 4 5 6 7 >
Closed 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 July 2025 - 13:18