Loading...


bookmark - Runuo Programming

Runuo Programming

 
 Discussion by chaosx2x with 4 Replies.
 Last Update: August 18, 2008, 7:27 am
 
bookmark - Runuo Programming  
Quickly Post to Runuo Programming  w/o signup Share Info about Runuo Programming  using Facebook, Twitter etc. email your friend about Runuo Programming Print
Reply / Comment New Discussion / Topic Share / Bookmark E-Mail a Friend Print

there is someone that know programming on runuo and ultima online? I was trying to make so that he could himself be created account through web but the script that I have for the game server (that he update the account stored in database and synchronize them with the database) gives an error to me: ( if someone is even than it helps me, it says to me that it does not find the data origin (i think the database that i specified) given that I have specified: ( perhaps mistake driver -. -








   Fri Jul 1, 2005    Reply         

Never have I seen these programs before. As such I can't help you. But most likely driver error.

   Mon Jul 4, 2005    Reply         

Wow, it has been SO long since I messed with RunUO. It's a great program, but strickly against Origin's TOS. However, some of the best LAN parties I ever hosted involved a RunUO server, skill and stat gates, and lots of bloodshed.

I really do wish I could help you with your problem, but alas, I cannot. Perhaps you should check out the RunUO forums. Last time I was there it was a hoppin' place.

If not, you could try the EasyUO forums. It's a scripted input program for UO, but there are a lot of coders lurking around there that have a lot of experiance with RunUO.

BTW, if you do see this reply, could you e-mail me with the IP of your server, or perhaps your URL? I'd love to stomp around for a while :D

[EDIT]
Oh, hey, I forgot to mention that you should check to make sure your server name, database name, table name, and all that is correct. Also check your function calls and make sure that your select and query calls are referancing the correct database connection.

QBRADQ

   Thu Aug 11, 2005    Reply         


Doubt in C# program
Runuo Programming

Write a program to calculate the factorial of the number entered by a user.Create program by using static functions and static variables.
Hint:- The limit of users input should be 1-20.

Using System;
Using System.Collections.Generic;
Using System.Text;

Namespace Exercise_3
{
public class Fact
{
static int f;
public static int factorial(int and)
{
f = and;
int I;
for (I = and - 1; I >= 1; I--)
{
f = f * I;
}
return f;
}

}
class TestFactorial
{
static void Main(string[] args)
{
int I;
for(I=1;I<=2;I++)
{
Console.Write("Enter the number: ");
int num = Convert.ToInt16(Console.ReadLine());

Fact.Factorial(num);
}
Console.ReadLine();
}
}
}
Need the program to be executed successfully.

-reply by zeta

   Mon Aug 18, 2008    Reply         

Doubt in C# program
Runuo Programming

Write a program to calculate the factorial of the number entered by a user. Create this program by using static functions and static variables.
Hint:-The limit of users input shoul be 1-20

Using System;
Using System.Collections.Generic;
Using System.Text;

Namespace Exercise_3
{
public class Fact
{
static int f;
public static int factorial(int and)
{
f = and;
int I;
for (I = and - 1; I >= 1; I--)
{
f = f * I;
}
return f;
}

}
class TestFactorial
{
static void Main(string[] args)
{
int I;
for(I=1;I<=2;I++)
{
Console.Write("Enter the number: ");
int num = Convert.ToInt16(Console.ReadLine());

Fact.Factorial(num);
}
Console.ReadLine();
}
}
}


-question by zeta

   Mon Aug 18, 2008    Reply         

Quickly Post to Runuo Programming  w/o signup Share Info about Runuo Programming  using Facebook, Twitter etc. email your friend about Runuo Programming Print
Reply / Comment New Discussion / Topic Share / Bookmark E-Mail a Friend Print

Similar Topics:

Programming With Coffee

Since Java is a complete programming language, one tutorial is not going to cover everything. However, I will try to cover the basics and possibly extend on them later, and will assume you know very little about programming. If something seems unclear, it is because I am not very good at explaining. ...more

   24-Apr-2005    Reply         

What Shall I Learn First In Program...

Hey guys i'm posting here because i've a doubt, about 1 year ago i started to develop a certain taste for programming, at first i tryed code Websites using Html ,then with php, then Mysql, and at last all together. Now i alreday finished my hardware Reparation course, but that old taste for ...more

   07-Feb-2006    Reply         

How To Learn A Programming Language

How to Learn a Programming Language 1. Choose a programming language. Pythonand Turtle Graphics are good starter languages. they are very straightforward and easy to learn. Also, there is a module called Pygame available that makes handling windows a breeze. Ano ...more

   15-Aug-2007    Reply         

Want To Make Games Simply And Effectively? I've found something that you may like..   Want To Make Games Simply And Effectively? I've found something that you may like.. (9) (15) Rpg Maker Series Details about the rpgmaker series for pc  Rpg Maker Series Details about the rpgmaker series for pc