|
||
|
|||||||
| Server Support on Windows Get (and give) support on general questions related to the RunUO server itself. |
![]() |
|
|
Thread Tools | Display Modes |
|
|
#3 (permalink) | |
|
Quote:
I hope they would learn to read a installation tutorial or something, before they ask for help ![]() |
||
|
|
|
|
|
#4 (permalink) |
|
Join Date: Jan 2003
Posts: 80
|
Perhaps a script like this in the distro could help solve these questions.
[code:1]using System; using System.IO; using System.Diagnostics; using Server; namespace Server.Misc { /// <summary> /// Summary description for GettingStarted. /// Launches a browser to Ryan's 'Getting started' post if no 'accounts.xml' exists. (Assuming new installation) /// </summary> public class GettingStarted { public static void Initialize() { if (!File.Exists(Path.Combine(Core.BaseDirectory , "Saves/Accounts/accounts.xml"))) { Process p=new Process(); p.StartInfo.FileName ="http://www.runuo.com/discussion/viewtopic.php?t=1530"; p.StartInfo.UseShellExecute =true; p.Start(); } } } }[/code:1] |
|
|
|
|
|
#6 (permalink) | |
|
Forum Expert
|
Quote:
__________________
![]() The only shard you'll ever need. |
|
|
|
|
|
|
#8 (permalink) |
|
Join Date: Sep 2002
Posts: 872
|
:evil:
i agree that people need to read the info before asking questions that may have been already answered but no reason to get upset over it Newbies are Newbies and it will always be that way just point point the way out grin and bare it (Scream when they go away) :twisted: |
|
|
|
![]() |
| Bookmarks |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
|
|