Anafalas

Initiate
Is there a way to turn off the world saving messages, (but of course still have it save) and have them not show in the journal?
 
C#:
if (message)

            {

                Broadcast(0x35, true, "World save complete. The entire process took {0:F1} seconds.", watch.Elapsed.TotalSeconds);

            }

Hi, i had the script like this. but still not showing to players... i have to change something else to show up?
 
Hi @Dan(Tasanar) -- thanks for your reply! The world.cs file does not seem to exist in the build @Archaaz has... it seems we do not have the core files at all... We're at a little bit of a loss... any additional insight you may be able to give would be truly appreciated.

Thank you so much!
 
That is to say we do not have the Core files. We are using RunUO version 2.2 Build 5035.42. Core is running on .NET Framework Version 4.0.30319.

Do you know where we might find them? Thanks in advance for any help!
 
@Archaaz
@Corp Por This

The server won't compile unless you have the core, sure it's not a hidden file?

Anyway, see here, true will send the save messages:


Which references this method:

To see hidden folers:

 
@Archaaz
@Corp Por This

The server won't compile unless you have the core, sure it's not a hidden file?

Anyway, see here, true will send the save messages:


Which references this method:

To see hidden folers:


Thank you very much! If my understanding is correct, and it may not be, would I need to download the the core files, change the ones we need, and then recompile it?
 
Thank you very much! If my understanding is correct, and it may not be, would I need to download the the core files, change the ones we need, and then recompile it?
I would advise to restore the core, yes, but the edits i mentioned above are in the Scripts folder
Runuo 2.2 can be found here


But make sure to copy your current folder and run a test. If your old core has edits, trying to recompile a fresh core could indefinitely break things
 
I would advise to restore the core, yes, but the edits i mentioned above are in the Scripts folder
Runuo 2.2 can be found here


But make sure to copy your current folder and run a test. If your old core has edits, trying to recompile a fresh core could indefinitely break things

Thank you! I have not made any edits to it, so it should be intact. We will defintitely make a copy first. We absolutely do not want to break anything. Thanks again!
 
Is there a way to turn off the world saving messages, (but of course still have it save) and have them not show in the journal?
I think you would just change true to false. I could be wrong but would make sense. where it says false it would normally say true in Broadcast.

code:
if (message)

            {

                Broadcast(0x35, false, "World save complete. The entire process took {0:F1} seconds.", watch.Elapsed.TotalSeconds);

            }
 

Active Shards

Donations

Total amount
$0.00
Goal
$1,000.00
Back