RunUO Community

This is a sample guest message. Register a free account today to become a member! Once signed in, you'll be able to participate on this site by adding your own topics and posts, as well as connect with other members through your own private inbox!

Newbie Proof Walk Through

doe90

Wanderer
Newbie Proof Walk Through

Walk Through The Easiest of them ALL

Ok start from downloading RunUO from the page
http://www.runuo.com/downloads/get_file.php?file=20
and click I Agree
and make sure you have the Frameworks .Net 1.1

(Not My Work for MySQL Zulu's)
Follow and do all That's on The PDF - Zip
http://142.179.148.248/myrunuo.pdf
http://142.179.148.248/myrunuo.zip



Unzip it to C:
go to the Beta and go into Scripts/engines/MyRunUO
Click config.cs

If you don't have a ip and your behind a router go to
http://www.no-ip.com/newUser.php
fill out the forum and login if needed
go under Hosts/Redirects
click add

Hostname: anything you want .
Choose a ending
Host Type:
DNS Host (A) (---- Choose this one
DNS Host (Round Robin)
DNS Alias (CNAME)
Port 80 Redirect
Web Redirect

IP Address: Leave Blank

Assign to Group: Leave Alone

Allow Wildcards: click this

Click Create Host

Go to
http://www.no-ip.com/downloads.php?sid=360fa3d9ded63ee83ea8a28e3b5ccb32
Choose what OS you have on the left
and download and install
open the .exe
click the check box it could update it self

Go to scripts/engines/MyRunUO

This
Code:
public static bool Enabled = false;

To This
Code:
public static bool Enabled = True;


Change this
for MySQL or Others
public static string DatabaseServer = "localhost";
`public static string DatabaseName = "MyRunUO";
public static string DatabaseUserID = "root";
public static string DatabasePassword = "password you put on MySQL";

SAVE


then go to Scripts/Misc/Serverlist.cs

find this
Code:
		public const string Address = null;

		public const string ServerName = "RunUO Test Center";

and change to this

Code:
		public const string Address = Your IP/Your DNS name for no-ip.com;

		public const string ServerName = "change to what you want server name to be";


SAVE


If it works Good Job!
you can get Custom scripts from http://www.runuo.com/submissions/

If it doesn't post

ROUTERS

on the router ex. 192.168.2.1, 192.168..x.x
go to advanced settings
if it have forwarding ports that's what you want
if it doesn't look for: virtual servers
other then that post

FIREWALLS
if you installed peer to peer networking you will have to take it off
to know if you have it go to add/remove programs
search for Hotfix KB817778

Quantos said:
Actually I just found this on Microsofts site, this might help, I'd forgotten that there is a firewall included in that package.

Q: How do I disable the IPv6 Internet Connection Firewall on the local machine?

A: To disable the IPv6 Internet Connection Firewall on the local machine, simply go to “Add/Remove Programs->Add/Remove Windows Components->Networking Services†and uncheck “IPv6 Internet Connection Firewallâ€. This, however, will reset the port openings in the IPv6 Internet Connection Firewall. To disable the firewall and retain port settings, disable the “IPv6 Internet Connection Firewall†service via the “Services†application located in the “Administrative Tools†folder in the “Control Panelâ€.

Here's a link to the FAQ, they may have some other advice for you as well on that one, that I missed.

http://download.microsoft.com/download/2/F/1/2F1A22FD-E838-4BC6-AC40-FBDBCC3A17A4/ANP_FAQ.htm


if you internet firewall is on
Right click on my network place
click propertys
Right click in the local Internet
click propertys
click advance Tap
and unclick the firewall

To make your shard public

Go To http://uogateway.com

Look to the lift and click Add Server
Click Yes to accepting the rules (if you do...)
Enter you E-mail and they send you pass
then go to Edit Public server/login
type in your E-mail address that you put in to get you pass
type you pass


In General settings

Server name: put what you want..
Description: tell something about it
Webpage: if you don't have one... go to http://freewebs.com
Accountpage: same as WebPage
Language: Eng
Roleplay: If you want
PvP: If you Want
Macroing: If You Want
Autoaccount: i use Yes
Server brand RunUO
Hide settings page i Use Yes
go down
type your IP
and port 2593
Remove encryption
i use Allow none
and leave patches empty
 

Kamron

Knight
Wow, could you be more vulgar?

The comment about sticky sticky, incase you couldnt comprehend, meant that I believe the thread should be made into a sticky. If you rather it a flame war, then be my guest.
 

Kamron

Knight
Silent said:
edited by David.

If you want to insult in Elizabethian English, then at least learn the grammar. You don't look smart by using incorrect grammar and conjegation of verbs when insulting people.
 

batarex

Sorceror
Generally I keep out of this stuff, and only post to ask for help, but i have to wonder how one gets a title of "Experienced User" on the forums and not know what sticky means?

On a kinder note I think the walk through is very well done and will help alot of new people get started with shards, Thanks
 

Kamron

Knight
Sticky means that the thread is ALWAYS at the top of the page for a forum.

And you get better titles as you post more.
 

bean56

Wanderer
I think it should be changed to walk through not walk though. Some newbs tend to get the 1.0 frame work instead of the 1.1 framework, maybe that should be specified. Lastly and most importantly, if you are just setting up your server you should not be adding it to UOG, especially if you need this thread to help you set it up. Other than that, not bad instructions.
 

Mr.X

Wanderer
Question

Ok, 1 little question... Why would we need to get MySQL installed? Also what’s it used for in relation to RunUO? Guess that 2 questions not 1 :p
 

belzepub

Wanderer
ok all those are ok but now im getting an error reading:
system.data.Odbc.OdbcException: ERROR[IM1002] [Microsoft] [ODBC Drive Manager] Data suorce not found and no default driver specified
at system.data.odbc.odbcconnection.open()
at server.engines.myrunuo.daytabasecommandqueue.thread_start
 

bean56

Wanderer
you don't have a driver for something? Maybe your graphics card? Phantom! What's wrong? too bad you posted this in the new forum as i know phantom could tell you what's wrong.
 

doe90

Wanderer
he well most likely not know but zulu sould know


first did you install

http://www.mysql.com/downloads/api-myodbc-3.51.html
http://www.mysql.com/downloads/mysql-4.0.html

second

and post your[code:1] scripts/engines/MyRunUO/Config.cs [/code:1][/img]
 

bean56

Wanderer
ROFL. You just said Phantom would not know what his error is? That usually is not taken well when you say he doesn't know something.... :shock:
 
Top