raffeale
Initiate
i use make command to compile it,but i cant find any information to create account.
raffeale@creator:~/ServUO$ sudo make
mcs -target:library -out:`pwd`/Ultima.dll -r:System.Drawing.dll -nowarn:0618,0219,0414,1635 -d:ServUO -d:NEWTIMERS -nologo -optimize -unsafe -recurse:`pwd`/Ultima/*.cs
mcs -win32icon:`pwd`/Server/servuo.ico -r:`pwd`/Ultima.dll,System.Drawing.dll -nowarn:0618,0219,0414,1635 -target:exe -out:`pwd`/ServUO.exe -d:ServUO -d:NEWTIMERS -nologo -optimize -unsafe -recurse:`pwd`/Server/*.cs
echo "#!/bin/sh" > `pwd`/ServUO.sh
echo "mono `pwd`/ServUO.exe" >> `pwd`/ServUO.sh
chmod a+x `pwd`/ServUO.sh
sed -i.bak -e 's/<!--//g; s/-->//g' ServUO.exe.config
`pwd`/ServUO.sh
ServUO - [https://www.servuo.com] Version 0.5, Build 6712.38816 - Build on 2018/5/18 21:33:52 UTC - Release
Core: Running with arguments: -noconsole
Core: Optimizing for 8 64-bit processors
Core: Unix environment detected
Core: Compiled for MONO and running on 4.6.2 (Debian 4.6.2.7+dfsg-1)
RandomImpl: SimpleRandom (Software)
Core: Loading config...
Scripts: Compiling C# scripts...done (0 errors, 4 warnings)
Warnings:
+ Misc/Email.cs:
CS0618: Line 35: `System.Net.Mail.SmtpClient' is obsolete: `SmtpClient and its network of types are poorly designed, we strongly recommend you use https://github.com/jstedfast/MailKit and https://github.com/jstedfast/MimeKit instead'
CS0618: Line 48: `System.Net.Mail.SmtpClient' is obsolete: `SmtpClient and its network of types are poorly designed, we strongly recommend you use https://github.com/jstedfast/MailKit and https://github.com/jstedfast/MimeKit instead'
+ Services/Monster Stealing/Items/GemOfSalvation.cs:
CS0472: Line 49: The result of comparing value type `System.DateTime' with null is always `true'
+ Services/Monster Stealing/Items/ManaDraught.cs:
CS0472: Line 30: The result of comparing value type `System.DateTime' with null is always `true'
CS0472: Line 70: The result of comparing value type `System.DateTime' with null is always `true'
+ Services/Monster Stealing/Items/SeedOflife.cs:
CS0472: Line 44: The result of comparing value type `System.DateTime' with null is always `true'
CS0472: Line 85: The result of comparing value type `System.DateTime' with null is always `true'
Scripts: Skipping VB.NET Scripts...done (use -vb to enable)
Scripts: Verifying...done (5599 items, 1309 mobiles, 5 customs) (0.60 seconds)
DataPath: /home/raffeale/vm_down/UO
Regions: Loading...done
World: Loading...done (5784 items, 1064 mobiles, 1 customs) (0.34 seconds)
[Honesty]: Generating...
[Honesty]: Felucca - Reticulating splines...done (218.56 seconds)
[Honesty]: Trammel - Reticulating splines...done (227.67 seconds)
[Honesty]: Generation completed in 446.23 seconds.
Restricting classic client version to 7.0.60.47. Action to be taken: LenientKick
Restricting enhanced client version to 67.0.59.0 SA. Action to be taken: Kick
13:41:32 ServerList: Auto-detecting public IP address...
13:41:32 ServerList: >>> services.servuo.com
13:41:34 ServerList: <<< 36.102.220.5
13:41:34 ServerList: Done: '36.102.220.5'
13:41:34 Joeku's Staff Runebook: Loading...
13:41:34 Listening: 127.0.0.1:2593
13:41:34 Listening: 192.168.1.157:2593
13:41:34 ----------------------------------------------------------------------
13:44:54
13:44:54 Commands:
13:44:54 save - Performs a save.
13:44:54 shutdown - Performs a save, then shuts down the server
13:44:54 shutdown nosave - Shuts down the server without saving
13:44:54 restart - Performs a save, then restarts the server
13:44:54 restart nosave - Restarts the server without saving
13:44:54 online - Shows a list of every person online:
13:44:54 Account, Char Name, IP
13:44:54 bc <message> - Sends a message to all players
13:44:54 sc <message> - Sends a message to all staff
13:44:54 hear - Forwards all local speech to this console:
13:44:54 Char Name (Region name): Speech
13:44:54 pages - Manage help pages
13:44:54 ban <name> - Kicks and bans the user
13:44:54 kick <name> - Kicks the user
13:44:54 list or help - Shows this list
13:44:54
i can connect the server and play , but the world dont have NPC in bank
raffeale@creator:~/ServUO$ sudo make
mcs -target:library -out:`pwd`/Ultima.dll -r:System.Drawing.dll -nowarn:0618,0219,0414,1635 -d:ServUO -d:NEWTIMERS -nologo -optimize -unsafe -recurse:`pwd`/Ultima/*.cs
mcs -win32icon:`pwd`/Server/servuo.ico -r:`pwd`/Ultima.dll,System.Drawing.dll -nowarn:0618,0219,0414,1635 -target:exe -out:`pwd`/ServUO.exe -d:ServUO -d:NEWTIMERS -nologo -optimize -unsafe -recurse:`pwd`/Server/*.cs
echo "#!/bin/sh" > `pwd`/ServUO.sh
echo "mono `pwd`/ServUO.exe" >> `pwd`/ServUO.sh
chmod a+x `pwd`/ServUO.sh
sed -i.bak -e 's/<!--//g; s/-->//g' ServUO.exe.config
`pwd`/ServUO.sh
ServUO - [https://www.servuo.com] Version 0.5, Build 6712.38816 - Build on 2018/5/18 21:33:52 UTC - Release
Core: Running with arguments: -noconsole
Core: Optimizing for 8 64-bit processors
Core: Unix environment detected
Core: Compiled for MONO and running on 4.6.2 (Debian 4.6.2.7+dfsg-1)
RandomImpl: SimpleRandom (Software)
Core: Loading config...
Scripts: Compiling C# scripts...done (0 errors, 4 warnings)
Warnings:
+ Misc/Email.cs:
CS0618: Line 35: `System.Net.Mail.SmtpClient' is obsolete: `SmtpClient and its network of types are poorly designed, we strongly recommend you use https://github.com/jstedfast/MailKit and https://github.com/jstedfast/MimeKit instead'
CS0618: Line 48: `System.Net.Mail.SmtpClient' is obsolete: `SmtpClient and its network of types are poorly designed, we strongly recommend you use https://github.com/jstedfast/MailKit and https://github.com/jstedfast/MimeKit instead'
+ Services/Monster Stealing/Items/GemOfSalvation.cs:
CS0472: Line 49: The result of comparing value type `System.DateTime' with null is always `true'
+ Services/Monster Stealing/Items/ManaDraught.cs:
CS0472: Line 30: The result of comparing value type `System.DateTime' with null is always `true'
CS0472: Line 70: The result of comparing value type `System.DateTime' with null is always `true'
+ Services/Monster Stealing/Items/SeedOflife.cs:
CS0472: Line 44: The result of comparing value type `System.DateTime' with null is always `true'
CS0472: Line 85: The result of comparing value type `System.DateTime' with null is always `true'
Scripts: Skipping VB.NET Scripts...done (use -vb to enable)
Scripts: Verifying...done (5599 items, 1309 mobiles, 5 customs) (0.60 seconds)
DataPath: /home/raffeale/vm_down/UO
Regions: Loading...done
World: Loading...done (5784 items, 1064 mobiles, 1 customs) (0.34 seconds)
[Honesty]: Generating...
[Honesty]: Felucca - Reticulating splines...done (218.56 seconds)
[Honesty]: Trammel - Reticulating splines...done (227.67 seconds)
[Honesty]: Generation completed in 446.23 seconds.
Restricting classic client version to 7.0.60.47. Action to be taken: LenientKick
Restricting enhanced client version to 67.0.59.0 SA. Action to be taken: Kick
13:41:32 ServerList: Auto-detecting public IP address...
13:41:32 ServerList: >>> services.servuo.com
13:41:34 ServerList: <<< 36.102.220.5
13:41:34 ServerList: Done: '36.102.220.5'
13:41:34 Joeku's Staff Runebook: Loading...
13:41:34 Listening: 127.0.0.1:2593
13:41:34 Listening: 192.168.1.157:2593
13:41:34 ----------------------------------------------------------------------
13:44:54
13:44:54 Commands:
13:44:54 save - Performs a save.
13:44:54 shutdown - Performs a save, then shuts down the server
13:44:54 shutdown nosave - Shuts down the server without saving
13:44:54 restart - Performs a save, then restarts the server
13:44:54 restart nosave - Restarts the server without saving
13:44:54 online - Shows a list of every person online:
13:44:54 Account, Char Name, IP
13:44:54 bc <message> - Sends a message to all players
13:44:54 sc <message> - Sends a message to all staff
13:44:54 hear - Forwards all local speech to this console:
13:44:54 Char Name (Region name): Speech
13:44:54 pages - Manage help pages
13:44:54 ban <name> - Kicks and bans the user
13:44:54 kick <name> - Kicks the user
13:44:54 list or help - Shows this list
13:44:54
i can connect the server and play , but the world dont have NPC in bank