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

rangifer’s diary: pt. lx

Taxonomising odd jobs, pt. iii: Exploring the space of possible taxonomies. §2

In the previous section (§1) of this part (pt. iii), we mostly talked about a distinction between phenetics-based and cladistics-based approaches to taxonomy. This distinction is borrowed from biology, and nowadays serves a mostly historical purpose. However, the objects that we are dealing with here are not biological at all — in many ways, they are very much conceptual/virtual. This will tend to confound our quest for an odd-jobbed taxonomy, as reference to other taxonomies and taxonomical methods can only take us so far.

However, if we keep our phenetics-versus-cladistics approach in mind, it seems that any cladistic-esque method that we might use will be more strongly a matter of personal interpretation of the history of odd jobs. While we do, of course, have some written evidence that might allow us to reconstruct a (shoddy) history of odd jobs (see e.g. the archive on the Oddjobs website), much historical evidence is actually (somewhat ironically, considering that MapleStory is a game played over the internet, so you would think that there would be more written history left behind…) lost to the ages. This is perhaps to be expected, as playing odd jobs has obviously never been very popular, but it does mean that any historical reconstruction that could be used to inform a taxonomy of all odd jobs will need to fill in a lot of gaps. Furthermore, pseudo-cladistic methods will need to decide on how to flesh out “decendancy” — it’s obviously not enough to come up with a simplistic history of “which odd job came first?” and call it a day.

On the other hand, taking a phenetics-oriented approach invites the use of mathematical methods. The issue, of course, is that there are still a huge number of possible approaches, and in the end, we must use our own judgement to decide which one(s) to use, which ones are “better”, and so on.

In either case, however, we probably are looking to end up with a dendrogram representing our taxonomy. A dendrogram is a visual way of representing a tree, which is a graph-theoretical construct… This section will focus on a discussion of (just a small number of) mathematical constructs, like trees for example, that may turn out to be relevant for us.

Vectors

If you’ve taken a linear algebra course before, you are already somewhat familiar with what so-called vectors are. However, if your idea of vectors includes vectors always having constituent “elements”, or includes vectors always being finite-dimensional, then you should know that vectors are much more abstract than that — a vector is literally any object that is a member of any vector space. This is pretty abstract, and only includes the ability to add two vectors together, and to multiply a vector by something called a scalar (note that the scalar type need not be a “constituent” type of the vectors, although in same cases — e.g. vectors in ℝ3 — it is) — subject to some axiomata like e.g. the associativity of vector addition. An example of a vector space whose vectors behave much more abstractly than they do in, for example, 3, would be the function space between any domain & codomain that naturally impart a vector-space structure upon their corresponding function space.

The objects/points/members/elements/whatever that we are going to be dealing with in this part (pt. iii) are going to basically all be vectors. The reason for this is that, in order to allow us to mathematically reason about them, we need them to be members of a linear space; nonlinearity just won’t do! And maintaining the abstractness allows us to apply more general mathematical techniques to the stuff that we’re working with here, regardless of how we encode it.

For our purposes, you can just think of these vectors as being, uhm, things. Each odd job is a vector. (:

Metric spaces

All taxonomies must deal with and express, explicitly or implicitly, how “close together” or “far apart” their members are. There might be more than one notion of distance, but in any case, imposing a notion of distance onto any vector space generates a metric space — the notion of distance is called a metric. Indeed, imposing a metric onto any set is enough to produce a metric space (metric spaces, in general, are more within the realm of topology), but because we are dealing with linear spaces, all of our metric spaces are going to be vector spaces as well! Not any arbitrary function that looks like a metric because of its domain & codomain is actually a metric, though. Metrics have to satisfy the following properties (for any three elements of the metric space 𝐴, 𝐵, and 𝐶):

The last one is the most complicated, but you can think of the triangle inequality in terms of triangles. Because every triangle has exactly 3 corners, if you choose any 2 distinct corners on the same triangle, they are necessarily adjacent to one another (i.e. directly connected by a single edge of the triangle). If you want to travel from one corner of the triangle to another corner, the fastest (read: shortest distance) way to do that should be to go directly from one to the other via the edge that connects them. You could go via the third point of the triangle (thus traversing not 1, but 2 edges of the triangle), but that detour would just take longer (read: larger distance traveled). The only exception would be in the case of a degenerate triangle, in which case the distance traveled via the “detour” (not really a detour in this case because the path is the same anyways, but virtually a detour) would be the same as that of directly traveling. This possibility of a degenerate triangle is the reason why the last axiom uses the phrasing “less than or equal” instead of “less than”.

The reason why I bother to spell out the axiomata here is because they might become important later on.

Some metrics that we might consider making use of are as follows:

Whew. That’s too many metrics, if you ask me! Or maybe it’s not enough… After all, if one metric doesn’t work, just uhm… try another? That’s science!! :)

