• Joined on 2021-04-07
whosit commented on issue your-land/bugtracker#6490 2024-03-15 01:10:33 +00:00
"jailed" should not be a privilege.

Privilege of movement - moving around Privilege of speech - chat Privilege of religion - church portal Privilege of association - party system Privilege of expression - emote mod? Privilege…

whosit commented on issue your-land/bugtracker#6488 2024-03-15 00:25:11 +00:00
rewired_X reports: could the little die icon that ...

added here: 22a8cc200b

whosit pushed to master at whosit/yl_dice 2024-03-15 00:24:19 +00:00
22a8cc200b color particles with die color
whosit commented on issue your-land/bugtracker#6489 2024-03-15 00:03:43 +00:00
rewired_X reports: the purple dice looks ... *pin ...
    inventory_image = "yl_dice_3.png",
    wield_image = "yl_dice_3.png",
    palette = "yl_dice_6_palette.png",

I don't do anything beyond this, so this is a difference in how…

whosit commented on issue your-land/bugtracker#6468 2024-03-14 22:42:38 +00:00
Azelf reports: Strange mimic spawn location ...

I've seen them pretty often deep inside open areas that were protected long ago... So that pretty much leaves only "wandering in" or spawning...

whosit commented on issue your-land/bugtracker#6479 2024-03-14 18:03:16 +00:00
Update NPCs

Problem being, no "stable" releases?

whosit opened issue your-land/bugtracker#6478 2024-03-14 16:06:27 +00:00
yl_speak_up: crash when editing quest steps
whosit commented on issue your-land/bugtracker#6475 2024-03-14 14:59:02 +00:00
Maybe add a mechanic in mimics that allow them to "infest" a block?

We'd have to add additional checks for each block dug, or make fake blocks that resemble real ones... Even if we did want this, I see no good way of doing it.

whosit commented on issue your-land/bugtracker#6471 2024-03-14 14:01:15 +00:00
1.1.124

Should we switch ingots back to upstream? They have a 64-ingot stack which we don't have yet.

AFAIK this is intentional to save node IDs?

whosit commented on issue your-land/bugtracker#6473 2024-03-14 13:56:34 +00:00
Jammy reports: i lost a diamond spear when i ...

Can admin refund the spear?

I sent you one crafted from my own player resources, because it's not expensive... This is not an official refund X)

whosit commented on issue your-land/bugtracker#3849 2024-03-14 10:46:35 +00:00
rheo reports: i feel like i fall through the ...

flux wrote in 5929:

i've known about this for ages but never bothered to report it. something about the collision box is wonky.

XD

whosit commented on issue your-land/bugtracker#3849 2024-03-14 10:42:51 +00:00
rheo reports: i feel like i fall through the ...

technically this predates your-land/bugtracker#5929 but that one progressed more 💁 closing as dupe.

whosit closed issue your-land/bugtracker#3849 2024-03-14 10:42:51 +00:00
rheo reports: i feel like i fall through the ...
whosit closed issue your-land/bugtracker#6474 2024-03-14 10:41:10 +00:00
Jammy reports: if you stand on a door the vie ...
whosit commented on issue your-land/bugtracker#6474 2024-03-14 10:41:09 +00:00
Jammy reports: if you stand on a door the vie ...

Duplicate here: your-land/bugtracker#5491 seems to be related to (see discussion): your-land/bugtracker#5929

whosit commented on issue your-land/bugtracker#5565 2024-03-14 10:31:49 +00:00
Is this even MEANT to be possible? (Question)

I found this exact spot 3535,129,635 but could not reproduce it on 5.7.0 or 5.8.0.

whosit closed issue your-land/bugtracker#6473 2024-03-14 09:29:40 +00:00
Jammy reports: i lost a diamond spear when i ...
whosit commented on issue your-land/bugtracker#6473 2024-03-14 09:29:39 +00:00
Jammy reports: i lost a diamond spear when i ...

Current spears mod is known to have bad collision detection: your-land/bugtracker#186

Spears will behave better when ported to flux's ballistics api.

whosit commented on issue your-land/bugtracker#5323 2024-03-14 09:25:37 +00:00
Add a way to block certain words per player

image We will need something like this to handle all of our needs X) (I mean general "graph" for routing/processing messages...)

whosit commented on issue your-land/bugtracker#826 2024-03-14 08:31:11 +00:00
Arabella reports: a bug or a minor 'inconvenienc ...

I would do it like this:

local x,y,z = param:match("^%s*(-?%d+)%s*,%s*(-?%d+)%s*,%s*(-?%d+)%s*$")
if not x then
  x,y,z = param:match("^%s*(-?%d+)%s*(-?%d+)%s*(-?%d+)%s*$")
end

Al…