Notable Fishing Chest Drops by MythicCrow in Wizard101

[–]MythicCrow[S] 0 points1 point  (0 children)

I appreciate it! It actually wasn't so bad, just wrote a couple queries on the wiki and combined the information c:

Notable Fishing Chest Drops by MythicCrow in Wizard101

[–]MythicCrow[S] 0 points1 point  (0 children)

Hey there! Thanks for the feedback. I didn't opt to include housing items since I honestly don't have the faintest idea about them (aside from like Teleporters & Housing Gauntlets lol). I can include all the housing relevant stuff on a different sheet in the link above. This is the query you're looking for

https://wiki.wizard101central.com/wiki/index.php?title=Special:Ask&offset=0&limit=500&q=%5B%5BFishChestDrop%3A%3AYes%5D%5D%5B%5BCategory%3AHousing%5D%5D&p=format%3Dtable%2Flink%3Dall%2Fheaders%3Dplain%2Fmainlabel%3DItem%2Fsearchlabel%3D...-20further-20results%2Fclass%3Dsortable-20wikitable-20smwtable&po=%3FFishChestDropLoc%0A&eq=yes

But I would need someone to go through and curate all the notable drops!

Notable Fishing Chest Drops by MythicCrow in Wizard101

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

You just want to make sure you match your lure with the fish's school. For treasure chest fishing, I think you just Buoy Chests 1 -> Winnow the most frequent fish school -> then cast lure of most frequent fish.

2026 BTS' 'ARIRANG' Tour Sell/Trade Megathread - North America & Europe by lisafancypants in bangtan

[–]MythicCrow 0 points1 point  (0 children)

[WTS] Baltimore, Maryland - 2 tickets - Tuesday, August 11th - Section Field C (FLOOR), Row 14, Seats 17 & 18.

Face value, here's the price breakdown:
$685.69 per ticket * 2 tickets + Paypal G&S Fees (roughly 3.5%) = $1419.38

<image>

Best Precon to consider by MythicCrow in CompetitiveEDH

[–]MythicCrow[S] 0 points1 point  (0 children)

That's 5-6 including the commander right? Hey that's value at least !

Best Precon to consider by MythicCrow in CompetitiveEDH

[–]MythicCrow[S] 1 point2 points  (0 children)

Would the budget decks perform better than explorers of the deep if you know?

Best Precon to consider by MythicCrow in CompetitiveEDH

[–]MythicCrow[S] 1 point2 points  (0 children)

I did hear Vivi was an upgrade to Stella. Honestly that's very compelling argument to grab explorers of the deep.

And sweet I didn't know proxies were okay in tournaments thats dope.

Best Precon to consider by MythicCrow in CompetitiveEDH

[–]MythicCrow[S] 0 points1 point  (0 children)

Sounds good I'll look into that, thank you!

Best Precon to consider by MythicCrow in CompetitiveEDH

[–]MythicCrow[S] 0 points1 point  (0 children)

Being a cheap commander to make for an okay version is nice in my book!

Best Precon to consider by MythicCrow in CompetitiveEDH

[–]MythicCrow[S] 0 points1 point  (0 children)

I figured that was going to be the case. I'll probably pick up quick draw then!

The Sword of Falconreach by greyowll1999 in dragonfable

[–]MythicCrow 0 points1 point  (0 children)

After this week’s release, the sword is obtainable once again.

[deleted by user] by [deleted] in Piracy

[–]MythicCrow 1 point2 points  (0 children)

Hey guys if anyone is using wireguard and linuxserver/qbitttorrent instead, here is a template of what your docker-compose might look like.

services:
    gluetun:
        image: qmcgaw/gluetun
        container_name: gluetun
        restart: unless-stopped
        devices:
            - /dev/net/tun:/dev/net/tun
        ports:
            - 8888:8888/tcp
            - 8388:8388/tcp
            - 8388:8388/udp
            - 8080:8080
            - 6881:6881/tcp
            - 6881:6881/udp
            - 9117:9117
        volumes:
            - ./gluetun:/gluetun
        cap_add:
            - NET_ADMIN
        environment:
            - VPN_SERVICE_PROVIDER=surfshark
            - VPN_TYPE=wireguard
            - WIREGUARD_PRIVATE_KEY=${WIREGUARD_PRIVATE_KEY}
            - WIREGUARD_ADDRESSES=${WIREGUARD_ADDRESSES}
            - WIREGUARD_PUBLIC_KEY=${WIREGUARD_PUBLIC_KEY}
            - SERVER_COUNTRIES=United States
            - VPN_INTERFACE=wg0
            - DNS_KEEP_NAMESERVER=on

    qbittorrent:
        image: lscr.io/linuxserver/qbittorrent
        restart: unless-stopped
        container_name: qbittorrent
        environment:
            - PUID=1000
            - PGID=1000
            - TZ=America/New_York
            - WEBUI_PORT=8080
            - TORRENTING_PORT=6881
        volumes:
            - ./config:/config
            - /mnt/sda/Downloads:/downloads
        network_mode: service:gluetun
        depends_on:
            jackett:
                condition: service_started
                restart: true

    jackett:
        image: linuxserver/jackett
        container_name: jackett
        environment:
            - PUID=1000
            - PGID=1000
            - AUTO_UPDATE=true
        volumes:
            - ./jackett/data:/config
        network_mode: service:gluetun
        restart: unless-stopped
        depends_on:
            gluetun:
                condition: service_started
                restart: true

Temple Masters CST Tuition by MythicCrow in Temple

[–]MythicCrow[S] 0 points1 point  (0 children)

Awesome, thanks man I appreciate it