ALClient
ALClient copied to clipboard
A node client for interacting with Adventure Land - The Code MMORPG
For starters, for my code, deleting the entities with that ID from the database would solve a few of my issues
In-game the code calls `cruise` 300 times quickly to force a disconnect. This is sometimes useful, it should be added in ALClient, too.
Now that servers can be spun up, it would be nice to override the URL.
MongoBulkWriteError: E11000 duplicate key error collection: ..._alclient.entities index: serverRegion_1_serverIdentifier_1_name_1_type_1 dup key: { serverRegion: "US", serverIdentifier: "III", name: null, type: "mrpumpkin" } This happens to `mrpumpkin` & `mrgreen`, in both cases...
Currently; the "best" option for logging packages looks like [Winston](https://github.com/winstonjs/winston) as we can customize nearly everything about it fairly easily. At the moment though, my only hiccup is: how do...
Right now I create a new bot and discard the old bot, but there *should* be a way to fix it so that we can just recreate the socket and...
- returnLowestQuantity - returnHighestQuantity And somehow, for `Character.locateItems()`, a way to return items of a specific slot type. It's a bit tricky for weapons since we have to figure out...
Could be useful in a variety of situations.
Aria has interesting code that gets new items without paying 1 million gold. https://discord.com/channels/238332476743745536/1001563308882669680/1001572124214960188
 Snyk has created this PR to upgrade axios from 1.7.2 to 1.7.3. :information_source: Keep your dependencies up-to-date. This makes it easier to fix existing vulnerabilities and to more quickly...