Forum in READ ONLY mode! All questions and discussions on Discord official server, invite link: https://discord.gg/VxsGzJ7

Status: Path incorrect

Ask for help
Post Reply
Lonny
Posts: 9
Joined: 24.11.2012 23:51
Contact:

Status: Path incorrect

Post by Lonny »

Hello,

I'm facing the error "Status: Path incorrect" after a update of some files from the server that i play...
They changed a little the map and I notice that they changed the below files:
  • statics0.mul
  • map0.mul
  • staidx0.mul
Because that error I can't run some of my scripts as the Stealth says:
"UO-Files path incorrect, some functions disabled (char moving, map, clicocs etc.)"

Stealth makes validation on these files?
User avatar
Vizit0r
Developer
Developer
Posts: 3958
Joined: 24.03.2005 17:05
Contact:

Re: Status: Path incorrect

Post by Vizit0r »

yes.
tell me version of your stealth, and i'll tell you list of checked files.
"Пишите код так, как будто сопровождать его будет склонный к насилию психопат, который знает, где вы живете". (с) Макконнелл, "Совершенный код".
Lonny
Posts: 9
Joined: 24.11.2012 23:51
Contact:

Re: Status: Path incorrect

Post by Lonny »

v6.7.1
User avatar
Vizit0r
Developer
Developer
Posts: 3958
Joined: 24.03.2005 17:05
Contact:

Re: Status: Path incorrect

Post by Vizit0r »

(FileExists(FilesPath + '\multi.idx')
or FileExists(FilesPath + '\map0LegacyMUL.uop'))
and FileExists(FilesPath + '\staidx0.mul')
and FileExists(FilesPath + '\statics0.mul');
OR
FileExists(FilesPath + '\facet0.uop');

FileExists(FilesPath + '\hues.mul') ;
OR
FileExists(FilesPath + '\hues.uop');


FileExists(FilesPath + '\tiledata.mul') ;
OR
FileExists(FilesPath + '\tileart.uop')
and FileExists(FilesPath + '\LegacyTerrain.uop');


FileExists(FilesPath + '\Speech.mul') ;
OR
FileExists(FilesPath + '\MainMisc.uop');
"Пишите код так, как будто сопровождать его будет склонный к насилию психопат, который знает, где вы живете". (с) Макконнелл, "Совершенный код".
Lonny
Posts: 9
Joined: 24.11.2012 23:51
Contact:

Re: Status: Path incorrect

Post by Lonny »

Speech.mul was the problem,
we never used that on this server (pol + uoml), so I created an empty file and it worked, maybe some function will be broken for me, its not a big deal right now..

thanks for your time and patience :)
User avatar
Vizit0r
Developer
Developer
Posts: 3958
Joined: 24.03.2005 17:05
Contact:

Re: Status: Path incorrect

Post by Vizit0r »

Lonny wrote:we never used that on this server (pol + uoml)
no matter what server - using of speech.mul is hardcoded in client when send speech packet.
"Пишите код так, как будто сопровождать его будет склонный к насилию психопат, который знает, где вы живете". (с) Макконнелл, "Совершенный код".
Post Reply