Skip to the main content
Skip to the entry’s beginning
First published on .

rangifer’s diary: pt. xcviii

Guan Yunchang

If you’re a reader my diary, then you’re already familiar with Taima, a.k.a. Boymoder, a.k.a. Tacgnol, a.k.a. Hanyou, a.k.a. Nyanners, a.k.a. Numidium, a.k.a. Gambolpuddy, a.k.a. Hitodama, a.k.a. midorin, a.k.a. Girlmoder, a.k.a. Inugami… [:

Well, I want to promote her new diary for her new character (IGN Yunchang): Guan Yunchang’s World Tour Diary! Partly because Taima made it and I love her, but also because if you like my diary, I think you’ll probably like hers too! If you like MapleStory diaries/journals that are high-effort, full of fun images, and document people doing weird shit in MapleStory, check out Guan Yunchang, because it’s really good stuff. Plus, she’s funnier than I am.

You can read the diary on Taima’s website, and you can also find her on Codeberg as well. <3

Une randonnée à Monaco

In pt. xcii of this diary, I finally had some good luck with Chaos Scrolling (CSing) Pink Gaia Capes (PGCs), after a number of wasted Chaos Scrolls that we’re not going to talk about… But I did document those, as well… The point is, I was able to make an 8 WATK, 4 slot PGC. I’ve been using this as my main cape on almost all of my characters for a while now, and as a result, I am too scared to CS it again. If it loses WATK, I just lost my damn cape!!

But okay, maybe someone is willing to trade me their ≥10 WATK cape that has 0 slots in exchange for my 8⧸4[1], if I “top up” with an appropriate number of Prestigious Coins (pCoins). There are still some issues, though. In particular, is someone willing to make that kind of trade? I mean, sure, they lose a WATK here or there, but they get four slots? Eh…? Well, I have run into a few interested people, but that still leaves the question of exactly how many pCoins I should need to add on top to sweeten the deal. Sure, it obviously depends on exactly how much WATK their cape has, but other than that, it’s not obvious to me at all how many pCoins makes for an appropriate offer. Any economists in the chat…?

Not having any damn idea how many pCoins makes for an appropriate offer is crippling here, because as I desperately search for interested traders, any success in my search — viz. any person that I find who is interested in my trade offer — is going to come to me asking how many pCoins I’m gonna give them. Then what?!? I don’t fucking know!!! If I offer too high, I’m ripping myself off, or perhaps worse, I won’t even be able to afford it at all without seriously liquidating a lot of shit really fast and maybe taking out a loan. If I offer even one (1) pCoin lower than they’re hoping that I will offer them, I won’t get any response. People are generally allergic to offering at all, be it an initial offer or, as in this case, a counteroffer. I don’t really know why that is, since they obviously have a decent idea of how much they are willing to accept when they do or do not accept my offer, but I guess it’s a psychological thing or whatever. I don’t know, I don’t talk to people.

But what is a “Chaos Scroll 60%”, really…?

Now, I’m not an economist, but I do know some things sometimes.[2] For example, I know how a CS works. When you use a CS on an equipment item, the equip’s slot count decreases by 1. Furthermore, there is a 60% probability of the CS “succeeding”, and otherwise (100% − 60% = 40% probability) it “fails”. If it fails, then nothing else happens. If it succeeds, then each nonzero stat on the item is independently increased by a random amount. In particular, the 𝑖th stat on the item is increased by 𝑋𝑖, where 𝑋𝑖  𝒰⁡{−5, 5}. Finally, each negative stat is set to zero.

Because stat increases are independent of one another, we can focus on just one stat, which is what we’re going to do anyways — we only care about WATK here. If we do this, and we assume that the stat is ≥5 to begin with (equivalently, we ignore the final step, wherein negative stats are set to zero), it’s easy to see the distribution of how much the stat is increased by the use of a single CS. Assuming a success, the distribution is 𝒰⁡{−5, 5} as stated above, so that each outcome has a 1⁄11 probability of occurring. But this is assuming a success, which in reality only has a 60% = 3⁄5 probability; thus, each success outcome ultimately has a probability of 3⁄5 ⋅ 1⁄11 = 3⁄55. Because one of the success outcomes is actually that the stat increases by 0 (because 0 is an integer, and −5 ≤ 0 ≤ 5), the overall probability of the stat not changing is 40% + 3⁄55 = 2⁄5 + 3⁄55 = 5⁄11 = 45.454545…%. The remaining 6⁄11 are cases where the stat is changed: 3⁄11 = 27.272727…% probability of increasing, and 3⁄11 probability of decreasing. This is pretty dire, as it means that there’s an 8⁄11 = 72.727272…% probability that you don’t get what you want, assuming that what you want is for the stat to increase by more than zero. For reference, these are actually mildly worse odds — in terms of “probability of getting what you want” — than you’d have when using a 30% scroll. Yikes.

So, that’s cool & all, and it’s important that we actually know how a CS works. But we pretty much knew that anyways, right? And how does that help me decide how many pCoins to offer people? Unfortunately, I’m not really sure what the answer to the latter question is. Again, any economists reading this plz help me…

Bridging the gap

Then, one day, I attracted serious interest from someone with a PGC that had 10 WATK & 0 slots. Actually getting interest from someone — after a nontrivial amount of time posting in the #free-market channel of the MapleLegends Discord™ server — was what really kicked me in the ass and got me to take this problem seriously. The interested party in question didn’t make any offers, nor did they indicate/imply a general ballpark of how many pCoins I would have to contribute, so I was flying blind.

My initial instinct was just to bridge the gap, so to speak, between an 8⧸4 cape and a 10⧸0 cape. What I mean is something vaguely like this: if we have an 8⧸4, and we attempt to turn it into a 10⧸0 by CSing it, how many pCoins do we expect to spend? There’s kind of a lot to unpack here, though:

Sniff… Ahem. Anyways, uhm, where was I? Oh yeah, we want to actually use this hypothetical scenario to approximate, or at least give some intuition for, the answer to our original problem. So, uhm… how do we do that, exactly?

Una gita a Monaco (con un pitone)

Ever been to le Casino de Monte-Carlo? Me neither. Nevertheless, we’re going to use Monte Carlo methods to squeeze an answer out of this bad boy. What does that mean? It just means that I’m going to write a shitty simulation in Python, and run that. I know, it sounded more glorious when we used fancy terms for it.

I’m going to admit to you right now that I have poopy doo-doo brain, and so the first time that I tried this, I accidentally forgot about the fact that Chaos Scrolls can fail. So I was accidentally working with “Chaos Scroll 100%”s — which do not exist — instead of actual CSes. But we’re past that now! 🤡

Right, so, we need that shitty Python script. We’re working with randomness to do that Monte Carlo shit, so we’re going to need…

import random

Right, okay. And we’re going to need to do a lot of trials to get a crisp idea of the probability distribution underlying our model, so we’ll need a loop for that…

for _ in range(ATTEMPTS):

Okay, sure. We can make ATTEMPTS some large constant integer, like a million, or ten million, or whatever.

Within each attempt, we want to keep track of the state of the cape that we’re attempting to scroll. The only state that we care about is its WATK and its slots, so…

for _ in range(ATTEMPTS):
    watk, slots = 8, 4

Starting with 8⧸4, just like the original problem. All checks out.

Within each attempt, we want to keep slamming the cape with CSes until we reach the goal, right…? Oh, or until we run out of slots. Of course…

for _ in range(ATTEMPTS):
    watk, slots = 8, 4
    while slots > 0 and watk < 10:

Well, actually, maybe not. I mean, if the WATK starts getting really low, surely we’re not stupid enough to keep slamming it? The obvious case is if we reach 0 WATK; then it truly makes absolutely no sense to keep CSing, because there’s no WATK left to increase! We can capture this behaviour by setting a “bail threshold”; if the WATK gets to the bail threshold or lower, then we consider the cape to be “failed” and discard it:

for _ in range(ATTEMPTS):
    watk, slots = 8, 4
    while slots > 0 and watk < 10 and watk > BAIL_THRESHOLD:

Like ATTEMPTS, BAIL_THRESHOLD is going to be a constant parameter that we can tune to our liking. The choice of bail threshold is somewhat arbitrary, but we’ll get back to it later.

Now comes the part where we actually, you know, use the CS. Just like in the “But what is a “Chaos Scroll 60%”, really…?” section above, the first thing that happens is that we lose a slot:

for _ in range(ATTEMPTS):
    watk, slots = 8, 4
    while slots > 0 and watk < 10 and watk > BAIL_THRESHOLD:
        slots -= 1

Okay, easy enough. Now we need to see if the CS succeeds or not. Python’s random module of the standard library provides functions for several commonly-used probability distributions like e.g. the beta distribution, the normal distribution, the Pareto distribution, etc. But our good friend the Bernoulli distribution appears to be missing! What gives?

Well, we can actually use the inconspicuously-named random.random function to easily obtain a Bernoulli distribution. Calling random.random (which takes no arguments) gets us a floating-point number that is uniformly distributed[4] over the interval [0, 1)[5]. By checking whether or not the result is strictly less than the 𝑝 of our Bernoulli distribution (in our case, 𝑝 = 60%), we get what we wanted:

for _ in range(ATTEMPTS):
    watk, slots = 8, 4
    while slots > 0 and watk < 10 and watk > BAIL_THRESHOLD:
        slots -= 1
        if random.random() < 0.6:

Naturally, if the CS passes, then we adjust the WATK value of the cape. In this case, Python’s random module has our back, with a function called random.randint that does exactly what we want:

for _ in range(ATTEMPTS):
    watk, slots = 8, 4
    while slots > 0 and watk < 10 and watk > BAIL_THRESHOLD:
        slots -= 1
        if random.random() < 0.6:
            watk += random.randint(-5, 5)

We don’t have to worry about WATK values below 1 being an issue (at least, not yet), as we definitely bail if we get that low. But we do need to keep track of how many successful capes we make, and we also need to keep track of how many CSes we use:

successes, cs_used = 0, 0
for _ in range(ATTEMPTS):
    watk, slots = 8, 4
    while slots > 0 and watk < 10 and watk > BAIL_THRESHOLD:
        slots -= 1
        cs_used += 1
        if random.random() < 0.6:
            watk += random.randint(-5, 5)

    if watk >= 10:
        successes += 1

After we do all of that calculation, we can output the raw data with some simple print statements:

print(f"Successes: {successes}")
print(f"CSes used: {cs_used}")

This is already useful, but we’re going to need to do some nasty arithmetic to get to the pCoin values that we’re really after. So, let’s make our shitty Python script do the dirty work there, as well. Consider what proportion of our capes are successful:

success_rate = successes / ATTEMPTS

Also consider the average number of CSes that we use per attempt, regardless of whether or not the attempt is successful:

cs_per_attempt = cs_used / ATTEMPTS

If we want to get the average number of CSes that we use per successful attempt, then we have to divide this out by the success rate. If the success rate is quite low, then the average number of CSes per success is going to be quite high, as we’re wasting a ton of CSes on failures before we ever get a success:

cs_per_success = cs_per_attempt / success_rate

But we want the average number of pCoins per success, not the average number of CSes. We already assumed that we’re buying CS svc at 93 pCoins a pop, so that’s easy:

pc_per_success = cs_per_success * 93

And finally, we can print that out as well, as it’s the number that we care about the most:

print(f"Expected cost per success: {pc_per_success} pCoins")

We still have two constants that we haven’t explicitly given values to: ATTEMPTS and BAIL_THRESHOLD. The value of ATTEMPTS is just some big integer like a million or whatever, as I mentioned before. Making ATTEMPTS smaller makes the program run faster (fewer samples), but larger values make the law of large numbers kick in more, making the results generally more accurate.

BAIL_THRESHOLD is a little trickier. The general vibe that we get is that larger bail thresholds will cause our ultimate result — measured in pCoins — to be smaller, and vice versa. The reason for this is that starting over with a new cape costs nothing in our model, so if we bail out as soon as things start going downhill, then we tend to use fewer CSes. Of course, we can’t set the bail threshold to be greater than or equal to our starting WATK, as we would bail out before even trying! Furthermore, a bail threshold of less than 1 is totally useless. We will consider two possible bail thresholds, each with its own justification:

Either way, we’re actually still missing something slightly more subtle here, as far as bailing goes. If we have a cape that has enough WATK to still be above the bail threshold, but only very few (e.g. 1) slots left, then it might not even be possible to reach the goal, which is a very good reason to bail indeed. In this case, it’s not actually possible for this to happen, so we’re not really going to worry about it. The fact that a single CS can possibly increase the WATK by a whopping 5(!!) makes this situation unlikely or impossible, unless your goal is much higher than your starting point (or your bail threshold is unreasonably low)… Which it isn’t, in our case. Nevertheless, this reveals a flaw in exactly how we choose to keep going or to bail out: in order to “rationally” know whether or not we “should” bail out, we actually need to know the exact probability of the current cape succeeding, as well as the average number of CSes that we use for such a success, as well as the “CS per success” that we’d get if we started over with a fresh 8⧸4. Or something like that. The point is, we need to assess not just the WATK, but also the slots, and the exact value of starting over, to know how dire our situation is, and whether “CS per success” is better minimised by bailing, or by continuing with the current cape. But that sounds complicated… Wah. 😢 Plus, this model is already so bad to begin with, that adding that level of sophistication to this one specific aspect of it is truly silly. Let’s just keep it simple, and hope that the result is still helpful…

Let’s give it a go with BAIL_THRESHOLD = 7:

Successes: 421793
CSes used: 1899694
Expected cost per success: 418.8584021071948 pCoins

Whew, alright. That’s 418 or 419 pCoins. That’s… a lot of pCoins. Don’t worry, though — it gets worse! Let’s try with BAIL_THRESHOLD = 4:

Successes: 485535
CSes used: 2429241
Expected cost per success: 465.2999536593655 pCoins

As expected, the cost is even greater: 465 pCoins. That’s, uh, relatively not terrible though, as it’s only about ≈1.1 times as many pCoins as with BAIL_THRESHOLD = 7.

Note that both of the above are just particular runs of the program; with the same starting values, you will still get something slightly different every time. That’s the power of Monte Carlo!

Still, this is potentially useful stuff. It’s unclear whether my model is “a bit shit”, “shit”, or “unsalvageable nonsense”, but as long as it’s not the last one of these things, the results may have some use after all. That being said, the output of the program is a bit opaque at the moment. If we keep track of more data, we can get an idea of what the capes are looking like when we stop scrolling them — either because the cape succeeded, or because it “failed” and we bailed.

To keep track of the resulting WATK values of the capes, we can store an array of natural numbers: the 0th number in the array counts how many capes ended with 0 WATK, the 1st number in the array counts how many capes ended with 1 WATK, and so on. And we can do the same with slots, as well:

successes, cs_used = 0, 0
watk_results = [0] * (SUCCESS_THRESHOLD + 5)
slots_results = [0] * STARTING_SLOTS
for _ in range(ATTEMPTS):
    […]

Instead of writing 10 everywhere, we can use a constant called SUCCESS_THRESHOLD, and likewise for the number of slots that we start with (STARTING_SLOTS = 4). The + 5 here is because 5 is the most that the WATK can increase as the result of a single CS. Note that in Python, multiplying (*) an array by an integer concatenates the array with itself that many times, e.g. [1, 2] * 3 == [1, 2, 1, 2, 1, 2].

Now, negative WATK values are actually a problem, so we clamp those to 0 WATK, and then we update our watk_results and slots_results arrays:

for _ in range(ATTEMPTS):
    […]

    watk = max(watk, 0)
    if watk >= SUCCESS_THRESHOLD:
        successes += 1

    watk_results[watk] += 1
    slots_results[slots] += 1

Let’s try just looking at averages:

avg_watk = sum(watk * n for watk, n in enumerate(watk_results)) / ATTEMPTS
avg_slots = sum(slots * n for slots, n in enumerate(slots_results)) / ATTEMPTS

print(f"Successes: {successes}")
print(f"CSes used: {cs_used}")
print(f"Avg resulting WATK: {avg_watk}")
print(f"Avg resulting slots: {avg_slots}")

And we give it another go with BAIL_THRESHOLD = 7:

Successes: 422184
CSes used: 1901113
Avg resulting WATK: 7.99923
Avg resulting slots: 2.098887
Expected cost per success: 418.7830637826161 pCoins

Perhaps unsurprisingly, the average WATK that we end with is the same as what we started with. This is a reflection of the fact that that’s exactly what Chaos Scrolls do, on average: nothing[6]. Well, except that they lower the number of slots by one… And indeed, on average, we are losing about ≈1.9 slots before bailing out or succeeding.

Let’s try BAIL_THRESHOLD = 4 again?:

Successes: 485721
CSes used: 2430081
Avg resulting WATK: 7.999964
Avg resulting slots: 1.569919
Expected cost per success: 465.2826066816135 pCoins

Again, the average WATK that we end with is the same as what we started with. This time, though, we’re losing considerably more slots: about ≈2.43 slots lost, on average. That’s a little more than half a slot on top of what we were losing with BAIL_THRESHOLD = 7.

I’m not satisfied with seeing that the WATK doesn’t change on average, though. I want to see something more than just an average, so let’s plot it, instead (BAIL_THRESHOLD = 7):

PMF of the resulting WATK of a given cape (BAIL_THRESHOLD = 7)

Although this is obtained via a Monte Carlo method, you should read this in basically the same way that you’d read a PMF.

Let’s again try BAIL_THRESHOLD = 4, as well:

PMF of the resulting WATK of a given cape (BAIL_THRESHOLD = 4)

Check out cape_scroller.py for the full code listing.

I’m not convinced!

I’m not convinced, and you can too shouldn’t be either! In my defence, I think I wrote the first version of this Python script in like 15 minutes after that person DM’d me on Discord™.

Nevertheless, it’s a bit of fun, and maybe we learned something. Like… that the Monte Carlo Casino isn’t just for rich people, if you’re willing to write a little garbage code here or there. Or… maybe that I should be offering like 400〜500 pCoins to top up for 10〜11 WATK capes…? 300〜600……? Eh… I guess the real lesson is that WATK capes are like the Monte Carlo of MapleStory: gambling is the name of the game, and the only people playing the game are rich!! 🤑

Footnotes for “Une randonnée à Monaco”

  1. [↑] In this context, “𝑤⧸𝑠” means “𝑤 WATK, 𝑠 slots [cape]”.

  2. [↑] The words “some” and “sometimes” are doing a lot of heavy lifting here…

  3. [↑] No longer observed by MapleLegends…

  4. [↑] Here, I’m linking to the Wikipedia article on the continuous uniform distribution. Of course, random.random cannot possibly actually sample from such a distribution, as it would need infinitely many bits to represent each real-valued sample. Thus, one might be tempted to instead link to the Wikipedia article on the discrete uniform distribution, but that would actually be even more wrong. The reason for this is that floating-point numbers are inherently non-uniform in their distribution, by design. The further away that you get from zero, the more sparse they get — that is, the larger the increase in numerical value when you go from one floating-point number to the next-larger floating-point number.

    It’s totally possible — indeed, it’s not even particularly difficult — to write a function that returns a floating-point number selected with a discrete uniform distribution over a given interval. That is, it selects each floating-point number that lies within that interval with equal probability. But this is almost never what you actually want. Instead, functions like random.random (which are included in many standard libraries of many programming languages, albeit under various names) have a different logic to them: instead of selecting any floating-point number within that interval with equal probability, they strategically eliminate certain floating-point numbers in that interval from consideration, and then act as something like a discrete uniform distribution. By strategically eliminating certain numbers, the result is uniform, effectively flattening the exponential curve that is inherent to the floating-point representation. The end goal is essentially to approximate a continuous uniform distribution, which is why it’s perhaps better to ✨spiritually✨ think of it as sampling from a continuous uniform distribution, rather than from a discrete one — because it’s not a discrete uniform distribution from the perspective of the floating-point representation! It’s only a discrete uniform distribution if we get to pick & choose which numbers are included…

    See also (archived).

    A footnote within a footnote

    Does it make sense to go at this from the other direction? Functions like random.random, <rand::distributions::Standard as Distribution<f64>>::sample, Math.random, etc. seem to do basically what I described above, but it seems to me that it’s possible (in principle, at least) to eliminate bias in the numerical magnitude of the result — i.e. maintaining a good approximation of the spiritually-underlying continuous uniform distribution — whilst retaining a nonzero probability of selecting any given floating-point number within the desired interval. Again, ✨spiritually✨, we’d think of it like so: we sample from the desired continuous uniform distribution, and then return the floating-point number that is closest to the real number that we sampled (tie-breaking is irrelevant because we almost never have to do it). Obviously, doing it in exactly this way is impossible, but it intuitively seems to me that an implementation that does effectively the same thing — but in a practical manner — should be possible.

    For example, if the desired interval is [0, 1), then an individual floating-point number that is closer to 0 is less likely to be returned than an individual number that is closer to 1, because the numbers closer to 0 are denser as a result of the floating-point representation. If we plotted all floating-point numbers that could possibly be returned from such a function on a bar chart, spacing them out equally on the x-axis (abscissa), and giving each one a bar whose height corresponds to that number’s probability of being returned from the function, then we’d get something that basically looks (if you squint just a little) like an exponential curve.

    Does that make sense? It would be uniform in numeric value, but you’d have kind of a weird effect where the precision of the result depends a lot on how far the result just-so-happened to be away from zero — a weird effect that the usual Math.random way doesn’t produce. But maybe there are places where it makes more sense — after all, it’s actually using the full dynamic range of the floating-point representation, which is what floating-point numbers are for! If anyone knows of a function out there that does this, or something like this, please do let me know!

    N.B.: If we literally do things the “floating-point number that is closest to the real number that we sampled” way, then there’s no difference between closed and open intervals; e.g. [0, 1], (0, 1], [0, 1), and (0, 1) all give the same results.

  5. [↑] See also, although “unit interval” usually refers specifically to [0, 1].

  6. [↑] This is not strictly true in all cases, because a CS cannot lower a stat to a negative value — negative stat bonuses from equipment items do not exist in MapleStory in general. However, in this case, we are starting with WATK values that are so far away from zero that it turns out to not matter.

No physician can cure this ailment

Hi, hello, welcome. Get comfy, because this section is going to be about a less-than-comfy topic…!

WARNING!: Sexuality, sexism, & MapleStory…

In this here diary, I talk about myself (it is my diary, after all…) playing MapleStory. It’s a MapleStory diary. If you’re not familiar, MapleStory is an MMOG. For our purposes, that means that when you log into the videogame — which requires an internet connection to do — you find yourself virtually placed into a virtual world simultaneously inhabited by some considerable number of other people (i.e. “players” such as yourself), and find yourself able to meaningfully interact with those other people.

Although MapleStory as a game certainly has plenty (plenty) of its own mechanics — and indeed, it’s even perfectly coherent to play as a single-player game[1] — the overwhelmingly typical manifestations of MapleStory are built upon, within, & around thick social communities and sporadic casual social interaction.

As a result, social interactions in MapleStory can act very much like virtual analogues of IRL social interactions, and thus may touch upon any number of topics — including sex! And I do mean “sex” in almost every meaning of the word; as a noun, and/or as a verb phrase (“have sex”, etc.). It is now that I regret to inform you, my dear reader, that discussions of sex in MapleStory — at least, in my personal experience — are frequently, or even overwhelmingly, unhealthy. The word “unhealthy” is my terminology of choice here for many reasons, although it is resolutely not my intention to diagnose — nor to treat — anyone — nor anyones — from behind my computer monitor.

Nevertheless, it’s worth looking at just one or two examples and talking about it a little bit. I don’t usually see people talking about this kind of thing with the intent of thinking critically, perhaps partly because it’s often uncomfortable to do. But I think that even looking at mild examples is instructive; it’s not necessary to always — although it is necessary to sometimes — dig into more serious/grave instances of things like sexual harassment, sexism, transphobia, etc., all of which are regrettably not uncommon in MapleStory.

Naturally, I won’t be naming any names — for obvious reasons — but I am going to discuss two relatively mild instances of the expression of unhealthy sexual outlook(s) that I have personally experienced, in MapleLegends, in recent memory. Ready? Okay.


In the first anecdote, we have three characters (in addition to myself): Alice, Bob, & Charlie. These names are chosen to reflect gender, as gender is very much relevant here. Alice & Bob are in a romantic relationship, and Charlie has no particular relation to either of them other than being friends/friendly. Charlie is actually chosen to represent more like ≈two or so people; the “peanut gallery”, if you will. This anecdote takes place in the middle of a boss fight, during which, Charlie pipes up about the boss’s drops, hoping that they will be valuable. Bob responds by saying that if the drops are particularly valuable, it’s bound to get Alice in the mood. This becomes a point of jocularity between Bob & Charlie, and continued banter on the subject ensues, with Charlie joking that Alice will become the “Gluck Gluck 9000”, etc., etc.

The reader is encouraged to notice that, over the course of these few minutes, Alice does not actually feature in the anecdote whatsoever, other than being mentioned by name and/or pronouns — despite being present the entire time, dutifully attacking the boss, and so on. There is, thematically, “nothing for her to say”, as the exchange is not interactive for her; rather, she is merely the object of sexual humour & sexualisation. And thus, her subjection to acquaintances (generally, anyone who happened to be in the map at the time) bearing witness to her likely being mildly humiliated by her partner and friends/acquaintances (unknowingly or otherwise). Now, I do not claim to know of the nature of the relationship — sexual or otherwise — between Alice & Bob (& Charlie, for that matter…), which is essentially the reason why I also do not feature in this anecdote other than as an onlooker. I briefly considered whispering Alice to ask if she actually was as uncomfortable as she seemed to be, to ask if it was okay for me to say something, etc., but I decided against it. Partly because I didn’t want to die as a result of typing (lol), but mostly because I trust Alice to take care of it later, if it is an issue for her — which, frankly, I could not know with certainty at the moment without being a mind-reader.

Nevertheless, hopefully the reader gets the basic idea here. Consider, for example, switching the genders here across the usual binary. Does the anecdote still make sense? Does it sound as likely to you? Furthermore, consider the sheer lack of tact here. Sexual jokes can certainly be funny, but in this case, the entire punchline is… Alice being very horny. Besides being generally less-than-polite — the onlooker need only know, at most, that the two are in a sexual relationship, and anything else is likely “TMI” unless contextually appropriate — the exact details of what gets a person in the mood is not generally a source of humour in & of itself. Sure, perhaps “getting good drops in MapleStory” is an unusual or even absurd cause for sexual arousal, but surely we’ve all heard of — or experienced ourselves — much stranger sexual fetishes, or what have you. In reality, the actual joke likely rests on a fictional premise (if I had to guess…), and regardless, it is ultimately predicated on some level of sexual objectification and humiliation.


In the second anecdote, we have just two characters: David & Ethan (again, names chosen with gender in mind). The two have no relation to one another. This one actually takes place entirely within global chat — that is, smegas. I admit that my memory on this one is a bit fuzzier, but we’ll get to the important bits. After a rather silly smega sent by David (of which I don’t really remember the contents), Ethan responds with his own smega, accusing David in a knowing tone of being a virgin. After some smegaing back & forth between the two, David eventually acquiesces, sending a smega in which he admits — in a somewhat defeated tone, I might add — that he is in fact a virgin. Ethan concludes the back-and-forth by sending a final smega, offering David to simply “let [him] know” if David ever so desires, Ethan can “get [David] some pussy, any time”.

Once again, I encourage the reader to consider switching the genders here across the usual binary. Does the anecdote still make sense? Does it sound as likely to you? For David & Ethan, David’s virginity is apparently a flaw of moral character that is worth fighting over and/or lying about. The supposed moral of the story is a “double-edged sword” in the worst possible sense of the phrase: the sword cuts & harms absolutely everyone involved. Not only is virginity a point of shame & insecurity for David, but the implication is both gendered & runs along lines of sexual orientation: because David is male and heterosexual[2], he is presumably expected to, I don’t know, fuck…? Someone? Something? Anything…?[3] Such an expectation placed upon, or ingrained into, the mere notion of masculinity does not bode well for… well, I suppose it just doesn’t bode well for interacting with men in general. Ouf!

On the bright side, at least Ethan graciously offered to get David “some pussy”. Wait, what? In honesty, I’m not sure quite what the intention was behind this last message, whether it be something to do with simply hooking up, so-called “pickup artistry”, sex work (presumably prostitution or similar), or something else. There’s certainly nothing wrong with any of these things — with the exception of “pickup artistry” LMFAO — per se; for example, the mere act of casual sex is not itself problematic, and can be (key word “can”) exercised in a healthy way. Similarly, there’s a wide variety of reasons why people pursue sex services (as well as sex work), and in many cases, opposition and/or disgust towards it is probably just prudishness or worse[4]. But that’s not the point. David pursuing quite frankly any of these things, because some random person shamed him for being a virgin, is probably just a recipe for emotional damage. And if we’re being honest, it’s unlikely that Ethan — someone who thought it prudent to smega about the sex life (or lack thereof) of a random stranger on MapleLegends — would be of much assistance, regardless of any “assistance” that he may have offered.

Footnotes for “No physician can cure this ailment”

  1. [↑] This fact is perhaps most clearly evinced by iron(wo)man styles of play, wherein a PC swears to never trade nor party with any other PCs. The reality of iron(wo)man — and, more generally, “metallic” styles of gameplay — is somewhat more complicated, but the point is that iron is very much intended to close off all meaningful game-mechanical interactions with other PCs. It’s also worth noting, however, that truly single-player MapleStory also very much exists (and has existed); typically, all it takes is to run the game server & the game client on the same machine, for example. Obviously, the “on the same machine” part is not a hard requirement by any means, but is one possible manifestation of this phenomenon.
  2. [↑] I’m tempted to say “assumed to be heterosexual”, but my memory is too fuzzy. It’s not unlikely that something that David said in the initial smega strongly implied that he was hetero.
  3. [↑] Please, help me out here.
  4. [↑] Much worse, unfortunately. 🫤

Wiktowia Aiwand…

Wewwcowm bauwuck two Wiktowia Aiwand…

Ahem. Sorry. Welcome back to Victoria Island, everyone’s favourite island. Probably. Maple Island is a close runner-up, but it doesn’t have sadistic jump quests nor backstabbing traitors, so it can’t quite snag that top spot.

On my vicloc dagger spearwoman d34r, I teamed up with fellow viclockers bak2monke the assassin and xXCrookXx the bandit, to go hunting for some Jrogs…

d34r, xXCrookXx, & bak2monke go Jrog hunting

Luckily for us, they were actually there! All nice & spawned, in The Cursed Sanctuary! You’ll notice the unexpected presence of a Taurospear in the image above; MapleLegends somewhat recently changed this map (and The Cave of Pianus, in a similar way & for similar reasons — but with Pinbooms) so that it has two Taurospear spawns, mostly to allow PCs to claim mapownership[1] even when Jrog has yet to spawn. For our purposes, though, they were actually kinda annoying for our ranged friend bak2monke, who was often stuck attacking Jrog’s Taurospear meatshields instead of Jrog itself.

My presence was particularly important here, as Jrog is not fucking around with the magic attacks — with 605 MATK, it’s capable of hitting up to 2.9k damage!! Probably more like 2.8k after MDEF, but still. HB was very necessary. And even with HB, it’s not easy staying alive when you can easily get murderificated[2] in just two attacks…:

R.I.P. bak2monke…

R.I.P. bak2monke… 🪦

It’s okay though, bak2monke got back on his feet, and we got ’em:

d34r, xXCrookXx, & bak2monke vs. Jrog

Yes, all of ’em. All eight. Do not fuck with Victoria; we will steal your area bosses take back the area bosses that are rightfully ours…!

Also on d34r, I had an epic battle with our good frenemy Grog, alongside osslock ranger Mekhane (Sunken), & outland marauder SignMyPirate!:

d34r, SignMyPirate, & Mekhane vs. Grog

And finally, after some more Physical Fitness Challenges courtesy of the MapleLegends GMs, it was time to do another Scroll of Secrets (SoS) run, on my vicloc clericlet d33r:

Average SoS run

Alright well, the top WDEF 60% goes right on the ground, where it belongs. But the helm INT 30%… very nice!! I would use it, but I don’t have any hats worth booming, except for the one that I’m wearing… and I ain’t booming that shit. Yeah, I wear a Rudolph’s Toy Hat (6⧸6⧸8⧸6 stats!) of slightly questionable legality, but I can’t even wear normal mage hats, goddammit! I’m too stupid!! Gimme a break!!!

Footnotes for “Wiktowia Aiwand…”

  1. [↑] “Mapowner” is a technical term used by MapleLegends in the context of their built-in map ownership system. If a PC is sufficiently high level, killing a monster grants them ownership of the map that they’re in (i.e. grants them mapowner), for five minutes. The only exception is if another PC already has mapowner, in which case mapowner is “sticky” and is retained by that other PC. Killing a monster when one already has mapowner simply refreshes the five-minute duration, so it’s possible to hold ownership indefinitely if one continues to kill stuff. The basic idea is to give some kind of system for negotiating the use of maps between potentially competing players, with the owner of the map wielding the right to exclude other players from using the map — should they choose to exercise said right. Mapowner is often impossible to enforce in the context of relatively weak area bosses; I’ve certainly had issues with people swooping in and stealing kills on maps that I own, and leaving before I can so much as copy their IGN. But, you know. In principle, you’re not supposed to do that.
  2. [↑] A very real word. Trust me, I am can English goodly.

Seduce me if you dare

When it comes to bosses in MapleLegends, the ones that I haven’t really been able to experience — yet! — happen to be those that I would classify as what I like to call “ultra-difficult” or “ultra-hard” content: Pink Bean and Aufheben. I’ve had a little trial run of Aufheben, but that’s it. And certainly no Pink Beaning whatsoever. That being said, excluding these two bosses leaves… well, most of the bosses in the game. And for each of those bosses, I generally have a pretty crisp idea of how much I enjoy fighting it. Actually, let’s go ahead and make one of them fancy “tier lists” that are hip with the kids these days. And heck, maybe I can even update it in the future, as my opinions change…:

  1. S tier: Horntail, Zakum, Jiaoceng[1], Core Blaze.
  2. A tier: Bergamot, Ergoth.
  3. B tier: Capt. Latanica, Nameless Magic Monster, Nibelung, Scarga[2].
  4. C tier: Dunas 1, Headless Horseman, Bigfoot, Pianus[3], Black Crow, Kacchuu Musha[4], Ravana, Papulatus, Scarlion, Targa, CWKPQ[5], Leviathan, Manon, Griffey.
  5. F tier: Dunas 2, The Boss[6], Female Boss[7].

Why is ⟨S⟩ at the top? In what alphabet is the letter ⟨S⟩ the first letter? I don’t know, that’s just how tier lists work. I don’t make the rules. I’m only including level ≥100 bosses. I omitted Castellan (Toad) because although I have done an entire Toad run before, it was only one time, and I was suffering too much from slideshow-level framerates — amongst other things — at the time to give it a fair shake. I also omitted Spirit of Rock (SoR) because it never spawns. I also omitted all ToT bosses, because I don’t really clearly remember fighting them (Lyka does have seduce, which is fun), and I’m never going out of my way to fight them — they’re basically quest-only, as far as I care. Ergoth is in the A tier mostly because I’m not just including the “proper” boss fights here, but rather, whole-ass runs (boss fights included, of course).

Anyways, some of these bosses are really different from each other, so it’s very situational as to which one I might “enjoy more”, or “would rather fight”, or what have you. With that being said, maybe there’s a good reason for randomly using a letter that isn’t ⟨A⟩ to represent the highest tier: the bosses in the highest tier really are blessed in a way that the other bosses are not. I am always tryna do S-tier bosses, if I’m tryna do any bosses at all. Likewise, the F tier is there — skipping ⟨D⟩ and ⟨E⟩ — to contain the truly cursed bosses; the ⟨F⟩ stands for “fuck these bosses”…

In any case, the point of talking about boss tiers is to lead to a particular S-tier boss that is the subject of this section: Horntail! Everybody’s favourite three-headed lizard!! Perhaps familiar to the Ukrainian reader as Змій ГориничZmij Horynyč⟩ /zʲmij ɦɔrɪnɪt͡ʃ/…

I did some HT on my darksterity knight rusa as an attacker, including one with a level 188 corsair by the name of Danger:

hi, i just wanted to reach out directly to let you know that i’m very squishy :3

Transcription of the above image

Danger: hi, i just wanted to reach out directly to let you know that i’m very
squishy :3
8k clean

rusa: ooo ok!
ah gotcha
no worries i’ll keep ya HB’d [:

Danger: my life depends on you hahaha

rusa: hahah

Danger: i’m more worried about d/cing tho tbh
i know you are a pro

rusa: awe
<3

Yeah! So, it’s somewhat unusual to find PCs in MapleLegends that are such an extremely high level, but nevertheless with quite low MAXHP that can be achieved with little or no HP washing. That is, of course, because of the prevalence of HP washing in MapleLegends, especially for the purpose of fighting bosses that cannot be survived (or cannot practically be survived) without the extra MAXHP available through washing. And so my utmost respect goes to Danger (a fitting name, come to think of it…) for being sufficiently determined, brave, and certainly skilled, to play the game this way! Plus, you know, it means a lot to me[8] to feel like my HB is truly useful, and to feel like I really am protecting my party when I HB, IW, & Power Crash.

And… we made it!!

Danger survives!

Transcription of the above image

Danger: ty for keeping me alive through my first clear!! F5

rusa: oh nice!!! yeah np c:

First clear! :O

On another day, I was unexpectedly recruited at the last minute into a Funk guild HT run that was intended to be something like a 20-Mapler run. Standardly (at least in MapleLegends), HT runs come in basically three flavours: 6-Mapler, 10-Mapler, and 12-Mapler. Having 12 runners is kinda the default, because it’s exactly enough to fill two parties, which is generally enough to clear the run successfully — and if you’re particularly adept, quickly as well. Having 10 runners is basically similar, but with five runners per party instead of two full parties; it may be slower and/or require more firepower, but in exchange, the loot is split amongst fewer people, so each individual benefits more. Plus, it’s easier to recruit & organise 10 people than it is 12. The logical conclusion of reducing the size of your team, then, is simply to reduce it to one party! Thus, the 6-Mapler run is a natural choice for particularly strong parties who are willing to put in the extra time, and perhaps the extra Onyx Apples as well. By comparison, then, a 20-Mapler HT run is positively gargantuan: all Funkers are invited! Well, I’m not in Funk, but I can certainly pretend.

We found out very early on in the first run that F/P archmage Baboom (Babeem) was running the game on a vaguely recent MacBook™ that was… struggling. Because the MacBook would naturally be running macOS™ as its operating system, running a Windows™ program (and quite an old one, at that) meant running it in Wine, or something like that.[9] And uhh… something wasn’t translating well. As soon as we summoned the first prehead and started attacking (all 18 of us, or whatever…), Baboom was frozen solid. At first, we assumed that she had completely disconnected from the game due to a client crash, because she was totally frozen in place and not taking damage from anything — not even from the falling rocks that she was standing under. It was confirmed in voice chat that her screen was totally frozen on her end. The whole “not taking damage” thing is a common artefact of client crashes, along with the similar artefact of never leaving “alert” stance[10]; because damage is calculated by the client and sent to the server, a PC associated with a crashed client naturally cannot take damage — the client can’t calculate damage and send packets, because it is deceased!

Nevertheless, we tried reviving her client by stopping all attacks — you know, just in case she hasn’t actually crashed yet, and is just dropping an unlimitedly large number of frames:

Attempting to revive Baboom’s client

Bizarrely enough, it actually… kinda worked? She definitely had not crashed, and was able to briefly recover for a second or two — at least long enough to correctly take damage from the falling rocks, and get pushed to the right a bit. But also, it kinda didn’t work. She froze again, and we gave up trying to revive her and focused once again on actually killing the damn prehead. Then, in less than a fraction of a second, this happened:

First death…

It’s a little hard to see in the image, but you can see her Funk guild tag and her pet Jam?’s nametag at the bottom-right of the map. What you can’t see is that, well, she’s dead. She kinda just… teleported from the top-left of the map to the bottom-right, and a gravestone just fell on her from the sky. What a way to die.

But, again, she had not crashed! We were able to revive her once the first prehead had died, and she had no problem getting through the portal into the second prehead map. Bizarrely enough, she was briefly able to attack the second prehead normally before, as we naturally suspected would happen, she froze again. And died:

Second death…

That’s really the fun of a 20-Mapler run: there’s so many damn people, that not only can you not see yourself, but there’s virtually always at least one person doing something goofy. Here, we can see bishop Pengebingen (Palladino) repeatedly firing Angel Ray into… well, the wall. The opposite way of where Horntail is…:

Pengebingen firing into the void

Speaking of goofy, we may or may not have triggered mass seduce early:

Early mass seduce…

Oh, my. Both the mid and right heads are still up……

In the end, though, we made it. We might have seen some wack-ass shit, died a lot of times, failed to actually shoot in Horntail’s direction, and griefed our own run by continually cleaving wings + left arm even when heads weren’t weapon-cancelled despite not even being sed target[11], but that lizard is dead. A good day for Funk’s guild coffers.

But that’s not all — there’s more Horntailing where that came from. And we’re making it spicy: I’m a sed target now! I’ve talked a lot about running HT as sed target on rusa in previous diary entries, so this is nothing particularly new. Nevertheless, things are a little different this time around, as we’ll later see. To start things off, I ran as sed target again for Diggy’s runs:

Sedding again for a Diggy run

I’ve grown accustomed to wearing my Valentine’s day outfit when running as sed target, as the giant goofy bright red heart-shaped hat makes me easy to spot, both for my own sake and for the sake of my bishop.

I’ve mentioned before that the right side of the map can be dangerous for me. In particular, I’ve previously died as a result of not being able to Hero’s Will before a 1⧸1 whilst seduced on the top-right rope, then getting hit by that 1⧸1, and then quickly being slain by a wing slap. Getting 1⧸1’d frequently does not kill me, as a result of damage mitigation from skills like Achilles and Elemental Resistance; however, taking touch damage from almost any of HT’s body parts is basically a no-go in this situation, as I’m working with precious little HP, and Elemental Resistance will not help me. So, a wing slap is particularly brutal, as it causes me to take touch damage despite not actually bumping into HT myself — I am, after all, perfectly still, hanging motionless & seduced on my rope. What I’ve found, then, is that although roping is very instinctively appealing when you’re about to get seduced, and there is a rope right there immediately next to where I’m attacking from, I never actually use that rope when seduced (except possibly when arm(s) is/are the only body part(s) alive, in which case there’s no actual danger anyways).

So, if I’m attacking from the right side, and I’m about to get seduced, what do I do, then? Well, it often looks something like this:

Bottom-right rope sed

I can use the bottom rope, instead. It seems simple, but after a lot of practice and some thought, it’s more difficult to consistently execute well than you expect. The basic idea is simple: if I do this, then I am virtually guaranteed not to take any physical damage from HT whilst seduced — the wings definitely can’t hit me from here, and both legs & tail are dead. And certainly, this strategy is clearly superior to grabbing the top-right rope, as I can say from experience, and as you might be able to figure out analytically if you think about it really hard. However, the phrase “if you think about it really hard” in the previous sentence is doing a lot of heavy lifting here; frequently, the harder that you think about it, the less obvious it seems to identify “the best strategy”.

Being in the position that you see above has clear advantages. I already mentioned that it avoids the issue of taking physical damage after getting 1⧸1’d, but of course, what I’m most worried about is getting 1⧸1’d in the first place. If I’m grabbing the top of this rope, I’m generally high enough above the floor of the map to not be in striking distance of the 1⧸1s on the floor. 1⧸1s also don’t target the platform that the rope is connected to, so I’m all good on that front. But again, “I’m generally high enough above the floor of the map” has its caveats. Consider the lightning-bolt-adorned 1⧸1 markers at the bottom of the above image; that’s what it looks like when the right head uses its 1⧸1. Also notice the position that the right arm is in: it is outstretched, angled ever-so-slightly downwards, has a clenched fist, and has an ornate red-tinted orb thingy around it. This is its mana drain animation, and you can see the red stabby thing above my head as it hits me (there are actually three stabby things, but I took this screenshot too late to clearly see them). Also, it does the exactly 1 damage that you see above. A mana drain lowers your MP by 3k, so it’s guaranteed to lower my MP to exactly zero (0), due to my MAXMP being below 3k. Having zero MP means zero ability to use Hero’s Will, so I can no longer Will in anticipation of being 1⧸1’d. Although I’m obviously fine in the above image, as none of the 1⧸1 markers are close enough to hit me, the point is that the lightning 1⧸1s have unlimited vertical range; they stretch from the very bottom to the very top of the map. This makes the right head particularly terrifying, as it’s the most likely to actually threaten me when it decides to cast its 1⧸1. Furthermore, the other 1⧸1s can have deceptive vertical ranges. The left head casts ice 1⧸1s, the mid head casts fire 1⧸1s, and neither have the unlimited vertical range of the right head’s lightning 1⧸1s. Nevertheless, I’ve recently found that fire 1⧸1s reach significantly higher than I previously thought, and considerably higher than the actual animation visually suggests.

On the other hand, trying to position myself high up so as to be out of range of non-lightning 1⧸1s can be somewhat problematic. In particular, in the hopefully rare case that I actually have to eat 1⧸1, my bishop is going to find it more difficult to assist me (read: Heal my sorry ass) as my elevation increases. Bishops are almost always on the floor, and climbing upwards is neither trivial nor particularly instantaneous. Nevertheless, it’s worth noting that a single Heal is virtually always more than enough to fix up a 1⧸1 that I just tanked, so hitting me with a jump-Heal is perfectly acceptable, if perhaps not absolutely & totally ideal. Furthermore, it can be surprisingly difficult to position at the very top of the rope without missing it entirely, especially with the precious little time that I have between the seduce animation starting and the seduce itself starting. This is worsened by the fact that my JUMP and SPEED values can be a bit all over the place for various reasons (did the thief in my party miss me with Haste? Are they consistently not hasting me, except for this one time?? Did my Victoria’s Amorian Basket run out??? Did someone’s Haste override the SPEED portion of my basket and then expire before the basket did???? Did I use a Speed Pill?????). And judging whether or not a 1⧸1 is close enough to hit you is harder than you might think, in marginal cases…

You know, come to think of it, “marginal cases” isn’t really doing it justice. Even beyond the difficulty of judging whether or not a 1⧸1 can hit me when I’m roped, there are plenty of cases where I’m seduced on the floor, and if that seduce is a left seduce or a right seduce, it can be difficult to tell if a 1⧸1 can hit me. If I’m running into the wall (e.g. I’m near the right wall and get right sed), the edges of the map are invisible, thanks to the cave walls obscuring all vision. I’m usually fine, due to the falling rocks giving me iframes, but I think(??) that it’s still technically possible to get 1⧸1’d there — which is problematic, as there’s no way to see the marker. In the case where I get seduced to the opposite side of the map, I am just cruising along… walkin’ it up. The 1⧸1 animations are a little obscure when it comes to exactly which frame of the animation the 1⧸1 effect occurs on, and if I’m walking past it, it can be difficult to time where exactly I’m going to be when the 1⧸1 actually occurs. Adding iframes into the mix makes things more difficult, as I sometimes think I’m about to be 1⧸1’d but I get iframes in time for it to whiff, or I think my iframes are going to last long enough to avoid the 1⧸1… and then they don’t. The good news with the particular case of being seduced to the opposite side of the map is that it’s quite visible; it’s very likely that my bishop sees me zip past them and unwillingly cross to the other side. Nevertheless, I am always ready to Will if I think that I’m about to tank a 1⧸1.

Consider three possible manoeuvres that I might attempt when attacking from the right side and seeing that I’m about to get seduced:

Now, all this is uhm… quite a lot to unpack. Don’t worry, though; it gets worse! The three manoeuvres listed above are obviously not exhaustive. Furthermore, consider situational factors… Which sed (left, right, or jump) is this? (You may have noticed the significance of jump sed!) Do I already see 1⧸1 markers as I’m getting seduced? Even furthermore, all of this is assuming that we’re starting from the typical attacking position that lets me cleave wings, right arm, & right head at the same time. Oh, my lord.

Am I thinking about it too hard? Maybe. But also, maybe not. I don’t really die, so that must mean that when I do die, it’s probably a particularly nasty storm of multiple conspiring, confounding, & coincidental factors — it can get pretty hairy out there, particularly because HT has so many body parts that operate independently of one other. Ideally, I have a technique and instinct that is refined enough to keep me alive & doing my job, even through a tumultuous & eventful hour or so of continuous fighting! Without reducing my brain to a fine mush!!

Speaking of conspiring, confounding, & coincidental, have you ever seen HT perfect-frame your bishops? I have!:

Perfect-framed!

I was paying good attention, so it felt like I was watching it in slow motion; I directly witnessed the exact point at which both of our bishops were alive and going about business as usual, as it transitioned over the course of one (1) frame (just shy of 17 milliseconds) to those same two bishops being deader than a pair of doornails. If you’re not familiar with the term “[to] perfect-frame”, the basic idea is simple: because the dispelling ability that is cast by the mid head (and by the left arm, but the left arm is typically not the culprit) is not an attack, it does not give afflicted PCs iframes. Thus, it’s technically possible to get dispelled by the mid head (which is a map-wide dispel that has a ≈90% chance of hitting each PC in the map) and take damage within the same frame — or perhaps separated by just one frame. This is problematic particularly for mage types like bishops, because they may have insufficient MAXHP to survive some attacks, unless buffed by Magic Guard (MG). Thus, if the dispel and the powerful attack hit at the same time, the bishop cannot possibly react in time to re-cast their dispelled MG before getting hit by the attack. The resulting effect is frightening: one frame, your bishop is chilling at 100% HP and operating as usual, and the very next frame, they are dead!!

You’ll notice that I carefully stated that mages “may have insufficient MAXHP to survive some attacks, unless buffed by [MG]”. For one, not all attacks are equally damaging, so even a mage with modest MAXHP will be able to survive some attacks sans MG, assuming that they are sufficiently close to 100% HP before being struck. Furthermore, HP washing (and, to a lesser extent, equipment that grants MAXHP[13]) enables mages to artificially bolster their MAXHP so that they may survive a wide range of attacks sans MG — again, assuming that their HP is sufficiently close to 100% upon being struck.

There’s a significance to the fact that we were on the right side when this happened. You’ll notice that all three heads are still alive; that is, we started on the right side immediately after dispatching the legs & tail. My understanding is that the choice of which side to start on (left vs. right) is essentially left up to the bishop(s); yes, the host of the run is ultimately the shot-caller, but the host’s understanding of which side is best to start on is based on the bishops — particularly, the bishops’ MAXHP values. I’ve only ever played rusa in HT, and I’ve never hosted HT before, so I don’t know what the significance is of starting on the left vs. starting on the right. But the basic vibe that I got in this case is that starting on the right was at least slightly preferable to the left, and it was just a matter of asking the bishops if they’re okay with the increased probability of getting perfect-framed. I don’t know what it is about the right side that makes perfect-framing more likely (or possible in the first place?), but perhaps it has something to do with one of the right head’s ranged attacks being elementally untyped (no particular elemental affinity, even though you would expect the right head’s attacks to be lightning), or something like that. Of course, ultimately you have to go to the right to kill the right head anyways, but as the fight goes on, the bishops might have more opportunity to anticipate dispels by purposely running/Teleporting/jumping into Wyverns, or whatever. I don’t really know.

So, considering that both bishops died simultaneously to a perfect-framing, one wonders why we started on the right side. Then again, perfect frames are rare, so it’s hard to really anticipate one — I think that this was the first time that I ever witnessed one with my own two eyes. Anywho, I guess I just have to go ⅔ of the main body fight without any bishops… I mean, it sucks for everyone (not my HS!!), but it sucks a little extra for me, considering that I’m sed target…

rusa, bishless sed target, taking care of some Red Wyverns

Right, so, we have no bishops, which means no one Genesising/Big Banging the Wyverns to death. Because I’m a melee job whose attacks naturally cleave, I’m okay with having to deal with Wyverns flying willy-nilly all over the place. For our ranged expedition members, on the other hand, it’s a bit unfortunate. But they’re all the way up there hitting heads, anyways. Me? I’m down here getting my entire body continuously and lightly pummelled by these god damn dragonbirds.

Unfortunately for all of us, however, things were about to get worse. Our bishops were not the only ones sent to an early grave; our bowmaster bit the dust:

BM dead

So did the other DK:

DK dead

Having started with 11 members, we were now down to a comical 7 — a massive reduction of our forces, but nevertheless just shy of allowing us to merge into a single party. In the end, though, we — eventually!! — killed the lizard:

Gee, thanks Horntail! For the hot fucking garbage!!!

Gee golly gosh, Horntail! Thanks for the 🔥🗑️🔥hot fucking garbage🔥🗑️🔥!!! AAAAAAAAAAAAAAAAAAA

Oh, well. At least we got a pouch. Oh, and I actually survived??

deer op

Transcription of the above image

Diggy: deer op
didnt die

rusa: :P

The Wyverns were certainly annoying, particularly the Dark Wyverns. Because they can dispel, I frequently found myself scrambling to recast at least some my buffs so that I would be able to kill the birds, and be more likely to survive in the event of a seduce. Unfortunately, this saps the time that I actually have to attack them, so some of my party members had to help me two or three times… In any case, annoying as they may be, I partially attribute my survival to the damned things. If I’m constantly taking touch damage from Wyverns, HT’s got nothin’ on me!! This run was a real test of my abilities as sed target, so I’m proud to say that I survived! [':

On another run as sed target, I hit level 179 (…and corsair Grrrk (Gurk, Gork, Gyrk, Girk) hit 162)!!:

rusa hits level 179~!

Just one more level for the big 180! 😌

As a result of a slight quirk in recruitment, I ended up doing one run with not one, but two sed bishops: tomtomgun & AINTNOWAY!

rusa sed target, with tomtomgun & AINTNOWAY as dual sed bishops

In the above image, you can see just the tops of the heads of our three bishops. From left to right: AINTNOWAY (of whom you can mostly just see his HP bar), tomtomgun, & Wook123 (our regular bishop). You can also see a demonstration of what happens if I get jump-seduced on top of the right side’s large bottom platform without roping.

This was also a neat run because we had a HTP buyer: F/P archmage pyrOs, perhaps better known as MitoAdmita!

good job tomto,

Transcription of the above image

AINTNOWAY: ^_^

tomtomgun: rusa thank you for being pog sed

rusa: hehe <3
ty for the shields!

tomtomgun: :P my second sed bish run

rusa: nice hehe

Bisque: good job tomto, [sic]

On another run, nightlord AYEMWHY accidentally entered the second prehead map before I did, so she inadvertently got a little taste of being sed target…:

AYEMWHY is sed target

As sed target, some things are much scarier than others. For example, being a warrior sed target, the tail — and the legs — are particularly scary because I don’t have Dark Sight (nor Oak Barrel, for that matter). Thus, if I get right sed and I’m not securely roped, I risk running my entire-ass body into the legs & tail! Ow!! This kills the rusa!!! For reference, the tail touches an average character for probably around ≈25k damage when unempowered, and considerably more when empowered. With the legs, it’s probably more like ≈11k unempowered. Now, I have 30k MAXHP with HB, and I have Achilles on my side to reduce all sources of damage, but I’m pretty sure that still likely kills me; chances are, I’m going to be taking more than just one touch attack before my seduce’s duration runs out. I’ve never actually had this issue, but you know, I prefer to not learn about this particular scenario from experience…

Furthermore, the legs make things considerably scarier than the tail already is. Not only is it another source of touch attacks should I get right sed, but it has pretty nasty ranged attacks that can hit a typical character for around ≈9.5k a pop, and it can stun. The damage from its ranged attacks (i.e. its stomps) is mostly an issue if I’m left sed and am not securely roped; you have to be standing on a foothold for it to hit you, so being roped or jump-sed is frequently (but not necessarily) enough to avoid it. And the stun… well… I think I’ve mentioned this before, but getting stunned immediately before a seduce animation is particularly bad, as it implies that I cannot move onto the rope in anticipation of the seduce itself. Nevertheless, if my Will is not on cooldown, I like to at least attack the wings whilst legs and/or tail are still alive:

Attacking while the tail is still up

You can see that I’m on the far right edge of the larger platform, rather than standing on the smoller platform that is a bit lower and closer to the centre of the map. Because my Will isn’t on cooldown, I can use it to save myself if I get in trouble (e.g. I don’t manage to rope in time for a sed). Nevertheless, I prefer not to make this excessively risky and greatly increase the chance that I have to pop my Will (which has a six-minute cooldown, mind you), so this particular position serves as a kind of middle ground: I’m able to hit wings 100% of the time that I’m attacking, I hit left head any time that it cranes down to attack, and I hit left arm any time that it stretches far enough to the left and/or I am Shielded and can attack “normally” from the smol platform — and furthermore, there is now almost no chance (other than a particularly unfortunately-timed stun, assuming legs are still alive) that I don’t manage to rope before getting seduced. Once legs & tail are both destroyed, I can start attacking normally.

Speaking of attacking normally, there’s naturally a problem of what body part(s) I’m attacking. I’m often cleaving wings & arm; this might sound like an invitation for early mass seduce, but it generally works out quite well. I keep an eye on how much damage these body parts are taking, and I know how to identify when an arm is crossing an HP boundary (e.g. seeing when left arm crosses into dispel range). Combined with information that I can get at a glance — particularly, which body parts are alive and how much total HP Horntail has remaining — I know when to take it easy and focus heads if possible.

Speaking of focusing heads, attacking heads is naturally difficult for me. Being so far away from my bishop is unappealing, and furthermore, I have to be careful not to get seduced into a head and take touch damage that way (remember — I don’t have Dark Sight!). That being said, if my Will is not on cooldown and I’m willing to be extra careful about watching the arms really intensely in case of a seduce animation, I do somewhat frequently attack heads (especially later into the run, for obvious reasons):

Cleaving heads now that the wings are long dead

On the left side, it’s really not so bad. Getting into position to cleave left & mid heads simultaneously is relatively easy, and I probably don’t have to worry about right head 1⧸1s. On the right side, if I’m honest, I usually avoid it. Not even because of right head 1⧸1s, but because getting into position to cleave right & mid heads simultaneously is so painfully difficult and takes so long that it feels like a stressful waste of time. The positioning is pixel-perfect, somewhat dangerous to manoeuvre into, the whole time that I’m trying to get into position is time that I can’t really watch for animations very well (as I’m scrutinising my own position at a subpixel level…), and by the time that I actually do get into position, some random-ass off-cooldown seduce gets cast by right arm, or someone crosses and triggers left arm sed… Yucky.

I’ve grown accustomed to using Victoria’s Amorian Baskets when running as sed target during the main body fight. I get these damn things from APQing anyways, so I may as well eat ’em, right? Once HT’s body parts start to become sparse (e.g. right head is dead), I generally just fall back to Archer Elixirs, and maybe a sneaky Speed Pill here or there. The great thing about these baskets is of course the +40 AVOID, but I will say that the +40 SPEED really doesn’t hurt either. If you’ve run HT before, you may or may not have been given advice like “right-click [i.e. cancel] your Haste” in cases where one or both arms are casting mass seduce. The idea here is to lower your own SPEED value, causing you to take longer to arrive at the far left (in the case of mass left sed) or the far right (in the case of mass right sed), either of which threaten you with falling rocks. The falling rocks don’t do all that much damage, but it’s certainly more damage than the arms themselves can deal (barring touch attacks). For me, though, I really just want my SPEED to be maxed at all times; this enhances my ability to quickly & easily manoeuvre myself as necessary, particularly in anticipation of seduction. It’s convenient that the basket gives loads of SPEED but no JUMP at all, as I also generally want my JUMP to be on the lower end of things. This is because, as mentioned previously, jump sed is of special significance in being somewhat extra tricky & dangerous, e.g. the unfortunate position of being jump-sed directly beneath an arm. A low enough JUMP value prevents actually taking touch damage in such a case.

Overall, I think that one of the greatest strengths of playing rusa in the sed target role is simple: the greatest threat to any non-shadower sed target — viz. 1⧸1s — is relatively(!) easy to survive, for me, assuming that my technique is decently refined. Even if I have to accept a 1⧸1 connecting with me whilst I’m seduced (which is just inevitable sometimes; the cooldown of Hero’s Will is just too lengthy), I’m probably fine. For starters, my avoidability is good enough that I have a decent chance of not being 1⧸1’d at all; it may just “MISS” me. Even if it doesn’t miss, Achilles mitigates the impact, leaving me with a small but usable amount of HP. Being a DK, Elemental Resistance takes the pain out of almost all magic attacks, especially in combination with Achilles. Furthermore, my avoidability is still in effect, so any attack (other than the falling rock map hazards on the far left & far right) has a solid chance of missing me altogether. Also, being a DK, I have small but significant self-healing that heals me even whilst I’m seduced.

This brings me to the topic of sed bishops. The screenshots above document just a few moments of a few of the Horntail runs that I’ve done recently as sed target. In fact, I’ve run so many such runs now, that I have experience with a wide variety of sed bishops, and I can safely say that this wide variety comes with widely varying experiences. In MapleLegends at least, two-party HT runs (e.g. 12-Mapler or 10-Mapler runs) conventionally refer to the role filled by the bishop who is in the same party as the sed target as “sed bishop”; conversely, the role filled by the bishop in the other party (which does not have the sed target) is referred to as “regular” (or “reg”, for short) bishop. This nomenclature reflects not only the additional responsibilities that are borne by the sed bishop in comparison to their reg counterpart (e.g. using HSh much more strategically), but also the special relationship that exists between the sed bishop and the sed target. When I say “my bishop”, I use the ktetic determiner “my” in the same way that one might say “my advisor”; obviously, the expression is not one of literal ownership/possession, but rather, is indicative of a joint bidirectional relationship. I babysit the group by absorbing all of the seduces, and in turn, my sed bishop is there to babysit me by Shielding me and occasionally Healing me as appropriate. It’s babysitting all the way down.[14]

Some sed bishops are more consistent with knowing when to Shield (and doing it quickly enough) than others. Some fear for my life even more than I do (an impressive feat), and Heal me to no end. Others have a habit of Healing me two or so times immediately after I get seduced, and then going back to business as usual. The funny part about this is that I almost never need Healing towards the beginning of a seduce; I have multiple HP pots bound to my keyboard and nervously watch for seduce animations, careful to heal myself to full HP (I’m zerking, so this is nontrivial) before the seduction. Then, on the occasions where I do have to tank a 1⧸1 during my state of seducèdness, they are ironically nowhere to be found! Good thing I can survive on my own!! Some sed bishops are more prompt to respond to my cries of “hlep” than others, although I usually try to cry out early if possible, knowing in advance that a 1⧸1 is going to connect with me. It’s not terribly uncommon that I cry “hrelp” and then “jk it missed me” in quick succession. I admit to sometimes not saying anything when I tank a 1⧸1 because I’m fine… I DON’t NEED HELP, OKAY?? I could maybe use a smol Heal, though… If you’re not busy…

As you can see, the sed target–sed bishop relationship is somewhat complicated by the sed bishop also having other responsibilities unrelated to seduction. The more that the sed bishop has to worry about me and do things like Healing, the less time that they have to do other stuff like attacking or buffing. Furthermore, I am absolutely required to have some level of self-sufficiency, even if my bishop is with me the whole time, because chances are that they simply will not always be able to save me. If they die, then they will be inactive for the duration that they are dead (which, in the worst case, is until the end of the run, as we have seen…); if they are in the middle of their Genesis animation, then they are effectively stunned for some time; if they are very far away from me on the map, then they cannot immediately reach me with their spells; etc.

Speaking of Healing me, I once heard someone talking to my sed bishop in voice chat, telling them that they could definitely Heal me any time that I’m not attacking. Naturally, it takes some getting used to a DK who sometimes acts like a normal DK and is allergic to Heal, and other times enjoys being Healed during sed — a lot of bishops probably have an instinct to not Heal at all in the presence of DKs. This is basically correct, so I didn’t say anything… at least, not until someone followed up by suggesting that I’m “probably not zerking” because I’m sed target. Not true!! I most definitely am zerking, virtually the same amount of zerking that I do when running as a normal (non-sed-target) attacker — except, of course, when I’m actually seduced or about to be seduced. Perhaps the simplest way that I can put it is thus:

As explained above, Horntail is an “S-tier” boss for me, so I always enjoy running it. Furthermore, running as a sed target enhances the experience in many ways: it is really very exciting, and I also get to feel more useful — both to my party, and even to myself, in realising the full potential of the job that I’ve chosen for my character (darksterity knight, in this case). With that in mind, I’m not gonna lie; I did quite a few of these runs, and at some point, perhaps too many. Strange as it may sound, there was a brief moment one night, as I made efforts to put myself to sleep, where I realised that the stress was actually getting to me and affecting my mood & thought patterns. So, you know, I took a bit of a break LMAO. That’s not to detract from how fun it is, but rather, to make clear that it really can be stressful, especially if you are trying absolutely way too hard, like I am… 🙄

The fact that I can even be “trying too hard” in the first place is enabled (but naturally, not strictly caused/required…) by how chaotic & random the game mechanics at work are, and by how thin my attention/concentration can sometimes be spread. In the end, I’m really never quite sure how “good” or “not so good” I am at it, but I certainly do try, and I think that I have a pretty good track record at this point. So, you know. Seduce me, if you dare…

Footnotes for “Seduce me if you dare”

  1. [↑] You may know this boss as Wǔlín Yāosēng (武林妖僧; Standard Beijing Mandarin /u˨˩˦lin˧˥ jau̯˥səŋ˥/; “martial arts demon-monk”).

  2. [↑] Scarga is, strictly speaking, not a boss in & of itself. It’s, you know, two bosses that have been summoned simultaneously. Nevertheless, because I’m considering entire runs rather than just boss monsters per se, it deserves to be listed independently from its constituents.

  3. [↑] Unlike Scarlion/Targa, the Pianuses ((R) & (L)) are area bosses that spawn in the same map, so I have coalesced them into exactly one entry.

  4. [↑] You may know this boss ((かっ)(ちゅう)()(しゃ); ⟨katchū musha⟩; /katːɕɯː mɯɕa/; “helmet-and-armour warrior”) as simply Samurai, Samu, or Sam. See pts. lxxvii & lxxxi of this diary.

  5. [↑] CWKPQ’s boss stage summons five bosses at once: Red Nirg, Margana, Rellik, Hsalf, & Heron (perhaps better known as “Nagrom”). I personally only have experience fighting the “cleave” bosses on the bottom floor of the map, which are Red Nirg, Rellik, & Hsalf.

  6. [↑] I prefer to refer to The Boss as “TB”, but it’s more commonly referred to as “BGA” because Bodyguard A is its first “body”, followed by Bodyguard B (BGB), and finally The Boss.

  7. [↑] Perhaps better known as Anego ((あね)(); /anego/; “female yakuza boss”, literally “older sister”).

  8. [↑] And I really mean it, too. More on this subject in the next diary entry…

  9. [↑] See “Running MapleStory requires highly advanced technology” from pt. xciii of this diary. Also see MapleStory in the year 2999.

  10. [↑] You know, when you attack and/or get hit by something, you go into alert stance — also known as “catching one’s breath”. In alert stance, you can’t drop items, can’t change equipment, can’t change channels, etc.

  11. [↑] Yeah, for the record, not me. I’m not going to name any names, but if you’re reading this, you know who you are…

  12. [↑] You might worry that walking off of the left side of the platform (manually, or even due to a left seduce) risks touching wing. However, as far as I can tell, this is not actually possible, so the manoeuvre itself is perfectly safe.

  13. [↑] The usual suspects are equipment items such as:

  14. [↑] See the footnotes for “Wooza” in pt. xciv of this diary.

taˈran.drʊs

Somewhat regrettably, this is not exactly an episode of Questing With tara™. But this section is starring ya girl tarandus the shield pugilist. As discussed previously, I am on that grind now. Not a lot of quests left to be done…

Whilst grinding Himes with dagger DK daggerknight (Gumby, j0hnny, Jonathan, Kimberly, Mommy), we ran into a dastardly Black Crow trolling the Encounter with the Buddha, searching for potential victims… But with some help from shadower Sanakoh (Yuriel), we were able to slay the beast! And I levelled up!!:

tarandus hits level 111 at Black Crow!

I also headed to CDs with daggerknight to grind some more EXP, where I hit level 112~!:

tarandus hits level 112 at CDs!

I previously talked about the holy trinity of pugilist equips for tara, and I’ve already obtained the MoN and the Scar Hat… which just leaves the RBD (not to be confused with RBD). Now, an average clean RBD has 7 STR, 3 DEX, and 2 AVOID, which means that a perfect clean one has 8 STR, 4 DEX, and 3 AVOID. If we ignore the AVOID for now (I do care about it, but just to briefly simplify things), then we have 12 total stats (that is, STR + DEX) perfect clean. I thought that gaining something like ≈20 total stats from scrolling was a good threshold to aim for, as it’s quite good without being extremely difficult (luck-wise) to obtain; for example, passing two 30% scrolls and five 60% (and/or 70%) scrolls — thus leaving three failed slots — is enough to do it. Heck, in a previous diary entry, I made a 26 DEX bathrobe! So even if I do way worse than that, I can still make a 12 + 20 = 32 total stat RBD!

Naturally, I consulted my program scroll_strategist (mirror) to get an idea of how likely I was to succeed on any given attempt. Note that scroll_strategist only cares about getting to ≥32 stats, and will do anything — no matter how costly — to bring the single equipment item that it is given to this goal. We can represent the problem for scroll_strategist, assuming that we start with 8 STR and 4 DEX clean, like so:

{
  "stats": [12],
  "slots": 10,
  "scrolls": [
    { "percent": 10, "dark": false, "cost":  800000, "stats": [5] },
    { "percent": 30, "dark": true,  "cost": 7000000, "stats": [5] },
    { "percent": 60, "dark": false, "cost":  600000, "stats": [2] },
    { "percent": 70, "dark": true,  "cost":  500000, "stats": [2] }
  ],
  "goal": [32]
}

The cost values here are assuming that I’m scrolling for STR, and are based on rough estimates of market prices, in mesos, on MapleLegends, at about the time of this writing. If we give this JSON to scroll_strategist_cli (mirror), the basic output looks like so:

Probability of success: 12.232%
Expected cost (scrolls only): 17511978.9
Next scroll to use: 60%

Okay, so, if we only assume that I follow scroll_strategist blindly and that I start with 12 stats clean, I have a 12.232% chance of success. That’s about a one in ≈8.2 chance. Not bad, right? I can tolerate trying that many times, for sure.

Of course, not every RBD is 12 stats clean. Maybe I want to consider starting with RBDs that are 11 stats clean — either 7 STR & 4 DEX, or 8 STR & 3 DEX. All that we have to do is change the stats from [12] to [11], and scroll_strategist_cli gives us this:

Probability of success: 9.508%
Expected cost (scrolls only): 17458427.1
Next scroll to use: 30%

Okay, so, as expected, we now have a lower probability of success: 9.508%. That’s about a one in ≈10.5 chance. Still totally tolerable!

When I first started scrolling, I started trying to scroll only for STR. In the end, I would want both a STR and a DEX one; DEX for when I need the WACC, and otherwise STR for the superior damage. Since I’m usually fighting things that I can hit 100% of the time without any assistance from my overall, STR seemed like the obvious first one to go for, as I would use it more frequently. Unfortunately for me, STR scrolls are like two or three times as expensive on the market as DEX scrolls are. But again, I do really want both, so I’ll have to take the hit at some point.

By default, scroll_strategist_cli is interactive, so when it suggests a “Next scroll to use”, you can tell it whether the scroll passed, missed (i.e. failed but did not boom), or boomed. It then gives an updated probability of success, expected cost, and next scroll to use. At first, I pretty much followed exactly what scroll_strategist_cli said to do, knowing that for any given overall, it was mathematically optimal. At some point, it would become too costly, because my only choice would be to use a 30% scroll to desperately try to rescue an already mostly-failed overall. This is kind of a waste of a 30% scroll if there’s a very small probability of success, so I’d usually rather NPC the RBD instead of taking another hit to my meso purse. Luckily for me, scroll_strategist_cli can very well quantify how failed my overall is by giving me a probability of success under the assumption of optimal scrolling (read: doing everything that scroll_strategist says to do). A good heuristic is, if scroll_strategist says that the probability of success is less than the probability of success for a fresh new 11-stat RBD (≈9.5% or so), then I should probably give up on that overall and just start a new one.

I later realised that, if I want to bail out early sometimes to save my mesos from utter destruction, then I’m better off 70%ing the first slot when scroll_strategist says to 60% the first slot. This is not because scroll_strategist is wrong, but because scroll_strategist doesn’t care about my meso purse; it is given exactly one (1) RBD, and intends to absolutely maximise the probability that that specific RBD becomes a ≥32-stat RBD. In my case, clean RBDs on the market are generally not expensive enough (although this is starting to no longer be the case…) to justify continuing after failing the first slot. Thus, a 70% tends to be better than a 60%, just because it succeeds more often; sure, it can boom, but I was going to NPC it anyways unless it succeeded.

Fast-forward through a lot of pain and destruction of my mesos, and I’m starting to think that I can’t actually make an RBD. At this point, I’ve spent so many mesos on overall STR scrolls that I’ve single-handedly inflated their prices. The ultimate irony of using mathematical methods to optimise your gambling (let’s be real — scrolling items is just pixelated gambling) is that it’s still gambling! Nothing can stop you from just having shite luck!! HAHAHAH!!!!!!!

Ahem. Okay, so, maybe all of my scrolls fail, and so now I’ve made many more attempts than I statistically need to, on average, to get ≥1 successes, but I can’t let that defeat me, right? Maybe I’ll try scrolling for DEX, since I’ll be doing that anyways. Less meso devastation is always nice…

tara makes a 32-stat DEX RBD~

Transcription of the stats of the item in the above image

Red Belly Duke (+9)

  • STR: 8.
  • DEX: 24.
  • WDEF: 102.
  • WACC: 11.
  • AVOID: 2.
  • SPEED: 1.
  • Slots: 0.

Right, of course. Of course I get it on the first or second try. Well, sweet. DEX RBD done & done.

Interactive output of scroll_strategist_cli when I scrolled the above RBD
$ ssc -j rbd.json
=== Results ===
Probability of success: 9.508%
Expected cost (scrolls only): 19810425.7
Next scroll to use: 30%
Did the scroll pass? [y/n/b]: y

Probability of success: 23.735%
Expected cost (scrolls only): 15977384.6
Next scroll to use: 60%
Did the scroll pass? [y/n/b]: y

Probability of success: 28.213%
Expected cost (scrolls only): 14078721.1
Next scroll to use: 60%
Did the scroll pass? [y/n/b]: y

Probability of success: 33.704%
Expected cost (scrolls only): 11768071.2
Next scroll to use: 60%
Did the scroll pass? [y/n/b]: y

Probability of success: 40.666%
Expected cost (scrolls only): 9274520.0
Next scroll to use: 60%
Did the scroll pass? [y/n/b]: y

Probability of success: 49.536%
Expected cost (scrolls only): 6525120.0
Next scroll to use: 60%
Did the scroll pass? [y/n/b]: n

Probability of success: 32.310%
Expected cost (scrolls only): 8521800.0
Next scroll to use: 60%
Did the scroll pass? [y/n/b]: y

Probability of success: 40.950%
Expected cost (scrolls only): 4599000.0
Next scroll to use: 70%
Did the scroll pass? [y/n/b]: y

Probability of success: 54.000%
Expected cost (scrolls only): 4220000.0
Next scroll to use: 60%
Did the scroll pass? [y/n/b]: y

Probability of success: 70.000%
Expected cost (scrolls only): 700000.0
Next scroll to use: 70%
Did the scroll pass? [y/n/b]: y

Final stats: 32

You’ll notice that scroll_strategist decided to switch from using 60%s to using a 70% on the 8th slot (3 slots remaining), then went for a 60% when the 70% passed, and then 70%ed the final slot. This might seem weird, but a bit of consideration reveals the logic here. With 3 slots remaining and a total of 26 stats, there’s a possibility of simply passing some combination of 60%s & 70%s on all 3 remaining slots, thus reaching the goal without using any 30%s. Because the odds are actually not so bad anymore — it’s “only” 3 slots — scroll_strategist determines that it’s now worth risking the 15% boom chance of using a 70%. More importantly, if it were to use a 60% and fail, it would have no choice but to pass a 30% on both remaining slots to reach the goal, which is really bad, further justifying the 15% boom chance of the 70%. Once that 70% passes, we are only 4 stats away from the goal, which could be satisfied by passing some combination of 60%s & 70%s on both remaining slots, or could be satisfied by just passing a single 30%, regardless of what happens to the other slot — unless it booms on that other slot. Because of this flexibility (using 60%s/70%s or passing just one 30%), and because booming before getting to use that flexibility is the main mode of failure at this point, scroll_strategist backs off a bit and just uses a 60%, as the 15% boom chance of a 70% is no longer worth it. Once that passes, we are 2 stats away from the goal, so 70% is the only option — a 60% would work, but if the 60% fails, then the whole item is a complete failure, so it may as well boom.

Unfortunately for me, even a half-finished STR RBD gives me better damage range. So I really want that STR one now…

Well, let’s take a break from the abject misery of scrolling, and do something actually fun: questing! I still haven’t wrapped up Carta the Sea Witch. It’s only a level 90 quest, but I needed to kill Pianus to get Pianus’s Scream, so I had to put it off for some levels. With the Pianus’s Scream that I got in the previous diary entry, all that I need now is to kill some Bone Fish (or, as Mekhane likes to call them, “Bone Fucks”, thanks to their incredibly annoying weapon-cancels) for their Cold Tears:

tara vs. bone fucks

Oh, yes, and I also need to break open some of the chests in Deep Aqua to get Sea Dust:

tara breaking Deep Aqua chests

The Bone Fucks were being a bit fucky, but eventually I was able to extract a sufficient quantity of Cold Tears:

tara finds a Cold Tear

And with that… Red Musketeer Cape~!:

tara obtains the Red Musketeer Cape

Very stylish.

Okay, back to more scrolling misery — on a quest to obtain a ≥32-stat STR RBD! Wait a sec… where are all the overall STR 30% scrolls…? Le sigh. It looks like between me buying them, and someone else manipulating the market, overall STR 30% are over. Done. Well, you know what that means: it’s time to buckle up and farm some myself, with my own bare hands. As it turns out, only three monsters drop overall STR 30%s:

As I elaborated in the “Seduce me if you dare” section above, both Jiaoceng and HT are what I consider “S-tier” bosses according to my taste. That’s great, but neither of them are exactly solo content. Horntail drops get split across the runners as mesos, and I never really get to do Jiaoceng these days. So I guess it’s time to kill some RDTs…?

Regrettably, there are no good maps for RDTs. Go figure! The only two options are Dragon Forest I and The Hidden Dragon Tomb I, which have RDT populations of 52% and 47%, respectively. Both maps have pretty bad layouts; The Hidden Dragon Tomb I looks like it has an okay layout, until you get to the bottom… 😬

Dragon Forest I is the more diverse of the two (with four species represented; twice as many as are represented in The Hidden Dragon Tomb I), and it has a larger population fraction of RDTs, so I went with that one for a while:

tara vs. RDTs

Don’t get me wrong — I also gave The Hidden Dragon Tomb I a fair shake, grinding there for a solid chunk of time on multiple occasions.

Early on in my time at RDTs, a wild Joyce appeared!!!:

Joyce appears!!

Long-time readers of this diary may recognise Joyce — IGN ducklings — as the STRginner with whom I MPQed on my darksterity knight rusa back when she was still a baby DEXgon knight. It was back then that I also met xBowtjuhNL (PriestjuhNL), Harlez (VigiI, Murhata), Gruzz (Furca), Eoka, RosePink, and all the rest. So seeing Joyce log on again was a really cool surprise!!

omg 178

Transcription of the above image

ducklings: omg 178

xBowtjuhNL: rusa so addicted!

rusa: [:<
LOOL

ducklings: 6–8 weeks for rusa too?
for 200
hehe

Yep. Only 6〜8 weeks, and rusa will surely be level 200…! Never mind the fact that level 187 is the halfway point between level 1 and level 200…… ;~;

In any case, Joyce wanted to come help me farm RDTs at Dragon Forest I, so that’s exactly what we did:

tara & ducklings @ RDTs

As you can see, she does 1 053 times more damage than I do, so it really sped up the farming. Well… there was one caveat:

R.I.P. ducklings…

Ouf. R.I.P.… 🪦

I was actually farming at RDTs as “extra” grinding on top of the daily challenge that I set out for myself: 60 minutes of EXP grind (usually solo Himes, but any EXP-heavy map like CDs/Gallos/Petris/etc. solo or in a party also works), plus two runs of Capt. Latanica, per day. Again with the solo Himes, I hit level 113~!:

tara hits level 113 at Himes!

And, after many Capt. Latanica solos, ’Tanica finally treated me with a precious MCP1!:

’Tanica drops an MCP1 for tara

Which, naturally — because I opened it — had exactly one pCoin in it 🙄:

You have gained an item (Prestigious Coin)

I love MapleStory!

Each ’Tanica solo takes me five minutes, which sounds pretty good, until you factor in the time to do the repeatable for a White Essence, plus travel time… I mean, I’m used to it. It’s a bit of fun, and a good break from proper grinding.

Again at solo Himes, I hit level 114~!:

tara hits level 114 at Himes!

Down under the Aqua Road, I did a fun Pianus (R) duo with DEX WK SwordFurbs (Yoshis, Furbs, Fabiennes, SwordFurb)!:

tara & SwordFurbs duo Pianus (R)

It was a tough fight, but we did it. Pianus being weak to fire certainly helped… And, I hit level 115 as a result!:

tara hits level 115 at Pianus’s Cave!!

Now that I hit level 115, I had some SP left with nothing whatsoever to spend it on other than þͤ olde Shockwave — perhaps better known as “memewave”…

tara trying out “memewave”

Don’t get me wrong; Shockwave is really cool. But it only works when Transformed, and my god does the animation take forever…

Over at Himes again, I got the chance to duo with marksman Level1Crook (xXCrookXx, Lvl1Crook), whom you can see using Piercing Arrow (PA) in the image below:

tara & Level1Crook duoing Himes

Most marks(wo)men don’t prioritise PA this early on, but fuck it, right? Way cooler than Snipe anyways…

I continued doing a lot of RDT grinding, and I was joined by shadower Harlez on multiple occasions. I was also joined by STRginner Taima (Yunchang, Boymoder, Tacgnol, Nyanners, Hanyou), as well:

tara & Taima @ RDTs

And I… hit level 116…:

tara hits level 116 at RDTs!

And 117………:

tara hits level 117 at RDTs!

My god, I have killed a lot of fucking RDTs. They don’t even give that good of EXP!

Also with Harlez, and joined again by daggerknight, I did a trio Pianus (R) & Pianus (L) run:

tara, daggerknight, & Harlez trio Pianus (R)

After which, daggerknight & I learned that “sit death” is — believe it or not — a real thing in MapleStory. You see, when Energy Charge (EC) is all charged up, the bubble that surrounds your character also causes you to deal damage to any monster that touches you. This is vaguely similar to one aspect of the Power Guard (PG) skill; however, unlike PG, the damage that EC deals is not based on the damage dealt to the marauder/buccaneer at all. Furthermore, there is no particular limit on how much damage EC can deal, whereas PG’s per-hit damage is limited to ≤10% of the monster’s MAXHP. This means that, in the presence of particularly low-level monsters, I can actually straight-up one-shot kill them by simply touching them whilst my EC is charged.

Remember in the “Wiktowia Aiwand…” section above, when I mentioned that Taurospears now spawn in The Cursed Sanctuary? Well, The Cave of Pianus had a similar issue, so two Pinboom spawns were added to the bottom centre of that map. These Pinbooms have three qualities that are particularly relevant here:

So, the question is simple: if I charge up my EC, and then sit in a chair (e.g. the Sky-blue Wooden Chair) directly on top of one of the Pinboom spawns, can I kill a Pinboom whilst sitting down?:

sit death

Transcription of the above image

tarandus: i doubt it works tho
it doesnt deal damage if im mounted

daggerknight: i have a meme picture, of sit death
hmmm
it kicks u off

tarandus: yea it didnt do any dmg
omg
it worked

daggerknight: wait
rleally [sic]

tarandus: it just had to miss me
the first time

daggerknight: !

tarandus: yes
it has like iframes
when it first spawns
so

daggerknight: ohhh

tarandus: if it hits me when it spawns
im just unchaired
so it has to miss me the first time

daggerknight: ohhhhh

As it turns out, the answer is actually yes! At first, I doubted that it would be possible, considering that EC fails to do anything if I am mounted (on my Hog). Then, upon actual testing, it seemed like it really wasn’t possible. Then, I realised that the damage that I take when the Pinboom initially spawns cannot damage the Pinboom, because it “isn’t finished spawning yet”, in some sense. So, in order to maintain my position in my chair, it has to initially “MISS” me. Then, the second touch attack against me causes the Pinboom to take damage from EC. So, there you have it. I still haven’t seen the “sit death” meme image, but I have seen sit death in MapleStory…

And, finally, we’re back to the bread & butter: solo grinding at Himes. Level 118~!:

tara hits level 118 at Himes!

Oh boy… You know what that means: just two more levels before a certain juicy job advancement…… Stay tuned!!

Oh, and in case you were wondering: no, I have not found even a single overall STR 30% scroll at RDTs. And yes, I have spent like two or three levels’ worth of EXP there. I love MapleStory!! I guess I’m just never making a fucking STR RBD!!!! 😤😤😤

drugs

drogas.

rusa & Buccon duoing 7 F on GM buffs

Transcription of the chatlog from the above image

rusa — Lv.179 Dark Knight — Total EXP: 3,354,616 (0.48%)
EXP Per Hour: 50,319,240 — EXP Per Minute: 838,654

drugs.

PERC10 fucking dies

Transcription of the above image

PERC10: oh fuck
LOL
IDDIED [sic]
BY PIGS
SD:FJS:KJFNS

Timbaland: rip

cervine: omg

trishaa: LMAO

cervine: on this char?

Level1Crook: that is impressive

cervine: im taking that as a yes

[system message]: Run to your RIGHT! Save yourself! RUN!!! RUN!!! RUN!!!

trishaa: wot da

PERC10: atleast [sic] noone saw
8)

cervine: o7

PERC10: 5 apples each lessgo [sic]

cervine: ty for ur sacrifice

Timbaland: ty

alces my beloved

In previous diary entries, I’ve focused just a little bit on getting some cards for my daggerlord alces. She is, after all, dreadfully squishy, and that STR/DEX/LUK is lookin’ real joocy.

Actually, probably most of the card sets that I got this time were farmed on tara. I gave myself some Hime cards, and would you look at that! A lightbulb already!:

alces T3 lightbulb

That’s tier three, bay bee 😎

alces gets tier 3 of the Monster Book Ring!

In addition to picking up some of the cards that dropped at Dragon Forest I, I continued a bit of card-hunting on alces in Nihal Desert. Particularly, Magatia — like this Iron Mutæ set that I finished:

Iron Mutæ card get!

I also did the Reinforced Iron Mutæ set at Area A-3 of the Alcadno Research Institute Laboratory:

Reinforced Iron Mutæ card get!

And finally, the Mithril Mutæ[1] set, over at Area B-1:

Mithril Mutæ card get!

That’s all for now. [': Hopefully I do some more card-hunting… in the future… rings plz… 🥹

Footnotes for “alces my beloved”

  1. [↑] This is a bit of a weird one. As it turns out, the name of this monster species in the game data (using to represent a space) is not Mithril␣Mutae, but rather, Mithril␣␣Mutae. This is one of a surprisingly large number of whitespace mishaps that can be found in MapleStory game data. If you search the MapleLegends Library for Mithril␣Mutae, the monster species does not come up, but their card does, and so do the related species Reinforced Mithril Mutae and Reinforced Mithril Mutae. Bizarrely enough, the latter species looks like a Mithril Mutae, rather than looking like a standard Reinforced Mithril Mutae (the former species, which naturally spawns in Area A-1). I think it’s an MPQ monster, but I can’t be sure.

It is Valentine’s Day, and love is dead

On February 14th, the day of Valentine, I attended an osslock wedding between priest j0hnny (daggerknight, Gumby, Jonathan, Kimberly) and thief twilight (chwis, chwistophwer, Christopher):

j0hnny × twilight

Transcription of the chatlog in the above image

DRAGONWEAZLE: KISS

j0hnny: @@@@@@@@ @@@@@@@@ @@@@@@@@ @@@@@@@@ @@@@@@@@ @@@@@@@@ @@@@@@@@ @@@@@@@
@@@@@@@@ @@@@@@@@ @@@@@@@@ @@@@@@@@ @@@@@@@@ @@@@@@@@ @@@@@@@@ @@@@@@@

DRAGONWEAZLE: KISSSS

j0hnny: @@@@@@@@ @@@@@@@@ @@@@@@@@ @@@@@@@@ @@@@@@@@ @@@@@@@@ @@@@@@@@ @@@@@@~

DRAGONWEAZLE: NOW KISS

j0hnny: these r my vows

yeIlo: congrats to the bride and groom

xXCrookXx: coupel [sic] goals

d34r: they dont even want to be near each other
look at this
hahah

j0hnny: get away from me

xXCrookXx: g o a l s

DRAGONWEAZLE: a real bad romance

d34r: ok at least kiss once

DRAGONWEAZLE: cant point out that plain truth because chwis is a dictator who

d34r: sheesh

j0hnny: i dont have the kissy face

DRAGONWEAZLE: DEMOTES all ‘critique’

d34r: omfg

xXCrookXx: smh why did i even pay for this

d34r: trainwreck kissless wedding

DRAGONWEAZLE: a TYRANT

xXCrookXx: i want a refund on my tickets

twilight: this is a marriage not out of love but for boxes

DRAGONWEAZLE: trainwreck kissless wedding

d34r: refund@@@

DRAGONWEAZLE: my immersion broken
i came for love
instead i see this FRAUD

j0hnny: today is
valentines day

Ouch. So much for V-day… 💔

ボス

Alright, folx. Put on your bossy pants, ’cuz it’s bossin’ time.

First up, we have me playing my pugilist tarandus, attending a pair of osslocked Papulatus runs alongside outland STRginner Jestterz (Jestterzz, Jestterzzz, Jestterzzzz), osslock ranger Mekhane (Sunken, CaptainNemo), F/P perma-mage WarLikeFire, and osslock DK yeIlo (bak2monke, snakewave, VAPORWAVE):

Jestterz, tarandus, Mekhane, WarLikeFire, & yeIlo vs. Papu 1st body

Uh-oh… Spooky 2nd body

Jestterz, tarandus, Mekhane, WarLikeFire, & yeIlo vs. Papu 2nd body

Don’t worry, we all made it out alive. Probably.

I also had the pleasure of doing a very fun pair of all-odd Rāvaṇa runs on my woodsmaster capreolina, with guildmates Yoshis (SwordFurbs, Furbs, Fabiennes, SwordFurb, PoultryWoman) the swashbuckler, and LawdHeComin (AppleBasket, Snel) the F/P archgish!!:

capreolina, LawdHeComin, & Yoshis trio Rav

Naturally, none of us could pin, so we kinda just had to deal with Rav goofin’ off, waddling all over the map the whole time, and attacking us with a variety of garbage.

Here, you can see LawdHeComin using his Meteor Shower, and Yoshis using her Aerial Strike, to clear out some of the panty gobs that Rav likes to summon:

capreolina, LawdHeComin, & Yoshis trioing Rav

These runs were actually pretty decent! We cleared in a reasonable amount of time, and… not to brag, but… I did white both times… 😏

Speaking of Rav, I had the pleasure of doing my first Rav runs on my daggerlord alces! Poor alces is so squishy that she can’t actually survive Rav without a little of that HB juice, and somewhat unfortunately for me, my darksterity knight rusa is on the same account. That’s okay though, because that means it’s someone else’s turn to do the HBing! In this case, that “someone else” is dagger DK daggerknight (j0hnny, Gumby, Jonathan, Kimberly)! Here I am with daggerknight, and shadower Harlez (VigiI, Murhata), trio Ravvin’ it up!:

Harlez, alces, & daggerknight trio Rav

Harlez, alces, & daggerknight trioing Rav

I even did some more trio Ravving, but this time with daggerknight and buccaneer Buccon (Buppoon, Buwwon, Bushroom)!:

Buccon, alces, & daggerknight trio Rav

Eventually, I remembered to actually do the goddamn Rav prequests on alces, so that I could at least get a Magical Stone Piece[1]…:

alces vs. Red Goblins

alces vs. Blue Goblins

And I switched over to capreolina to do a pair of duo Papu runs with Buccon, as well!:

Buccon & capreolina vs. Papu 1st body

Buccon & capreolina vs. Papu 2nd body

Also on capreolina, I did some SURRA×Oddjobs crossover content with paladin Fuadili (who was streaming to Twitch.tv at the time[2]), buccaneer Seiyaru, buccaneer dori of Favela, nightlord TerribleFool (iLoveShafts) of Chroma, and bishop misandrist (xRook) of NiceKrexel!!:

Fuadili, capreolina, misandrist, dori, TerribleFool, & Seiyaru vs. Krex left eye

Naptime tree~ 😊

Also with misandrist and TerribleFool, I did a bit of Zakking on rusa. As discussed in previous diary entries, I fulfilled my role as trash woman[3] in Zak by dutifully Monster Magneting the summons that Zak likes to spew regularly. My party members were impressed, and asked me about my job:

love the monster magnet lol

Transcription of the above image

TerribleFool: love the monster magnet lol

misandrist: rusa literally

Celeste: >

misandrist: op drk

Celeste: ^^^

misandrist: i never seen

rusa: hehe

TerribleFool: whats ur oddjob?

misandrist: anyone do it like she does

Mike: same

TerribleFool: are u an avoid build?

Celeste: never seen such skilled magnet

rusa: pure dex [:

TerribleFool: nice

Mike: LOL

I should have said that my job is wastewoman… missed opportunity, I guess.

Speaking of Zakking on rusa, I did a duo (yes, you read that right: duo) Zak run with marksman xBowtjuhNL (PriestjuhNL), bringing along my STR bishop cervid for HS & HSh:

xBowtjuhNL & rusa duo Zakum

I felt pretty good about the arms stage, considering that I usually white one or two arms, even in a run with five other folx in my party. So, say goodbye to arm three[4]!:

Killed an arm [:

Indeed, we witnessed the power of the cleave just before the arms stage ended, as we had three arms alive (1, 5, & 7) and barely a sliver of HP between the three of them combined!:

Cleft arms

Then it was time for the three bodies, where I got to test my multi-clienting skills by trying to HSh at appropriate times 🥲:

Duoing Zakum 1st body

I think I was able to fulfil my roles reasonably well, even including some level of garbage collection during weapon cancels. In the end, the run took about 73 minutes — not bad for a combined total of one Energizer and one MMF between the two of us! And of course, we were rewarded for our efforts… with hot garbage:

Hot garbage.

Le sigh. At least the EXP was really good. 😅

In similar fashion, we also did a duo run of Nameless Magic Monster (NMM, Namie, Nameless)…

rusa & xBowtjuhNL duo the Nameless Magic Monster

…With me on “pinning” duty:

rusa & xBowtjuhNL duo NMM

At first, we were unsure whether or not I would be able to control & damage NMM enough to make the fight work out; I had run NMM as the only pinner multiple times before, but that was always with bowmasters (like Flurri and MitoAdmita) who could Hamstring the boss to make things easier. I can’t actually knockback NMM (that would require consistently dealing damage lines of 50k or more…), so I rely on strategic Rushing to constrain NMM’s movement. Being a marksman, xBowtjuhNL has Blind instead of Hamstring, so that wasn’t going to help manage NMM’s movement. Nevertheless, it still worked surprisingly well, with the occasional hiccup here or there, and xBowtjuhNL was kinda half-AFK most of the time.

Naturally✨, we were rewarded for our efforts with even MOAR hot garbage!!!:

Wow! More shite drops!!

Oh no, indeed.

Speaking of duo NT, I did the occasional duo ᚾᛁᚠᛚᚢᚾᚴᛅᚱ[5] with Harlez:

rusa & Harlez duoing Nibelung

We really need to get Siegfried up in here to take care of this futuristic spaceship once & for all…

Plus, we duoed a single Dunas II (better known as “2nas”). Unlike Dunas I, Dunas II comes in two stages. The first & preliminary stage would require slaying the Dunas Unit, which is the little floating spaceship thingy with the antenna:

Harlez & rusa vs. Dunas Unit

Luckily for me, the ever-so-slightly improved vertical reach of Crusher would mean that actually hitting the Dunas Unit — as opposed to attacking just underneath it 🙄 — got a lot easier than it was previously, as illustrated by the above image. Unfortunately for both of us, however, Dunas Unit is not the only thing that we have to deal with. We also have to deal with Fake 2nas (Shielded 2nas), which is invincible and will start attacking & dispelling us willy-nilly if we manage to so much as aggro it once. So… we just didn’t aggro it:

Harlez & rusa duoing Dunas Unit

There were a few close calls here & there, but we did make it through the entire Dunas Unit fight without aggroing Shielded Dunas at all.

Now that the Dunas Unit is out of commission, we get to fight the real-ass 2nas. Which means a lot of fun with jumping:

Harlez & rusa jumping for 2nas

As you can see, we are both jumping for joy as a result of having the pleasure of fighting 2nas. Just kidding, we’re trying to dodge 2nas’s dispel, a fun little move that 2nas likes to use every four seconds or so. The problem with this technique is that networking latency exists. Timing your jump depends a lot on how long a round-trip takes between your client and the server, so if you guess wrong about how long that round-trip takes (an easy “mistake” to make, as any of a huge number of factors may influence the latency at any time), the server might have the wrong idea about your exact coordinates at the time that the dispel actually occurred. Fun!!

2nas punishes us

After a whole lot of Rushing to keep 2nas from wandering away, recasting countless buffs, nearly dying several times, and an altogether uncomfortably lengthy battle against this smug little twerp, we were rewarded with— Go on… guess……

Hot garbage!!!!

🌡️🔥🌡️ HOT fUCKING GARBAGE!!! 🌡️🔥🌡️

i think i went through all 5 stages of grief during that fight

Don’t worry, I’m fine. We’re fine. It’s… fine. As long as I never have to fight 2nas ever again so long as I live… 🫠

Footnotes for “ボス”

  1. [↑] Come to think of it, I don’t think I’ve even once heard someone refer to this item as “Magical Stone Piece” or “MSP”. I’ve heard “Rav stone”, which I used for a bit myself, until I found people confusing that terminology with Sunburst. Sunburst is yet another ETC item associated with Rav, and if you squint a little bit and ignore its name, it could maybe be a really shiny polished spherical stone. Nowadays, I refer to the Magical Stone Piece as a Rav “cube” due to its cubic appearance, and because the Sunburst is clearly spherical, thus avoiding that kind of confusion. Because one requirement for entering the Rav map is that the party leader has a Magical Stone Piece in their inventory, we say that someone who has a Magical Stone Piece in their inventory is “cubed”. Note that, although you do have to drop a Sunburst in the Rav map to summon the boss itself, Sunbursts are in no way required to enter the map (contrast this with Capt. Latanica and its Engine Room). Furthermore, only the party leader needs to be cubed.
  2. [↑] https://www.twitch.tv/fuadili1
  3. [↑] 4.1×1011 dead cops.
  4. [↑] Counting arms from left-to-right, top-to-bottom.
  5. [↑] This is Old NorseNiflungar⟩ */ni(ː)flu(ː)ngɑ(ː)r/ — the Old Norse equivalent of German (Middle High German) Nibelung — written in Younger Futhark. This corresponds with the use of the term in Atlakviða (ca. 900 AD).

(…cnvpstdf…)

cnvpstdf

cornians are kinda hot

Transcription of the above image

Harlez: cornians are kinda hot
whyd they make them like this]

tarandus: LOLLL
i wasnt gonna say anything

Harlez: id prolly let one knot me

tarandus: lmfaO

Congratulations on becoming a Bandit!

Transcription of the above image

[system message]: [2nd Job] Congratulations to SobletSE on becoming a Bandit!
[2nd Job] Congratulations to SobletSI on becoming a Bandit!
[2nd Job] Congratulations to SobletHS on becoming a Bandit!
[2nd Job] Congratulations to SobletHB on becoming a Bandit!
[2nd Job] Congratulations to SobletFP on becoming a Bandit!

Nightzy has reached Lv.255.

Transcription of the above image

[system message]: ⟨Alliance⟩ Nightzy has reached Lv.255.

Buccon: crime

rusa: wow grats
u must have killed so many grim phantom watches

j0hnny: huge

Kargo: Game Moderator job?

j0hnny: its a 3rd job
i checked

Kargo: is that dexless?

j0hnny: its full int

Kargo: damn