The metrics listed under “Genetic distances” are ones that are designed specifically for genetics. These metrics (because they are designed specifically for genetics) tend to have evolutionary mathematical models — e.g. the Wright–Fisher model — baked into them. For this reason, it’s somewhat unlikely that we will make use of any of these metrics; they are still listed here, in case they prove to be useful (who knows?).

Footnotes for “Metric spaces”

  1. [↑] This axiom (non-negativity) is technically redundant; you can derive it from the other three axiomata.
  2. [↑] We won’t be considering the squared Euclidean distance (viz. (𝑎𝑖 − 𝑏𝑖)2), mostly because it’s not a metric at all. Consider the triangle inequality 𝑑⁡(𝐴, 𝐵) ≤ 𝑑⁡(𝐴, 𝐶) + 𝑑⁡(𝐶, 𝐵) over ℝ1 where 𝐴 ≔ 0, 𝐵 ≔ 2, and 𝐶 ≔ 1.

Weighting

When aggregating together the properties of our objects into our vector representation of choice, we might want to apply weighting. Some properties are more important than others, and furthermore, some properties may have a naturally larger range than others. Ultimately, the weightings that we use will be arbitrary. However, it is possible to use mathematical methods to inform the way that properties are weighted.

In particular, any of a number of tf⋅idf variants might be useful. tf⋅idf is designed for textual documents, where the terms are generally words (or phrases) within the text. But, if we have a situation where there are some properties that might, or might not, be “present” in any given vector (lacking presence might be due to the property having some kind of null value, or some similarly trivial/“falsy” value, whenever the property doesn’t apply), we might:

Or not. Just spitballing here. I actually just made up “tf⋅idf” right now; that’s not a real thing. All of the references on the Wikipedia article just link to the Oddjobs website. Is anyone reading this? Are we alone in the universe? Is it possible for someone to hate me as much as I hate myself? uxFmhKx3EEJw34dG??

Ok, that’s enough for now

Ok, that’s enough for now. But, for better or worse, there’s still more mathematical gobbledygook to be touched upon! Wow! Cool!! :))

You hear a growl… an evil creature begins to appear

In the world of Vicloc, we have been wishing for a while now to slay the first truly big, bad boss of Victoria Island: Jr. Balrog. Jr. Rog may “only” have 50k HP, but being level 80, having 30 AVOID, and being capable of hitting for over 2.9k damage with a single magic attack makes Jr. Rog quite the opponent for Viclockers.

Thinks (OmokTeacher, Slime, Slimu), a Vicloc crossbowman, had already attempted soloing the beast by taking furtive shots and trying to simply avoid the beast’s attacks entirely. Unfortunately, as of yet, this had not panned out. But, because I was online at the time, we decided to give it a shot by using the tankiness of my dagger spearwoman d34r to manipulate the aggro of Jr. Rog…

You hear a growl… an evil creature begins to appear.

This proved to be rather difficult; the changes to the monster aggro system that were put into place some months ago make it very unlikely to produce any effect on monster aggro by “MISS”ing. And “MISS”ing was just about all I was good for… a masteryless Vicloc warrior fighting a monster with 30 AVOID and a 25-level advantage is just too difficult. Luckily, some of the “MISS”es do actually produce a change in aggro, which meant that we had some mechanism for taking on the beast:

Thinks & d34r vs. Jr. Rog

Now, this fight could neither be described as “quick” nor as “easy”, but we did prevail!! Hoo-rah for the first ever Vicloc Jr. Balrog kill!!!

First vicloc Jr. Rog kill

