roxya

Results 8 comments of roxya

I repeatedly answered the vendor prompt with CTRL+Q and couldn't reproduce the issue at all. Do you see the extra character(s) in the chat box before you press enter?

I made a video showing the different effects in the standard client. https://user-images.githubusercontent.com/7057924/153634437-658a967f-af4f-4dd3-b4fd-90da1a601112.mp4 The packet from ServUO: ```c# public ScreenEffect(ScreenEffectType type): base(0x70, 28) { m_Stream.Write((byte)0x04); m_Stream.Fill(8); m_Stream.Write((short)type); m_Stream.Fill(16); } public...

Is this not the same behaviour as the standard client?

The healthbar getting "stuck" with the Razor name is a bug with ServUO range checks. I posted a report on their GitHub. During testing, I noticed that if the standard...

If you want something merged, you need to target the dev branch. Though I honestly don't think it's for CUO to prioritise different types of loot, nor make a decision...

I think there are too many options. Not sure why there should be special settings for gold, stackables, or different types of corpses. I'd say "own corpse" is going too...

It seems that since the world is no longer drawn to a render target, we're writing the lights target before the world is drawn. This means the lights data is...

Not the correct place to do the change but anyway, how would it be useful? What would use it?