|
||
|
|||||||
| Custom Script Releases This forum is where you can release your custom scripts for other users to use. Please note: By releasing your scripts here you are submitting them to the public and as such agree to make them public domain. The RunUO Team has made its software GPL for you to use and enjoy you should do the same for anything based off of RunUO. |
![]() |
|
|
Thread Tools | Display Modes |
|
|
#1 (permalink) |
|
Forum Expert
|
Im new to C# scripting ... but licking it
playing uo for ages now stepping into a another level. here is a script of my own a newbiedungeon gate. basicly it only allows young players to enter the newbie dungeon. im open to any kind of critics and ideas |
|
|
|
|
|
#4 (permalink) |
|
Forum Expert
Join Date: Jan 2006
Location: Look behind you....
Age: 44
Posts: 1,367
|
I got it to dl AND open, even tho it did throw a corrupt file error at me. Once I closed the error window, the file was there. However, upon opening the file (which worked just fine) I found this lil problem...
Code:
public override void Deserialize( GenericReader reader )
{
base.Deserialize( reader );
int version = reader.ReadInne( << This is where it ends
Not sure if its a transfer error or what.
__________________
May you have the strength of eagles' wings, the faith and courage to fly to new heights, and the wisdom of the universe to carry you there. |
|
|
|
|
|
#5 (permalink) | |
|
Forum Expert
Join Date: Dec 2004
Location: Tomah, WI
Age: 19
Posts: 1,326
|
Quote:
![]()
__________________
We have cookies... (Looking for Server Raters/News Reporters)
[ www . ryst . net ] |
|
|
|
|
![]() |
| Bookmarks |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
|
|