gaechti
gaechti
whats the client version? from what I get: if client version is lower 7.0.13 it reads from citytext.enu file, is that file present? https://github.com/ClassicUO/ClassicUO/blob/e41559baf7fd61476e5803ee900516779a12474f/src/Game/Scenes/LoginScene.cs#L746 I tested with 7.0.8.3 and it...
> One additional helper for ctrl+shift that would help in houses.... > > is it possible to have a filter or option added to exclude lockdown and secured items? >...
dunno, imho this looks awsome like this
you need to point your PRs to dev branch, not master branch
> Karasho fixed it for you :) 
maybe there is an easyer way, but this worked for me: 1: git clone --recursive https://github.com/ClassicUO/ClassicUO.git 2: cd ClassicUO 3: git checkout dev 4: git submodule update --init --recursive --force...
> > 5: cd external/FNA > > 6: edit .gitmodules file with editor (in external/FNA) and replace git: with https: > > 7: git submodule sync > > 8: git...
its "intended" broken, somewhat.. https://github.com/ClassicUO/ClassicUO/blob/main/src/ClassicUO.Assets/ArtLoader.cs#L453
if you set ignorestaminacheck: true, in your settings.json it should work, its not in the gui the client checks your stamina if you run into a mobile and if not...
yeh, it should already be there just "false", set it to "true" and restart client