Search found 156 matches

by Itesh
Tue Apr 19, 2022 12:39 pm
Forum: Player's Lounge
Topic: Are players leaving?
Replies: 243
Views: 120130

Re: Are players leaving?

Kryyg wrote: Something about bloodies.


Sorry, I'm using my phone and it's a pain to work with huge chunks of text.

We haven't changed anything about how tracks work - we don't have the file to work on tracks in any form (except, weirdly, doling out autotrack like candy).
by Itesh
Tue Apr 19, 2022 4:26 am
Forum: Player's Lounge
Topic: Are players leaving?
Replies: 243
Views: 120130

Re: Are players leaving?

Reyne wrote: A stretch goal would be coding updates to implement stuff like poses or similar RP quality-of-life things.
Already doing this and have it in testing, btw.
by Itesh
Sat Feb 19, 2022 3:37 pm
Forum: Player's Lounge
Topic: Itsy's Janky Code Blog
Replies: 47
Views: 13070

Re: Itsy's Janky Code Blog

Today took another brief sidestep and copied the imm command that lists all weapons and remade it so it lists all armor, which seemed useful. Issues: 1. a printf statement with like 8 arguments is inherent shitty to read and modify 2. had to do some bracketing and explicit casts to short to make DB ...
by Itesh
Sat Feb 19, 2022 3:34 pm
Forum: Player's Lounge
Topic: Itsy's Janky Code Blog
Replies: 47
Views: 13070

Re: Itsy's Janky Code Blog

Mathemagician and heretic!
by Itesh
Fri Feb 18, 2022 7:30 pm
Forum: Player's Lounge
Topic: Itsy's Janky Code Blog
Replies: 47
Views: 13070

Re: Itsy's Janky Code Blog

Taking a slight diversion sideways today, we were discussing the idea of armors having resistances and vulnerabilities. I knocked this together in python to quickly simulate some hits and how the resistances would affect survivability. It's not very efficient and I more or less forgot to include abs...
by Itesh
Wed Feb 16, 2022 9:28 am
Forum: Art of War
Topic: Way of Zarth
Replies: 4
Views: 1303

Re: Way of Zarth

Damnit I came here for koans.
by Itesh
Sat Feb 05, 2022 6:01 am
Forum: Player's Lounge
Topic: What are your wotmud goals?
Replies: 36
Views: 16082

Re: What are your wotmud goals?

Coded crafting system.
by Itesh
Sun Jan 23, 2022 5:39 pm
Forum: Player's Lounge
Topic: Itsy's Janky Code Blog
Replies: 47
Views: 13070

Re: Itsy's Janky Code Blog

Tonight I head back onwards with the warrant command. Round 1 was mostly sanity checks and assembling a syslog string, round 2 involved some support functions to link the justice 'area' (e.g. Tear) to the actual clan (e.g. Defenders of the Stone) - because astonishingly (lol) that is not an actual i...
by Itesh
Sun Jan 23, 2022 7:09 am
Forum: Player's Lounge
Topic: Zone sense
Replies: 22
Views: 6714

Re: Zone sense

There's more than one type of zone sense (there's like, five), and most still work exclusively on DS. The rank 8 flaggable zone sense about which the complaint was initiallyadenin this thread will, as Ely said, likely not persist.
by Itesh
Sat Jan 22, 2022 2:22 am
Forum: Player's Lounge
Topic: Itsy's Janky Code Blog
Replies: 47
Views: 13070

Re: Itsy's Janky Code Blog

In another stolen moment this morning, and largely sous bebé , as the French categorically do not say, reviewed ("reviewed" lol) and approved eight out of nine of Aureus's most recent fixes. The ninth, which I'm certain is also correct, I need to spend more time on with a screen larger than a phone ...