We decided to do some more of the channels… along the way, we got a Balrog Chair! :O

Here is Thinks, fighting with the chair on his back:

Thinks fighting rog with the rog chair

After roughly 3 hours(!) of Jr. Rog fighting (coincidentally, 3 hours is about the respawn time for Jr. Rog…), we managed to clear all 8 channels! But not without me shoving thousands(!) of Unagis into my face, and not without Thinks biting the dust quite a few times. By the end of it, I was 2⧸5 on Jr. Rog cards!:

Jr. Balrog card get!

W h e w …

Peepy cue

Folks… I am not the biggest fan of PPQ. If any PQ were actually just grinding in disguise, it would be peepy cue.

Nevertheless, I had done more PPQs than I previously thought possible, as my undead daggermit alces. At this point, I believe I have completed just over 90(!) PPQs on alces…

alces, 2sus4u, & Boymoder vs. Lord Pirate

Above, you can see me fighting Lord Pirate alongside F/P mage 2sus4u and fellow odd hermit, Boymoder (Taima, Tacgnol, Hanyou, Gambolpuddy, Numidium, Inugami) the STRmit. My aim was to “finish” PPQ and then only come back if someone wanted to PPQ with me and I was still in level range. By “finish”, I basically mean finishing all associated quests, and finishing the Lord Pirate card set. The new-and-improved LPHs are nice, but I already had a Zhelm anyways. After about 45(!) PPQs, though, I was still at 0⧸5 cards… I figured, sure, out of all of my characters, alces would be the one to consider the Lord Pirate card set most valuable. But it is just one card set, after all. It’s best if I simply give up on it (at least for now) and focus on just completing the associated quests, and then proceed to gtfo.

After 60 PPQs, I did attain the highest tier (IV) of LPH! In the past, I’ve only ever had the patience for the first tier, so this is a first for me…

LPHIV

Transcription of the above image

Wu Yang: You have defeated the Lord Pirate 60 times. As our way of saying thank you for saving us bellflowers, since you have defeated it 60 times, I’ll give you Lord Pirate’s Hat.

And I did a few PPQs with Boymoder’s DEX WK, Hanyou:

alces & Hanyou, PPQ stg. 2

I started PPQing with STRginner Permanovice (Battlesage, Dreamscapes, Hanger), along with some of his alliance members of the Kaleidoscope alliance, and they helped me to finish my Lord Pirate card set!! During one of the times that we did stage 5, Permanovice recounted an anecdote in which he failed stage 5 despite having two DKs and two priests. The key drops from the monsters in stage 5 are random, so it is entirely possible (albeit unlikely) that fewer than 4 keys have dropped by the time that the timer runs out, thus failing the PQ due to dumb luck alone. Unfortunately for us, it seemed that RNGsus heard Permanovice tell the anecdote, and thought that it would be funny to re-enact the tale…:

Last-second PPQ stage 5 clear

Transcription of the above image

alces: …knock on wood

Permanovice: hahaaha
PLEASE GOD NOT AGAIN

alces: T_T

Permanovice: this is a pisstake

mochitedi: we cant

Permanovice: drop the keys now i gues[s]

alces: yea

[system message]: The door to the Pirate Ship has closed.
You’ve been stunned, making you unable to move.
You’ve been stunned, making you unable to move.
The door to the Pirate Ship has closed.

Permanovice: D

[system message]: The door to the Pirate Ship has closed.

Permanovice: OMFG

[system message]: You’ve been stunned, making you unable to move.

alces: i cant

mochitedi: 1 HERE

Permanovice: ALL THE KEYS IN THE LAST SECOND

[system message]: The door to the Pirate Ship has closed.

Paulshungry [party chat]: oma
i didnt make it

Permanovice [party chat]: NOOOOOO

alces [party chat]: OMG
NOOO

Paulshungry: ripperonis

Permanovice: you will be remembered

alces: o7

R.I.P. Paulshungry, who died so that we could live.

IceGrinder, an I/L mage who helped carry many of our Kaleidoscope-oriented PPQ runs, was fond of the 4th key drop in stage 5 dropping directly onto a door. This would automatically close the door, which is convenient when we already have enough keys to close the other three doors ourselves. IceGrinder would thus ask for an “auto” every time:

