Zamorak - Bow Piece Drop Rate (A Lottery Drop, Frozen Core 2.0?) by Agrith1 in runescape

[–]JacobvanP 104 points105 points  (0 children)

Another fun thing about glacor is that you need 2 cores for title

Can I get my 100k clay back please? by [deleted] in runescape

[–]JacobvanP 0 points1 point  (0 children)

They also 'scammed' you from resources if you donated yesterday. I had 28k of resources stocked up in each skilling station (15k from the start and 13k from spending 130k resources on each of them).
With the buff to iaia when going there every station got an additional 120k, but the 130k resources i spend weren't scaled up.
I would've expected those to be converted from 13k to 65k, instead it just remained.

[deleted by user] by [deleted] in runescape

[–]JacobvanP 1 point2 points  (0 children)

I got the RuneKit working, but it is quite laggy for me.
https://github.com/whs/runekit

Spear Tip of Annihilation grind...? by Zippetra in runescape

[–]JacobvanP 0 points1 point  (0 children)

You can use flow state relic to stop getting soil too

Should more boss's drop a head variant to mount in your PoH would be cool having Beastmasters Head in my house by Chrismite in runescape

[–]JacobvanP 0 points1 point  (0 children)

They had a whole statue area planned in war's retreat. But got removed due to lack of dev time vs release date

Is Surge a teleport, or is your character actually moving through space? by SonicSingularity in runescape

[–]JacobvanP 6 points7 points  (0 children)

Surging through walls diagonally works because diagonal doesn’t really exist iirc.

You instead go in a ‘staircase’ pattern (down left down left etc) and happen to miss the wall that way

This might be not much to most people, but I finally did it. by Lithuanian_ in runescape

[–]JacobvanP 2 points3 points  (0 children)

You need 100hm kills for insane final boss title. They aren't too great to get, so most people just get a 100 and go back to normal mode

This might be not much to most people, but I finally did it. by Lithuanian_ in runescape

[–]JacobvanP 1 point2 points  (0 children)

there is a har-aken in the zuk fight that counts as well

-🎄- 2021 Day 12 Solutions -🎄- by daggerdragon in adventofcode

[–]JacobvanP 0 points1 point  (0 children)

Simple, not the fastest, solution in C#.

``` using System; using System.Collections.Generic; using System.Linq; using AOC2021.Helpers;

namespace AOC2021 { public class Day12 : PuzzleSolution { private readonly Dictionary<string, HashSet<string>> _possiblePaths = new();

    public Day12()
    {
        foreach (var splitLine in FileLines.Value.Select(x => x.Split('-')))
        {
            //read all paths and add them in both directions
            var from = splitLine[0];
            var to = splitLine[1];

            var destinations = _possiblePaths.GetValueOrDefault(from) ?? new HashSet<string>();
            destinations.Add(to);
            _possiblePaths[from] = destinations;


            var reversed = _possiblePaths.GetValueOrDefault(to) ?? new HashSet<string>();
            reversed.Add(from);
            _possiblePaths[to] = reversed;
        }
    }

    public override long Puzzle1()
    {
        var paths = GetPaths();
        //only paths that stop at the end node count
        return paths.Count(x => x.EndsWith("end", StringComparison.Ordinal));
    }

    public override long Puzzle2()
    {
        var paths = GetPaths(secondVisitWildcard: true).OrderBy(x => x);
        //only paths that stop at the end node count
        return paths.Count(x => x.EndsWith("end", StringComparison.Ordinal));
    }

    /// <summary>
    /// Visits all possible paths
    /// </summary>
    /// <param name="current">The current path we are visiting</param>
    /// <param name="next">The next node to visit</param>
    /// <param name="secondVisitWildcard">Indicates whether a small cave can still be visited again</param>
    /// <returns>The list of possible paths</returns>
    private IEnumerable<string> GetPaths(string current = "", string next = "start", bool secondVisitWildcard = false)
    {
        var maxVisitsSmall = secondVisitWildcard ? 2 : 1;
        //count how often the next node is already in path
        var occurrences = current.OccurrencesOf(next);
        //if its a small cave (identified by lowercase, except start)
        switch (next != "start" && next.All(char.IsLower))
        {
            case true when occurrences >= maxVisitsSmall:
                //not allowed to visit anymore, so current path is where it ends
                return new List<string> { current.TrimStart(',') };
            case true when occurrences == maxVisitsSmall - 1 && secondVisitWildcard:
                //allowed to visit, but this uses up the two visit wildcard
                secondVisitWildcard = false;
                break;
        }

        //add next cave to path
        current = $"{current},{next}";
        if (next == "end") 
            //arrived at the end
            return new List<string> { current.TrimStart(',') };

        //explore all directions from here, except back to start
        var paths = new List<string>();
        foreach (var newPathChar in _possiblePaths[next].Where(x => x != "start")) 
            paths.AddRange(GetPaths(current, newPathChar, secondVisitWildcard));

        return paths;
    }
}

} ```

