Go Back   RunUO - Ultima Online Emulation > RunUO > Script Support

Script Support Get support for modifying RunUO Scripts, or writing your own!

Reply
 
Thread Tools Display Modes
Old 10-29-2002, 08:39 AM   #1 (permalink)
Forum Expert
 
Join Date: Sep 2002
Location: Sweden
Posts: 497
Send a message via ICQ to Allmight Send a message via MSN to Allmight
Default C# Tutorials and Docs

Some quick steps to scripting in RunUO.

1. Download RunUO at http://www.runuo.com/forums/downloads.php
2. Download .NET Framework.
3. If you want an editor other than notepad, you can find it at http://www.icsharpcode.net/OpenSource/SD/default.asp
4. If you want to write other code than scripts in C# you should download the .NET Framework SDK from Microsoft. You can find it at
http://msdn.microsoft.com/downloads/default.asp
5. Read some of the tutorials below to get the basic grasp of C#

My Links.
-------------[list]http://www.csharphelp.com/
http://www.c-sharpcorner.com/
http://www.csharp-station.com/
http://www.softsteel.co.uk/tutorials/cSharp/cIndex.html
http://www.devhood.com/training_modu...p/?module_id=2
http://msdn.microsoft.com/library/de...pSpecStart.asp[/list:u]

More Links.
---------------[list]http://www.mantrotech.com/technology/csharp/tutorial_csharp_1.asp
http://www.c-sharpcorner.com/Tutoria...utorial1AN.asp
http://csharphelp.com/
http://www.hitmill.com/programming/dotNET/csharp.html
http://www.jaggersoft.com/csharp.html
http://www.ssw.uni-linz.ac.at/Teachi...harp/Tutorial/
http://www.hal-pc.org/~abeld/cppsigh...5/Compart5.htm
http://www.modulo3.de/seminare/entwi...eien/frame.htm
http://www.devhood.com/training_modu...p/?module_id=2
http://msdn.microsoft.com/library/de..._tutorial.html[/list:u]

6. Study the scripts that come with RunUO to see how it works.

You should now be all set to start out on your own. When you have made
a script that you are proud of, share it at http://www.runuo.com/forums/custom-script-releases/

A call to the rest of the community. If you have something to contribute, like tips, tricks, links and other related stuff, please post it in this thread for easy finding for newbies and veterans to make use of. This way we can direct questions to this thread.

So come on everyone, share your knowledge with the community

**edit daat99**
All links in this thread were checked and found working on 19/11/2006

Last edited by daat99; 11-18-2006 at 09:40 PM.
Allmight is offline   Reply With Quote
Old 10-30-2002, 07:32 AM   #2 (permalink)
 
Join Date: Sep 2002
Posts: 98
Send a message via ICQ to Pheyte
Default

For french :

http://www.csharpfr.com/

Last edited by daat99; 01-12-2006 at 05:28 PM.
Pheyte is offline   Reply With Quote
Old 11-04-2002, 06:57 AM   #3 (permalink)
 
Join Date: Oct 2002
Posts: 255
Send a message via ICQ to Tom Bombadil
Default

For Italian :
http://www.programmazione.it/index.php?entity=earticlelist&idCategory=476&a mp;idEntity=6&idArea=4
__________________
http://www.runuo.sm/forum
Tom Bombadil is offline   Reply With Quote
Old 11-20-2002, 08:38 AM   #4 (permalink)
 
Join Date: Sep 2002
Age: 26
Posts: 126
Send a message via ICQ to Jediman Send a message via AIM to Jediman
Default

http://www.planetsourcecode.com
they have everything from c/c++, to vb, to now .net ! They have some tutorials, lots of source code and programs, and its great stuff to learn from!
Jediman is offline   Reply With Quote
Old 11-23-2002, 09:05 PM   #5 (permalink)
Moderate
 
David's Avatar
 
Join Date: Nov 2002
Location: USA
Posts: 6,598
Default Programmers Heaven

Check out http://www.programmersheaven.com/

Lots of code, how to's, and tutorials... awesome site.
David is offline   Reply With Quote
Old 11-27-2002, 06:04 AM   #6 (permalink)
 
Join Date: Sep 2002
Posts: 38
Default

For spanish:

