PDA

View Full Version : Help me find these scripts?



Synth Salazzle
06-21-2019, 10:24 AM
This one's a pretty simple script and I'm wondering if there's one out there.

Not sure if many people remember the baldwin script, that highlighted items in your inventory that were needed as crafting materials, but I was wondering if there was a more up to date one out there that I missed out on, or even one that includes highlighting the items needed to expand hibernal lair?


The script doesn't do anything beyond that, so I don't personally think it's a high risk script to use if it's found any anyone else wants to use it.

--------------------------------------------------------

The other I'm looking for simply check marked all the items in your inventory. Nothing more.

I don't think this one is high risk either personally.

PrettySarcastic
06-21-2019, 03:57 PM
You're probably looking in the wrong place, the one I use is in stylish, not in TM/GM.

[Only registered and activated users can see links]

That said, it hasn't been updated for the hibernal lair stuff. If you know how to work with these, you could potentially do it? You'd sure be my hero anyway. :)

---------- Post added at 03:57 PM ---------- Previous post was at 03:54 PM ----------

Oh and the check mark one, you just mean to select all, even on the pages that don't let you select all?

It's just a little javascript you save to your bookmark bar like a favorite place.

Not sure if it will paste correctly since it's code, but I'll try:

" javascript:$('form#invent span input[type=checkbox]').click(); "

Synth Salazzle
06-21-2019, 04:28 PM
You're probably looking in the wrong place, the one I use is in stylish, not in TM/GM.

[Only registered and activated users can see links]

That said, it hasn't been updated for the hibernal lair stuff. If you know how to work with these, you could potentially do it? You'd sure be my hero anyway. :)

---------- Post added at 03:57 PM ---------- Previous post was at 03:54 PM ----------

Oh and the check mark one, you just mean to select all, even on the pages that don't let you select all?

It's just a little javascript you save to your bookmark bar like a favorite place.

Not sure if it will paste correctly since it's code, but I'll try:

" javascript:$('form#invent span input[type=checkbox]').click(); "

I've actually never used stylish. There was a GM script I used to use, but this is exactly what I'm looking for. I'll use this. Thanks a ton.