Monk Forums
Would you like to react to this message? Create an account in a few clicks or log in to continue.

Extra Gear scripts - do any of them work?

+2
Tabernacle
Street Sweeper Arias
6 posters

Go down

Extra Gear scripts - do any of them work? Empty Extra Gear scripts - do any of them work?

Post by Street Sweeper Arias June 2nd 2010, 5:19 pm

I just get errors (unresponsive script) and screw ups. Anyone got them working?
Street Sweeper Arias
Street Sweeper Arias
1st Lieutenant
1st Lieutenant

Number of posts : 355
High Path or Class : Assassin
Avatar URL : Videos

Headshot : I made your Icon.

Back to top Go down

Extra Gear scripts - do any of them work? Empty Re: Extra Gear scripts - do any of them work?

Post by Tabernacle June 2nd 2010, 5:27 pm

My extra gears are working but i lost most of my saved ones a few days ago. Looked like some kind of reversion...

Tabernacle
Estiah
Estiah

Number of posts : 262
High Path or Class : Druid
Avatar URL : Profile
Headshot : Extra Gear scripts - do any of them work? Tabernacle

Back to top Go down

Extra Gear scripts - do any of them work? Empty Re: Extra Gear scripts - do any of them work?

Post by Howie Feltersnatch June 2nd 2010, 5:49 pm

mine works fine and i haven't lost any. i think i'm using the one built into the all-in-one

Howie Feltersnatch
Retired Lieutenant General
Retired Lieutenant General

Number of posts : 2900
High Path or Class : Berserker
Avatar URL : Estiah
Headshot : Estiah

Back to top Go down

Extra Gear scripts - do any of them work? Empty Re: Extra Gear scripts - do any of them work?

Post by Street Sweeper Arias June 2nd 2010, 8:49 pm

A script on this page may be busy, or it may have stopped responding. You can stop the script now, or you can continue to see if the script will complete.

Script: http://www.estiah.com/js/prototype.js?361.1:195
Street Sweeper Arias
Street Sweeper Arias
1st Lieutenant
1st Lieutenant

Number of posts : 355
High Path or Class : Assassin
Avatar URL : Videos

Headshot : I made your Icon.

Back to top Go down

Extra Gear scripts - do any of them work? Empty Re: Extra Gear scripts - do any of them work?

Post by lessigfan June 2nd 2010, 10:06 pm

Which script are you using? I used the one built into AllInOne for a while, I liked it. I disabled it and used this one for a while, but recently I switched back. I haven't had any problems with either of them.

I've gotten that message a few times when I clicked the stop button on a big long battle - like those in Cry of the Earth - but so far I haven't gotten them with the gear builder.

lessigfan
Retired General
Retired General

Number of posts : 3477
High Path or Class : Inquisitor
Avatar URL : My Profile
Headshot : Extra Gear scripts - do any of them work? 41152

Back to top Go down

Extra Gear scripts - do any of them work? Empty Re: Extra Gear scripts - do any of them work?

Post by Street Sweeper Arias June 3rd 2010, 2:47 am

Using Gear Manager now....

had tried using the other one that has a hundred buttons but never got the hang of it
Street Sweeper Arias
Street Sweeper Arias
1st Lieutenant
1st Lieutenant

Number of posts : 355
High Path or Class : Assassin
Avatar URL : Videos

Headshot : I made your Icon.

Back to top Go down

Extra Gear scripts - do any of them work? Empty Re: Extra Gear scripts - do any of them work?

Post by busterbros June 3rd 2010, 10:27 am

Last time I checked, none of these scripts were working (correctly) for Chrome, does anyone know if that has changed?
busterbros
busterbros
Retired General
Retired General

Herenvale Nickname : busterbros
Number of posts : 3904
High Path or Class : Warrior
Avatar URL : if you can read this, you're already dead
Headshot : Silver Duelie

Back to top Go down

Extra Gear scripts - do any of them work? Empty Re: Extra Gear scripts - do any of them work?

Post by Howie Feltersnatch June 3rd 2010, 10:34 am

works fine in FF, no idea about chrome

Howie Feltersnatch
Retired Lieutenant General
Retired Lieutenant General