http://usuarios.lycos.es/somm2000/
http://www.mcynet.cjb.net/

Last edited by daat99; 01-12-2006 at 05:29 PM.
triskel is offline   Reply With Quote
Old 11-27-2002, 09:11 PM   #7 (permalink)
Lost User
Guest
 
Posts: n/a
Default

for russian:
http://www.dotsite.spb.ru/Tutorials/CSharp/
  Reply With Quote
Old 02-06-2003, 05:01 PM   #8 (permalink)
 
Join Date: Jan 2003
Posts: 33
Default

First off, I’m a beginner to this kind of programming. So I was looking for a beginners book.

I picked up Beginning Visual C# by Wrox. This book was suggested to me by a few developers where I work. So far I like it a lot. Not too slow, and not too fast. I don’t have a C background, and I noticed several books start off with the idea that you do.
The one negative is they focus on VS .NET, as if everyone has it. (ok, I do, but still it can be considered a negative as they talk about how to do things specifically using VS.NET)

At the bookstore (B&N) I paid too much, you can get it here for less;
http://www.amazon.com/exec/obidos/tg/detail/-/1861007582/ref=cm_wl_ovu-pg.1-pos.2/002-5905038-5657610?v=glance&coliid=I1DSXD6VP9ITND&me=ATVPDKIK X0DER

check around for better deals.
Roland is offline   Reply With Quote
Old 03-05-2003, 07:00 PM   #9 (permalink)
Forum Expert
 
Join Date: Sep 2002
Location: Sweden
Posts: 497
Send a message via ICQ to Allmight Send a message via MSN to Allmight
Default three

Three good books. Will post them in the order they should be read.

1. SAMS Teach Yourself C# in 21 Days. ( Good for beginners. No Editor assumptions. ).
2. MICROSOFT Visual C# .NET: Step by Step. ( Good beginning book. Requires Visual Studio .NET. )
3. MICROSOFT Inside C#. ( For more advanced users. Requires Visula Studio .NET )

I am very satisfied with them.

More info...
------------------------------
SAMS Teach yourself C# in 21 Days. http://www.sams.com and do a search for ISBN 0-672-32071-1
MS Visual C# .NET Step By Step. http://www.microsoft.com/mspress/books/6703.asp
MS Inside C#. http://www.microsoft.com/mspress/books/5861.asp
Allmight is offline   Reply With Quote
Old 03-10-2003, 05:55 AM   #10 (permalink)
Lewis
Guest
 
Posts: n/a
Default

Here is a very good german reference Page for C#..

for germans

http://www.galileocomputing.de/openbook/csharp/

Last edited by daat99; 01-12-2006 at 05:31 PM.
  Reply With Quote
Old 08-09-2003, 02:53 AM   #11 (permalink)
 
Join Date: Jul 2003
Posts: 8
Default

a pretty good link, an online book a guy wrote.

http://aelinik.free.fr/c/
Kevin W is offline   Reply With Quote
Old 08-10-2003, 10:15 AM   #12 (permalink)
 
Join Date: Oct 2002
Posts: 1
Send a message via ICQ to canerg
Default

for turkish www.programlama.com pek bir sey ögrenemessiniz tavsiye edilemez Rakkad abiniz... 8)
canerg is offline   Reply With Quote
Old 08-15-2003, 05:12 PM   #13 (permalink)
 
Join Date: Feb 2003
Location: Toronto, Ontario
Age: 20
Posts: 98
Send a message via AIM to Aidsteen Send a message via MSN to Aidsteen Send a message via Yahoo to Aidsteen
Default

Well... to tell the truth, they're good for a basic understanding of C#, but info about dll's and compiling in them don't work for XP. I just used http://csharphelp.com/ and then fiddled around with the scripts to get a better understanding
Aidsteen is offline   Reply With Quote
Old 10-23-2003, 04:48 PM   #14 (permalink)
 
Join Date: Oct 2003
Posts: 84
Default

If your looking for a book that explains everything you need and explanations on what it does this is a great book right here....

Visual C#.NET
Developers Handboom
by john paul mueller

comes with a CD that contains all examples of code used in the book... you can use them for your own projects.

also the CD includes utilities such as alchemy mindworks graphics workshop and GIF construction set, C Point Antechinus C# programming edditor, and philip craig's NUnit.