let’s go auto

Transcription of the above image

IceGrinder: let’s go auto

alces: auto, auto, he’s our guy
if he cant do it
i will cry

IceGrinder: eyyy

alces: yeet

Thankfully, no crying occurred — both because I wasn’t actually going to cry (it just so happens that “cry” and “guy” rhyme), and because auto did it! Thanx Otto.

alces w/ Kaleidoscope @ PPQ

And I did finish all of the PPQ quests!:

PPQ quests

Transcription of the above image

Not shown here is the quest to kill one of each of the three types of Lord Pirate (normal, angy, enraged) — I had already turned that one in. I had to go back for the Lord Pirate’s Treasure one, as I forgot that you have to get a travel diary out of the chests in the PQ before you can even start the quest.

And with that, alces is officially finished with everything that PPQ has to offer! Although the EXP is really not so bad…

Firey feather

As it turns out, I had not one, but two quests on my Vicloc dagger spearwoman d34r that required a Flaming Feather: Manji’s Old Gladius, and “Luke the Security Man’s Wish to Travel”. Unfortunately, the only source of Flaming Feathers for Viclockers is Red Drakes… so, now that I was actually powerful enough to kill them reasonably efficiently, I headed to Dangerous Valley II to try to farm some Flaming Feathers of my own:

d34r @ Red Drakes

Transcription of the chatlog in the above image

[system message]: d34r — Lv.56 Spearman — Total EXP: 17,490 (1.79%)
EXP Per Hour: 262,320 — EXP Per Minute: 4,372

Red Drakes are more annoying than their weaker copper counterparts, but not just because of their superior level and stats:

Throwing daggers

Transcription of the above image

d34r: red drakes are a lot worse than copper drakes for me just because
they have magic attacks so they dont try to swarm around me
they stand back and shoot me like cowards
but i only have pointy stab stick

Thinks: better for me :P

d34r: yea haha
whats funny is, they drop throwing daggers
so maybe they [a]re tryna tell me smth

I was here grinding Red Drakes for quite a while; although their drop rate is not all that good (at least, not nearly as good as that of their coppery counterparts), I ended up with 9 of their cards (enough to get my Vicloc clericlet d33r to 4⧸5)…

5⧸5 Red Drake

And so, after 9 Red Drake cards, and 3(!) pairs of Arwen’s Glass Shoes farmed on this map, I finally got a feather… >w<

Flaming Feather get!

Yowza… I haven’t gone back since then. Eventually, when I do decide that I’m ready for “Luke the Security Man’s Wish to Travel” (which, mind you, requires three Taurospear ETCs!), I will have to come back here…

GM boofs on the island

I duoed TfoG with xXCrookXx to make good use of the GM buffs that we got… And let me tell ya, these boofz are ridiculously powerful:

GM buffs TfoG w/ xXCrookXx

Transcription of the chatlog in the above image

[system message]: d34r — Lv.61 Spearman — Total EXP: 59,842 (4.69%)
EXP Per Hour: 1,196,820 — EXP Per Minute: 19,947

d34r: clocked 1.2m eph
ez

y i k e s .

For comparison, here’s a screenshot from before that, when we were with Thinks, trioing TfoG:

Trio TfoG

Transcription of the above image

d34r: invite matt

Thinks: make me

d34r: ok

[system message]: ‘xXCrookXx’ has joined the party.

d34r: that was ez

xXCrookXx: ez leech

Thinks: 581k eph

d34r: noam secretly gets 625k solo

[system message]: d34r — Lv.57 Spearman — Total EXP: 18,855 (1.83%)
EXP Per Hour: 565,620 — EXP Per Minute: 9,427

Thinks: xD

We joked that Thinks was actually giving us leech, because of how powerful he is, although it seems the EXP split was actually about equal. x)

The hunt for YWG

When it comes to equipping my Vicloc clericlet d33r, the best glove that I can possibly get is a YWG. Furthermore, there are no glove scrolls in Vicloc that are really relevant to magelets (although scrolling for DEX is good, the additional AVOID is very slight), so just throwing on a clean pair of YWG would have d33r’s glove slot set for life.