Number of posts : 2900
High Path or Class : Berserker
Avatar URL : Estiah
Headshot : Estiah

Back to top Go down

Extra Gear scripts - do any of them work? Empty Re: Extra Gear scripts - do any of them work?

Post by Telamon June 3rd 2010, 12:31 pm

Yeah, it works in Chrome. If you save the script from http://forum.estiah.com/index.php?topic=3088.60

Open it as a file in Notepad. This'll let you modify the code.

Right after the parts that have "//" before the code, add:

var GM_getValue = typeof GM_getValue == 'function' && GM_getValue.toString().indexOf('not supported') == -1 ? GM_getValue :
function (key, defaultValue) { return localStorage[key] ? localStorage[key] : defaultValue }
var GM_setValue = typeof GM_setValue == 'function' && GM_setValue.toString().indexOf('not supported') == -1 ? GM_setValue :
function (key, value) { localStorage[key] = value }

Then it'll work. A friend of mine got it up and running in Chrome that way.

Telamon
Estiah
Estiah

Number of posts : 45
Avatar URL : Telamon
Headshot : Extra Gear scripts - do any of them work? 70409

Back to top Go down

Extra Gear scripts - do any of them work? Empty Re: Extra Gear scripts - do any of them work?

Post by busterbros June 3rd 2010, 12:45 pm

Telamon wrote:Yeah, it works in Chrome. If you save the script from http://forum.estiah.com/index.php?topic=3088.60

Open it as a file in Notepad. This'll let you modify the code.

Right after the parts that have "//" before the code, add:

var GM_getValue = typeof GM_getValue == 'function' && GM_getValue.toString().indexOf('not supported') == -1 ? GM_getValue :
function (key, defaultValue) { return localStorage[key] ? localStorage[key] : defaultValue }
var GM_setValue = typeof GM_setValue == 'function' && GM_setValue.toString().indexOf('not supported') == -1 ? GM_setValue :
function (key, value) { localStorage[key] = value }

Then it'll work. A friend of mine got it up and running in Chrome that way.

This is absolutely beautiful, works perfectly. Thank you!
busterbros
busterbros
Retired General
Retired General

Herenvale Nickname : busterbros
Number of posts : 3904
High Path or Class : Warrior
Avatar URL : if you can read this, you're already dead
Headshot : Silver Duelie

Back to top Go down

Extra Gear scripts - do any of them work? Empty Re: Extra Gear scripts - do any of them work?

Post by lessigfan June 3rd 2010, 12:50 pm

Nice tip Telamon! I know Charm requirements, FindCard, New charms, and WikiLinks all work in Chrome. I know everything works in firefox too, and most of it works in Opera.

lessigfan
Retired General
Retired General

Number of posts : 3477
High Path or Class : Inquisitor
Avatar URL : My Profile
Headshot : Extra Gear scripts - do any of them work? 41152

Back to top Go down

Extra Gear scripts - do any of them work? Empty Re: Extra Gear scripts - do any of them work?

Post by busterbros June 3rd 2010, 1:10 pm

Yes, I've been able to get Charm Requirements to work. I will check out the other ones, WikiLinks didn't work last time I tried it, which, admittedly was shortly after chrome added js support.
busterbros
busterbros
Retired General
Retired General

Herenvale Nickname : busterbros
Number of posts : 3904
High Path or Class : Warrior
Avatar URL : if you can read this, you're already dead
Headshot : Silver Duelie

Back to top Go down

Extra Gear scripts - do any of them work? Empty Re: Extra Gear scripts - do any of them work?

Post by Telamon June 3rd 2010, 2:01 pm

busterbros wrote:
Telamon wrote:Yeah, it works in Chrome. If you save the script from http://forum.estiah.com/index.php?topic=3088.60

Open it as a file in Notepad. This'll let you modify the code.

Right after the parts that have "//" before the code, add:

var GM_getValue = typeof GM_getValue == 'function' && GM_getValue.toString().indexOf('not supported') == -1 ? GM_getValue :
function (key, defaultValue) { return localStorage[key] ? localStorage[key] : defaultValue }
var GM_setValue = typeof GM_setValue == 'function' && GM_setValue.toString().indexOf('not supported') == -1 ? GM_setValue :
function (key, value) { localStorage[key] = value }