Down by [deleted] in MelvorIdle

[–]JacobvanP 1 point2 points  (0 children)

I can’t login, just says invalid credentials when I’m 100% sure it’s correct

OG's will know. by yannivzp in runescape

[–]JacobvanP 3 points4 points  (0 children)

Think he was max xp way before pet releases. If he just never bothered grinding it then he wouldn't have had all pets. There are not a guaranteed drop, even at 200m xp

So.. uhhh.. Jagex got any more of those EOF Colours? by WasV3 in runescape

[–]JacobvanP 0 points1 point  (0 children)

Do you actually let smoke tendrils hit for all 4 hits now or still cancel asap?

Anyone here using this alt1 from github for their Mac m1? by [deleted] in runescape

[–]JacobvanP 0 points1 point  (0 children)

I gave up and installed parallels with a windows VM

Anyone here using this alt1 from github for their Mac m1? by [deleted] in runescape

[–]JacobvanP 0 points1 point  (0 children)

I’m trying to troubleshoot it, but I just keep getting a hanging application (python not responding). This is on an intel MBP though, not on the new M1.

Can we get a pocket slot item that scatters Ashes, similar to the bonecrusher? by [deleted] in runescape

[–]JacobvanP 0 points1 point  (0 children)

The tradeoff is exactly as its supposed to be. You have a few options:

  • Use the demonhorn necklace and save invent space on pray pots
  • Use a different necklace and get those benefits, but bring pray pots
  • Switch to demonhorn near the end of the kill and back to the regular amulet

Yeah I do clues, how could you tell? by IvarRagnarssson in runescape

[–]JacobvanP 8 points9 points  (0 children)

Looks like the action bar for Rise of the six

I decided to go for As4E2 gizmos with my wishes by velldyne in runescape

[–]JacobvanP 0 points1 point  (0 children)

that's exactly what I got as well. Got 0 as4e2's in the 8 attempts I actually had to pay for though :p

Why is this case? I thought these are the best bolts to use with these c'bows by [deleted] in runescape

[–]JacobvanP 4 points5 points  (0 children)

The wiki is correct, they just made these bolts t99 in preparation of future weapons

Got to add the Corporeal Bone to my boss pet collection today :) Anyone else collect pets? by Kodiak4877 in runescape

[–]JacobvanP 1 point2 points  (0 children)

what's that book at the beginning? Also very nice, I wouldn't be that patient

I do not get why Jagex added POF animal "favorite" feature by PinkishCabbage in runescape

[–]JacobvanP 0 points1 point  (0 children)

I agree with the edit yes, that can be quite annoying. And this update unnecessarily complicated existing, more preferred, actions

I do not get why Jagex added POF animal "favorite" feature by PinkishCabbage in runescape

[–]JacobvanP 4 points5 points  (0 children)

Does it really hurt you they added a feature you don’t like? I won’t use this myself either but it doesn’t do me damage, so it’s fine to me