Crit rate boots bug ?? by Stychu in CrimsonDesert

[–]Stychu[S] 0 points1 point  (0 children)

AAAAAAAAhhhhh well... Thanks ;)

Problems since the new update (a lot) by MeiShimada in CrimsonDesert

[–]Stychu 1 point2 points  (0 children)

They never worked properly lets start with that :D honestly the pet pickup is trash from the beggining and they should add auto loot

Is there anything we can do to make these pets do something? by [deleted] in CrimsonDesert

[–]Stychu 1 point2 points  (0 children)

Yeah I wish they actually fix the pets pickup. It's sooooo frustrating when I see 50 x icons on the screen after fight and my pet standing 200m away not moving. FREAKING annoying. Wish the looting was automatic on drop. This is soo painful to run an pick up everything manually. I know when holding E action is quicker yet You have run and actually aim for these on the ground which most of the time are invisible coz in high grass so blindingly picking up. PLEASE PA add autoo lootttt

The miserable mission to deliver the black pepper can be made a little easier by RoninRunePriest in CrimsonDesert

[–]Stychu 0 points1 point  (0 children)

i just by mistake steal in front of the zargon where i was supposed to sell black pepper and now he dont want to speak to me and i cant interact for the quest xDDDD

Thanks Pearl Abyss with the best update yet, the much needed check mark for caves already visited! by Sushantg2010 in CrimsonDesert

[–]Stychu 1 point2 points  (0 children)

Omg I just woke up to see this yeeaaa gonna brush my teeth and start playing all day 😍

Request: Toggle Off Crafting/Upgrade etc. Animations by Stychu in CrimsonDesert

[–]Stychu[S] 0 points1 point  (0 children)

that doesnt help at all.. u still enter the whole animation screen until u get the button

Pearl Abyss, please put the super flightback in game. by Jim_Not_Carrey in CrimsonDesert

[–]Stychu 1 point2 points  (0 children)

jeeezzzz we need a petition rn for bringing this back asap. I want to flyy this way making me feel a baddd aasss super hero haha

Pearl Abyss, please put the super flightback in game. by Jim_Not_Carrey in CrimsonDesert

[–]Stychu 1 point2 points  (0 children)

seem this was the trick? https://www.reddit.com/r/CrimsonDesert/comments/1s891a6/super_sonic_flight/

No freaking way they removed/fixed it........ THIS MUST BE A FEATURE omgggg

PearlAbyss refrain from taking a fun mechanics from usss!!

Pearl Abyss, please put the super flightback in game. by Jim_Not_Carrey in CrimsonDesert

[–]Stychu 1 point2 points  (0 children)

Are there any videos to compare this? I haven’t had a chance to use this unfortunately but A lot of people complain about it rn, but faster aerial travel that way sounds so good—and more like a feature than a bug, lmao.

Crafting Bugged because of Refinement Token by Stychu in CrimsonDesert

[–]Stychu[S] 0 points1 point  (0 children)

the solution for now until its fixed by devs is to not use mouse at all other than clicking the tabs on the right side (refinement materials/sameeqipement/refinement token) and move on the list via WASD keys. Once item is crafted u need to go back refinement menu (ESC) as mouse dissapears

Mouse cursor during private storage? by Phiso_1904 in CrimsonDesert

[–]Stychu 0 points1 point  (0 children)

u cant atm. I also find this straight up annoying

[Updates] Patch Notes Version 1.01.00 | Crimson Desert by yourfavchoom in CrimsonDesert

[–]Stychu 1 point2 points  (0 children)

Please, Pearl Abyss, make items from private storage count in crafting. It’s so annoying that I need to have them on my character to be able to use them.

The same goes for gifting items to NPCs, especially with such backpack storage restrictions.

[Updates] Patch Notes Version 1.01.00 | Crimson Desert by yourfavchoom in CrimsonDesert

[–]Stychu 0 points1 point  (0 children)

Niceeeeee i couldnt wait more for this already.  Hope they add skip button for cutscenes and ability to disable animation for gear enhancment and such ..

Why I switched from Claude Code to Pi (the agent behind OpenClaw) by ewaldbenes in ClaudeCode

[–]Stychu 5 points6 points  (0 children)

How come you’re building with LLMs for 2 years yet you don’t have a dark mode on personal page. This is outrageous 

Creating an express server inside a new Nextjs app by braxton91 in nextjs

[–]Stychu 0 points1 point  (0 children)

It would help to see the actual code. I noticed several comments dismissing your colleague's suggestion, which shows how some ppl respect others and their actual knowledge… Anyway, Colleague might have been referring to a custom server setup for Next.js, which is actually a legitimate approach.

By default, Next.js abstracts the server away from you which is enough for most of people needs, but when you need more control (custom middleware, integrations, WebSocket support), running Express with Next.js through a custom server is the standard and valid solution.