The problem, of course, was not having a YWG at all. The only source of YWGs for Viclockers is from the “Protect Lucas’s Farm” quest, which meant making a new character so that I could complete the Maple Island quest in hopes of a YWG. Unfortunately, while the YWG is one of the six(!) colours of WG offered by the quest, the awarded colour is not determined by the player at all — it’s random. But I figured, heck, assuming that the reward is uniformly distributed (big assumption, but OK), it should only take me, on average, half a dozen tries to get the YWG that I want. So I set out to hunt down this YWG:

d33rYWGslut

Transcription of the above image

[system message]: ‘d33rYWGslut’ has joined the guild.

xXCrookXx: lmao

Along the way of my first trip to Amherst, I came across a bizarre clustering of monsters at The Field West of Amherst:

The Field West of Amherst

…Which I should have more quickly realised were just the result of a vac hacker — xXCrookXx had just been awarded vote NX not too much earlier, for reporting a similar hacker to the GMs. I suppose I was just thrown off by the bizarreness of the entire map being barren, save the bottom-right corner.

Unfortunately, my first run of “Protect Lucas’s Farm” yielded not a YWG, but rather a PWG. During the same session, I did four more runs (for a total of five), still yielding a total of zero YWGs. I decided to stop there, and limit myself to exactly 5 runs per day until I got the YWG that I wanted. I did three full days of runs (15 runs in total), and still had a total of zero YWGs to my name. At this point, it was looking pretty dire, considering that when sampling 15 times from a uniform distribution where 𝑛 ≔ 6, and resulting in just zero of the particular outcome that you wanted beforehand has an a priori probability of just ⅚15 ≈ 6.5%.

There doesn’t seem to be any reason to make the distribution very nonuniform — four of the six colours give +1 to a primary stat (STR, DEX, INT, LUK) anyways, so at least those 4 should be basically equivalent… That is, assuming that the colour selection is actually independent of other events! Maybe the quest reward inspects the stats of the player-character, in order to adjust the probabilities to match what might actually be useful for them. After all, this would be the only real way for the quest to thoughtfully tune its reward (other than the obvious strategy of just allowing the player to pick which colour they want), considering that anyone who completes this quest must still be a beginner (thus, class-based rewards don’t make sense). So, I tweaked my strategy from being pure STR, to adding enough INT that INT would be my highest stat by the time that I finished the quest. And then the rest would be STR. Here are my results:

dayresulttimebuild
1PWGSTR
1BWGSTR
1PWGSTR
1PWGSTR
1WWGSTR
2GWG7:32STR
2BWG7:26STR
2RWG7:40STR
2GWG6:54STR
2PWG7:20STR
3RWG6:53STR
3GWG7:29STR
3WWG6:30STR
3WWG6:43STR
3GWG6:47STR
4GWG7:48INT+STR
4PWG7:39INT+STR
4YWG7:34INT+STR

As you can see, I started timing my runs from day 2 onwards. The timing was done from the first time that my character actually has to move (i.e. the very beginning of the first training camp map), so that I can freely set up keybindings etc. before starting, and then stopped as the WG actually entered my inventory. As you can also see, my best time was 6 minutes & 30 seconds. It took 3 tries of the INT+STR build (18 tries overall) to get my YWG, finally!:

YWG get!

Just for fun, we can test this modest amount of data against an assumed totally-independent and uniform distribution of the colour of the WG reward (i.e. our null hypothesis). We’ll just look for the usual run-of-the-mill 𝑝-value threshold of 𝑝 < 0.05, because… who cares. The obvious choice of test is just Pearson’s χ2 test. We can calculate the test statistic (χ2) by summing up the values of the following formula for each colour of WG:

(𝑂 − 𝐸)2∕𝐸.

…Where 𝑂 is the number of observations of that colour, and 𝐸 is the expected number of observations of that colour, assuming that our null hypothesis is true.

Performing the calculations with our data, we obtain χ2 = 4.666… But, we also need to know how many degrees of freedom (ν) we have — the English Wikipedia article on Pearson’s χ2 test has this to say:

For a test of goodness-of-fit, df = Cats − Parms, where Cats is the number of observation categories recognized by the model, and Parms is the number of parameters in the model adjusted to make the model best fit the observations: The number of categories reduced by the number of fitted parameters in the distribution.

