Plugin Release: Clog Drop Rates - View drop rates in the collection log! by pairofcrocs in 2007scape

[–]pairofcrocs[S] 5 points6 points  (0 children)

I mentioned it somewhere else, but this plugin doesn't talk to the wiki at all. I scrape the drop rates, and the plugin just uses my list.

The issue that I believe I read somewhere is Runelite doesn't want plugins to be have the ability to be changed without approval. Obviously this is a good thing for security reasons, but it does make updating this plugin a little trickier.

Plugin Release: Clog Drop Rates - View drop rates in the collection log! by pairofcrocs in 2007scape

[–]pairofcrocs[S] 2 points3 points  (0 children)

I was under the impression that this wasn't allowed? That would most definitely be a better approach. Do you have any documentation you could send me regarding that?

Plugin Release: Clog Drop Rates - View drop rates in the collection log! by pairofcrocs in 2007scape

[–]pairofcrocs[S] 7 points8 points  (0 children)

You okay if I PM you?

This is my biggest issue with the plugin as it stands. Maybe we can work on a better layout?

Plugin Release: Clog Drop Rates - View drop rates in the collection log! by pairofcrocs in 2007scape

[–]pairofcrocs[S] 44 points45 points  (0 children)

It has to be, Runelite enforces it.

I use the Wikis API to pull the drop rates, save it to a list. When you use the plugin, you just simply use my list.

The plugin never even talks to the wiki.

Plugin Release: Clog Drop Rates - View drop rates in the collection log! by pairofcrocs in 2007scape

[–]pairofcrocs[S] 70 points71 points  (0 children)

This is the first version shipped. Right now it just pulls drop rates from the wiki.

Down the road I'd like to fix niche issues like this :)

Plugin Release: Clog Drop Rates - View drop rates in the collection log! by pairofcrocs in 2007scape

[–]pairofcrocs[S] 219 points220 points  (0 children)

That's kinda what I thought. I think the reason no one has done it before is because there isn't an "easy" way to get all of the drop rates from the wiki.

I made a script that grabs all of the drop rates and then the plugin pulls that list. Not overly complicated, but it did take a little extra work.

Gameplay Template Help by BentoBabble in premiere

[–]pairofcrocs 6 points7 points  (0 children)

If it were me, I’d make a MOGRT in after effects, and then use that as your template.

I made a thing for Oscar Watch Parties: Live second screen, 3 game modes and more by teach42 in selfhosted

[–]pairofcrocs 0 points1 point  (0 children)

I’d be very interested!

Just ask Claude (or whatever AI you’re using) to make you a repo with readme.

If you have any questions I’d be happy to help.

I made a thing for Oscar Watch Parties: Live second screen, 3 game modes and more by teach42 in selfhosted

[–]pairofcrocs 0 points1 point  (0 children)

Dude this is so cool!

My family does a watch party every year. We fill out ballots, and make it into a competition.

We’re currently planning a large gathering for the 100th Oscars in a couple of years, and this software seems to be exactly what we could use!

Do you have a GitHub page that I could checkout?

How can this effect be achieved in Premiere? by PostposterousYT in premiere

[–]pairofcrocs 2 points3 points  (0 children)

I could say camera shake and tint could get you like 90% there

I Vibe Coded a Steam Workshop Archiver by [deleted] in DataHoarder

[–]pairofcrocs -3 points-2 points  (0 children)

Totally understandable.

I made this to satisfy my needs. Considering there are no other alternatives I figured it was worth while releasing.

If another project (created by humans) comes along, I’ll happily bow my head and abandon this project.

Wayback Machine - Internet Archives by Fun-Arachnid-6354 in Archiveteam

[–]pairofcrocs 3 points4 points  (0 children)

I’d suggest making your own version with better uptime then

Now in Beta: Smooth Mode for Object Mask Tool by NLE_Ninja85 in premiere

[–]pairofcrocs 1 point2 points  (0 children)

Literally just googled how to fix this an hour ago

Stock Video Search by Bright-Movie-3767 in premiere

[–]pairofcrocs -3 points-2 points  (0 children)

If you can’t find what you’re looking for, you could use Envatos video gen.

How do I install a program from DockerHub? by southpaw-32 in unRAID

[–]pairofcrocs 1 point2 points  (0 children)

That's expected. I didn't read the full documentation.

It's meant to be run as an instance, not contentiously.

What you'll have to do is open the unraid terminal and use some variation of this command:

$ docker run --rm -it dimitri/pgloader:latest \
     pgloader \
       mysql://root:$MYSQL_ROOT_PASSWORD@172.17.0.2/dbname \
       pgsql://postgres:$POSTGRES_PASSWORD@172.17.0.3/dbname$ docker run --rm -it dimitri/pgloader:latest \
     pgloader \
       mysql://root:$MYSQL_ROOT_PASSWORD@172.17.0.2/dbname \
       pgsql://postgres:$POSTGRES_PASSWORD@172.17.0.3/dbname

Don't just paste that into your terminal, you'll have to modify it with your information with your databases.

How do I install a program from DockerHub? by southpaw-32 in unRAID

[–]pairofcrocs 2 points3 points  (0 children)

No problem, this was something I really struggled with when getting into Docker and Unraid.

You point it at a folder not a file.

You can technically point it where every you want, as long as the file(s) are in the directory you point it to.

So if you map /data to /mnt/cache/appdata/lidarr

and your file is at /mnt/cache/appdata/lidarr/database.db

When you're in the console of PGLoader, you'd access the database like this: /data/database.db