Then it'll work. A friend of mine got it up and running in Chrome that way.

This is absolutely beautiful, works perfectly. Thank you!

No prob. I had a fix uploaded to my filehost but when I installed that (instead of just manually make the change and import) into Chrome it didn't work. Chrome drives me apeshit Very Happy

And that script is extremely, extremely important-- I know several people who, because of problems running it, ended up quitting the game entirely in their 40s. Starting with the Graydam dungeon it pretty much becomes required :/

I have 120 various decks saved Very Happy

Telamon
Estiah
Estiah

Number of posts : 45
Avatar URL : Telamon
Headshot : Extra Gear scripts - do any of them work? 70409

Back to top Go down

Extra Gear scripts - do any of them work? Empty Re: Extra Gear scripts - do any of them work?

Post by busterbros June 3rd 2010, 2:53 pm

Wikilinks is working on dungeons, but not items or skills. Hmm.
busterbros
busterbros
Retired General
Retired General

Herenvale Nickname : busterbros
Number of posts : 3904
High Path or Class : Warrior
Avatar URL : if you can read this, you're already dead
Headshot : Silver Duelie

Back to top Go down

Extra Gear scripts - do any of them work? Empty Re: Extra Gear scripts - do any of them work?

Post by Street Sweeper Arias June 3rd 2010, 8:35 pm

Any ideas why my gear manager fails with FF?
Street Sweeper Arias
Street Sweeper Arias
1st Lieutenant
1st Lieutenant

Number of posts : 355
High Path or Class : Assassin
Avatar URL : Videos

Headshot : I made your Icon.

Back to top Go down

Extra Gear scripts - do any of them work? Empty Re: Extra Gear scripts - do any of them work?

Post by Telamon June 3rd 2010, 10:52 pm

Street Sweeper Arias wrote:Any ideas why my gear manager fails with FF?

Do you have Vista? And is the Greasemonkey icon running in the corner of your FF window?

I had a friend (the reason I found out about how to fix it to work for Chrome) who couldn't get Gearslots to run in FF in Vista, for some odd reason. He ended up having to use Chrome, and it works fine now.

Telamon
Estiah
Estiah

Number of posts : 45
Avatar URL : Telamon
Headshot : Extra Gear scripts - do any of them work? 70409

Back to top Go down

Extra Gear scripts - do any of them work? Empty Re: Extra Gear scripts - do any of them work?

Post by Street Sweeper Arias June 3rd 2010, 11:10 pm

I have Win 7
I see the monkey face
I see the script on the page - but when I try to load a gear I get the error (posted above)
Street Sweeper Arias
Street Sweeper Arias
1st Lieutenant
1st Lieutenant

Number of posts : 355
High Path or Class : Assassin
Avatar URL : Videos

Headshot : I made your Icon.

Back to top Go down

Extra Gear scripts - do any of them work? Empty Re: Extra Gear scripts - do any of them work?

Post by Howie Feltersnatch June 3rd 2010, 11:27 pm

do you have profileswitcher? If not get it and create a new FF profile (so you don't lose what you already have saved as far as gears).

2 options, try using allinone (my recommendation) and transfer your saved gears 5 at a time to the new profile (and back again to original after you switch original to allinone) assuming everything works fine.

or try installing (copy the GM script, not d/l a fresh copy) what you have in original browser and see if you have the same problem. If you do, uninstall and try a fresh copy. If neither give you problems, it might be from another of your add ons, so try adding them one at a time to the new browser and see if the problem comes back.

Howie Feltersnatch
Retired Lieutenant General
Retired Lieutenant General

Number of posts : 2900
High Path or Class : Berserker
Avatar URL : Estiah
Headshot : Estiah

Back to top Go down

Extra Gear scripts - do any of them work? Empty Re: Extra Gear scripts - do any of them work?

Post by Sponsored content


Sponsored content


Back to top Go down

Back to top

- Similar topics

 
Permissions in this forum:
You cannot reply to topics in this forum