In our case, it’s obvious that Cats = 6. Parms is a little trickier, but because our model is just a uniform categorical distribution, there is actually just one parameter: the established number of categories/colours (𝑛 = 6). So we should get ν = Cats − Parms = 6 − 1 = 5.

The same Wikipedia article conveniently provides us with a table of upper-tail critical values of the χ2 distribution. For ν = 5 and 𝑝 = 0.05 (or 0.95, whatever), the critical value is χ2 ≈ 11.070. Our χ2 value (4.666…) is considerably less than that, so we’re definitely not rejecting the null here. That much should be obvious, but in case someone wants to “well, actually…” me and say that χ2 tests like Pearson’s are horribly underpowered, you should know that performing a 𝐺-test on the same data gets us 𝐺 ≈ 4.776. Wow, so powerful. Cool. :)

I didn’t start saving them until after a number of runs, so I didn’t save that many, but I did save some of the WGs that I got (in addition to the wonderful YWG, of course):

WGs

And I even “boomed” one of the RWGs with a GFA10 already! Wow. Cool. :)

Jay queues

Any avid reader of this diary already knows just how much I love JQs. Here I am, in the middle of several giant and violently-swinging axes, enjoying my stay at the third and final Sleepywood JQ:

d34r @ Sleepy JQ #3

Wow. Cool. I sure do love being assailed by a multitude of oversized & terrifying blades! :)

After becoming one with the blade myself — by which, I do of course mean repeatedly running haphazardly through the blades whilst desperately hoping that I don’t get knocked off — I did emerge victorious after not too long:

a pile of white flowers

And I was rewarded with a very stronk pair of earrings!

Because one JQ was just not enough for me, I hopped onto d33r to have a go at the third Kerning City JQ:

d33r @ Kerning City JQ #3

Thankfully, no oversized blades hurtling towards my face at breakneck speeds this time. Just a bunch of overpowered lasers and some casual electrostatic discharges! Great fun.

But never fear — I passed a physics class once (I think). So I was quite adept at running headfirst through the industrial-cutting-strength lasers and the unexplained squirty-lightning phenomena so that I could retrieve yet another of Shumi’s misplaced lumps of cash, which seem to always be stuck behind some bizarre and lethal industrial obstacle course!:

Treasure Chest

And for that, my just reward: a shoe SPEED 60%! Wow. Cool. :)

The marriage of kookietann & Battlesage

I was invited to the wedding of kookietann (kookiechan) and F/P gish Battlesage (Permanovice, Dreamscapes), and attended alongside other members of Suboptimal and of Kaleidoscope!

Here’s a screenshot that I took from inside of the cathedral, for the actual marriage event itself… Well, actually, this was just the first attempt. For some unknown reason, the game kicked all of us out of the cathedral before the marriage could be completed, so we had to get everyone back together to try again:

Inside cathedral

My presence here is a little difficult to spot; I’m on the far right of the middle row, with my visage obscured by bloobloo’s nametag & guild tag. I made sure to buy a Bridesmaid’s Dress so that I would have appropriate attire for the main event…

The second attempt did the trick — here we are at the photo stage:

Wedding photo

And this was a premium wedding, so we all got to open Onyx Chests for our own goodies. Personally, I got a delectable 100 Watermelons!

Cardz

At some point, I’m going to want ≥60 completed card sets on d34r, so I figured that I may as well get started on the ones with timers that I haven’t already completed. So I hit up the lair of the elusive Shade:

Shade card get!

Boom. 5⧸5. Easy!!

I hit up the lair of everyone’s favourite undead mushroom mother as well. You may remember my encounter with ZMM from pt. lviii of this diary; well, now d34r is a whole lot stronger, and can take on this resurrected fungal matriarch single-handedly!!:

Zombie Mushmom card get!

5⧸5!!!! E A S Y .

Speaking of bosses that I never used to be capable of fighting, I tried fighting Dyle for the first time:

d34r vs. Dyle

And with not too much trouble:

Dyle card get!

5⧸5. EZ PZ!!!!!

Tablecloth ghosts