i found it at Fry's Electronics, you can visit their web for details on the book and how to obtain a copy

www.sybex.com
and www.sybexetrainer.com
__________________
Bigger IS Better!
Every time a Leechy fu*k takes a script god kills a kitten.

Last edited by daat99; 11-18-2006 at 09:34 PM.
BizaR is offline   Reply With Quote
Old 09-19-2004, 07:00 PM   #15 (permalink)
 
Join Date: Feb 2003
Posts: 44
Default

[FRENCH] a whole Book about c# in PDF.. it's like THE book to read, if you can read french, it's 420pages long, and realy well writen. u'll learn all you need to know about c# in that.
http://rmdiscala.developpez.com/cour...es.html#csharp
chro is offline   Reply With Quote
Old 04-22-2006, 01:48 PM   #16 (permalink)
Forum Expert
 
Join Date: Mar 2005
Location: Berlin, Germany
Age: 26
Posts: 1,136
Send a message via ICQ to Sotho Tal Ker Send a message via MSN to Sotho Tal Ker
Default

Just to freshen this thread up a bit:
Here is the ECMA C# language specification which basically covers everything on like 550 pages with lots of examples. Good for looking things up if you are unsure.

http://www.ecma-international.org/pu...s/Ecma-334.htm
Sotho Tal Ker is offline   Reply With Quote
Old 05-13-2006, 03:29 AM   #17 (permalink)
 
Join Date: Nov 2004
Age: 27
Posts: 54
Default

I think this has the potential of offending someone, so keep in mind that I am posting this for the good of any newbies to C#--or any programming language at that. I am by no means trying to undercut anything any that you guys posted here before me.

I am brand new to the world of programming and I decided to start with C# for the simple reason that I'm a UO player and would like to make scripts for RunUO.

First of all--and this is JUST me; my opinion--I have yet to come across a web tutorial that could keep my attention long enough to explain to me what a class was. The whole "copy and paste this 'Hello World!' script into notepad and compile it and then we'll go over the parts step by step" thing just wasn't going to happen for me. I couldn't learn from it. So I made up my mind that if I was going to learn this programming language that I'd have to get a well-written book that catered to my mind and style of learning. And that is exactly what I did.

I searched Amazon for the highest rated C# programming book I could find that looked like it suited my needs. I read a few excerpts and came to a final decision on which one I would obtain. The book's title is standard enough: "Learn to Program with C#" by John Smiley. You can find it on the web at http://www.johnsmiley.com/mybooks/00...0072222611.htm. You can also buy it off of the guy's website, like I did, in a painless download purchase. If you ask me, it's totally worth buying and if you want to learn C# I highly recommend it.

The book is unique in that it follows the author--John Smiley, a computer programming professor--through an entire C# programming class as he teaches it. I found it very easy to connect with, and it explains everything in gory detail to enlighten even the most apprenticed blossoming programmer. I started reading it just a few days ago and I am already understanding the fundamentals of C# programming. I can finally, for the first time in my life, understand C# programming.

I must advise, however, for those anxious to jump right into the world of programming, that the first chapter doesn't delve into the coding right away, but rather with the proper methodology for approaching programming projects: Systems Development Life Cycle, a kind of step-by-step method of tackling large programming ventures. If this turns you off, feel free to just skip it and get on to the coding part. I, myself, found it pretty enlightening, and I think it is a good read just for future reference.

Lastly, you should really use whatever suits your needs best, be it online tutorials or technical books like the one I mentioned. Don't take my word for it, something else may help you learn more easily. This was simply the option that I chose and was best for me.

Last edited by Augustus; 05-13-2006 at 03:32 AM.
Augustus is offline   Reply With Quote
Old 05-30-2006, 03:03 AM   #18 (permalink)
 
Join Date: May 2004
Location: Ankara, TURKEY
Age: 27
Posts: 6
Send a message via ICQ to Mystery Send a message via MSN to Mystery
Default

As with many other programming languages, Deitel has a pretty comprehensive book on C#. It's called "C# How To Program". We actually used that in college... Perhaps it might help...
Mystery is offline   Reply With Quote
Reply

Bookmarks


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off



Powered by vBulletin® Version 3.7.0
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
SEO by vBSEO 3.2.0 RC5