Replies

May 4, 2019 6 years ago
The cards were stacked against
iara
User Avatar
SCP Foundation

Are the flowers available during the survival month, or are they permanently retired? I want the achievement, but I can wait if there's a way to get them for free/cheaper later down the road.

May 4, 2019 6 years ago
Laurey
is a flower child
User Avatar

Are you talking about the achievement for leaving flowers at the Survival memorial? If so then yeah, the flowers come back every year during Survival, but you could also buy some from user shops if you're able to find them for cheap or cheap enough that you wouldn't mind paying for them.

Or you could just wait until next February when the flowers are available again in the Seedlings shop or floating around the site.

May 4, 2019 6 years ago
The cards were stacked against
iara
User Avatar
SCP Foundation

Oh so they float around the site? Neato. I might wait for them to come back then. I know the achievement is always available, but the flowers arent

May 4, 2019 6 years ago
Laurey
is a flower child
User Avatar

Yeah, some events have items associated with them that you can find showing up on pages randomly, and if you click on it you get the item. Vesnali is another of those holidays, and it should probably be starting in another week or so, so you can get ready to look for some more floating flowers during that (the Vesnali flowers are different though, and can't be used to get the Survival achievement).

The Survival flowers are also sold in Seedlings during the holiday, but as you said they're not available right now. If you still need a bunch for the achievement, it would probably be better to wait until next year. Sometimes it even takes a few years to collect enough for the achievement, unless you're willing to spend a bit more to buy some from user shops.

May 4, 2019 6 years ago
Elementary, my dear
Written
User Avatar

For future floaty things, I'd highly recommend adding this code to your Custom CSS:

* {box-sizing:border-box;} .floating_item {display:block!important;position:fixed!important;top:100px!important;left:500px!important;right:auto!important;bottom:auto!important;box-shadow:0 0 6px ;opacity:1.0; border:12px solid gold;} .floating_item:hover{opacity:1.0;} .floating_item center {display:block!important;}

You put it in the text box here and it will anchor any floating item that shows up in one spot on the page, highlighted in yellow so it'd be impossible to miss.

It only doesn't work on pet profiles, since Custom CSS doesn't work on those. :)

It's not my coding, but I've had it for some time, and I find it very useful for events!

The past is written, but the future is left for us to write. ~ Picard

May 4, 2019 6 years ago
The cards were stacked against
iara
User Avatar
SCP Foundation

Woow, thanks for that! I was actually gonna make a thread asking for useful CSS codes like that!

May 4, 2019 6 years ago
Elementary, my dear
Written
User Avatar

If you're interested in more, I'd recommend subscribing to # css - when people come up with other codes, they share them to that ping. Most recently someone shared a way to show both event and dashboard sidebars at the same time. (Actually, I say "people" but I think it's mostly .)

Useful Custom CSS Builder

The past is written, but the future is left for us to write. ~ Picard

Please log in to reply to this topic.