As readers of this diary will know, I have been trying to empower my Vicloc clericlet to be, uhm, more useful, I guess… With help from Vicloc gunslinger Clinks (cobbages, Daggington), who donated 2 300(!) Cursed Dolls to me as they were training at Monke Forest II, I was able to complete the Rowen the Fairy and the Cursed Dolls questline on d33r (I had already completed it myself on d34r)!

I also completed some other quests — as seen in the “Jay queues” section above, I completed the level 40 Kerning City JQ (“Shumi’s Lost Sack of Money”) for a lil EXP boost. But in order to get to that point, I had to get to level 40! Completing the 2 300 Cursed Doll questline helped heaps, but I still needed to go further to hit the level 40 milestone that would unlock a few more quests (including the JQ), as well as a new weapon: the Yellow Umbrella!

Speaking of the Yellow Umbrella, in the previous diary entry I talked about grinding my ass off to get one for myself. Underwhelmingly, although I did get one(!), it was rather below average. The WATK was good (53 is better than the average of 52), but the part that actually matters to me, the MATK, was quite below average (49 < 52)… Luckily for me, xXCrookXx (Level1Crook, Lv1Crook) found another one while card-hunting at Florina Beach!! And this one was a considerable improvement, with a whopping 53 MATK!!

Umbrella upgrade

Transcription of the above image

[trade window with xXCrookXx and d33r exchanging one Yellow Umbrella each]

d33r: omg
it’s beautiful :')
tradejya

xXCrookXx: lol

YAY!!! Now I was really motivated to get that level 40…

On my way to level 40, I wanted to do the “Icarus and the Balloon” quest, which was the last quest that I had remaining before I had no choice but to grind. As shown in the previous entry, I partied with xXCrookXx to make the Alligator Skin Pouch collecting a little easier, and then collected the rest by myself. Then, I wanted to get the Tablecloths myself from smol tablecloth ghosties by Healing them to death:

d33r tries Jr. Wraiths for the first time

Transcription of the chatlog in the above image

[system message]: d33r — Lv.38 Cleric — Total EXP: 5,460 (2.27%)
EXP Per Hour: 109,200 — EXP Per Minute: 1,820

Not exactly impressive damage numbers, but it did the trick!:

Icarus and the Balloon

Transcription of the above image

[system message]: You have gained experience (+33000)
You have lost items (100 Tablecloth)
You have lost items (10 Alligator Skin Pouch)

d33r: big yeet for being able to finish this quest myself x)

Now that Jr. Wraiths are d33r’s main spot, I have gotten 5⧸5 of their cards. Also, in contrast to the usual situation of d34r giving her excess cards to d33r, I have given the excess Jr. Wraith cards to d34r until she got 5⧸5 as well!:

Jr. Wraith card get!

And after a healthy bit of grinding, I did it. Level 40!!:

d33r wields the ’brella

So str0nk!!!:

d33r level 40 EPM test

Transcription of the above image

[system message]: d33r — Lv.40 Cleric — Total EXP: 17,640 (6%)
EXP Per Hour: 264,600 — EXP Per Minute: 4,410

d33r: holy moly 265k eph
w h e w

The serpents and arrows of outrageous fortune: The Serpent’s Coil

By the time that my Vicloc dagger spearwoman d34r had finished much of the quests that I wanted to do (and was capable of doing at the time), she was level 59 and nearing in on level 60! But I was still without a level 60 weapon… My only choice here is, of course, the Serpent’s Coil — the level 60 warrior-thief dagger. For Viclockers, this dagger is only available from a single source: Officer Skeletons.

d34r vs. Officer Skeletons

Transcription of the chatlog in the above image

[system message]: d33r — Lv.59 Spearman — Total EXP: 16,640 (1.45%)
EXP Per Hour: 332,760 — EXP Per Minute: 5,546

And I grinded my way to level 60, without a Serpent’s Coil in sight:

d34r hits level 60!!

I accumulated nearly two dozen Officer Skeleton cards before getting my first Serpent’s Coil, which is saying something, considering that their card drop rate is not all that impressive (not to mention the roughly one dozen Skeleton Soldier cards):

Officer Skeleton card get!

Skeleton Soldier card get!

Along the way, because I had just hit level 60, I wanted to do the “Notice from the Excavation Team” quest. This quest already overlapped pretty heavily with what I was doing anyways (viz. degen grinding at Camp 3), but there was one part that didn’t overlap: hunting Commander Skeletons. Unfortunately for me, Commander Skeletons are actually some of the most powerful monsters in Vicloc: level 73, 32 AVOID, 15.3k HP, 330 WDEF, 300 MATK, and a nasty poison cloud that deals 200 damage per tick whilst ignoring iframes

d34r “MISS”ing a Commander Skeleton

Ooof. I killed 4 of them on my own, but it honestly was so difficult that it seemed like a waste of time and money. So for now, I gave up on the quest.

Later, I was joined by fellow Suboptimal members 2sus4u and xXCrookXx:

2sus4u, d34r, & xXCrookXx @ Officer Skeles

And with their help, I was able to complete “Notice from the Excavation Team” in a shorter time, and while only spending a smol fortune’s worth of HP potions! To be honest, I was a little underwhelmed by the reward that it gave, considering how difficult the quest is for its level… at level 60, it gave me slightly over 6% EXP and a useless 10% scroll… >w<

Thx Shawn.

Transcription of the above image

Shawn: You must have seen the notice board. Show me the evidence. Hmm… this seems legit. I’ll keep these bones for future research. Thank you for helping the Excavation Team out. Here’s the reward like I promised.

SELECT ITEM:

But that’s OK; I’m glad to have completed it!!

And then, finally, after countless hours of degen grinding at Camp 3, I found the fabled dagger… my first Serpent’s Coil:

Serpent’s Coil

Transcription of the above image

Serpent’s Coil

  • Req lev: 60
  • Req STR: 50
  • Req DEX: 100
  • Req class: warrior OR thief
  • Category: dagger
  • Attack speed: fast [4]
  • Weapon attack: 70
  • Number of upgrades available: 7

Wow. Cool. :)) For those following along at home, 70 WATK is the minimum possible WATK. This thing was so bad, in fact, that the only way to make it materially better than my current weapon (a Sai that is, frankly, fairly average) was to pass a 10% on the first slot. So that is exactly what I set out to do:

First coil boom

Transcription of the above image

Sabitrama: oh, I have 10% dagger
any of you want?

d34r: ill fail that on this coil

xXCrookXx: deer you know what you must do
DO IT

d34r: i mean theres
no other way for the coil to be useful

[system message]: The scroll lights up, but the item winds up as if nothing happened.

d34r: fail

2sus4u: :'(

Sabitrama: sad

d34r: not it is truly garbage
now it is*
and i can npc it
and cry

I hate coils.

Transcription of the above image

Are you sure you want to sell it?

🆗

Serpent’s Coil
250,000 mesos

Fantastic. So, rather than let RNGsus win in its months-long battle to destroy my spirit, I continued in my soul-crushing degen grinding at Camp 3.

Eventually, lo and behold: I found another coil. This time, it was better, right? After all, 70 WATK is the worst possible outcome — any other random clean Serpent’s Coil has a 10∕11 ≈ 90.91% chance of being strictly better. Nope. Another 70 WATK coil!!!!!!!!! AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA ahem[1]

And if you thought my soul was finally crushed to smithereens by that point, oh no no no. I kept going. After even more depressing degen grinding at Camp 3, I did eventually find another coil. And this one was better! Only 2 WATK below average this time: 73 WATK. K—kind of underwhelming, but, uhm, better than getting another 70 WATK one?

Kfan vs. Kfan

xXCrookXx and I are both so traumatised by the Serpent’s Coil grind that we have reverted to using Kfans.

Uh… coil…

Transcription of the above image

Serpent’s Coil (+7)

  • Req lev: 60
  • Req STR: 50
  • Req DEX: 100
  • Req class: warrior OR thief
  • Category: dagger
  • Attack speed: fast [4]
  • Weapon attack: 80
  • Number of upgrades available: 0

Yeah, I 100%ed it. Frankly, 60%s are just not abundant enough for me to justify using them on this thing — nevermind the very, very real chance that I have shite luck with any 60%s/10%s that I use. For now, this is at least good enough to be my main dagger when I don’t need the 3 LUK (read: 1.5 WACC) that my Sai provides.

Footnotes for “The serpents and arrows of outrageous fortune: The Serpent’s Coil”

  1. [↑] pls help.