Go Back   RunUO - Ultima Online Emulation > RunUO > Server Support on Windows

Server Support on Windows Get (and give) support on general questions related to the RunUO server itself.

Reply
 
Thread Tools Display Modes
Old 12-21-2003, 09:45 PM   #1 (permalink)
 
Join Date: Jul 2003
Posts: 73
Send a message via AIM to Dragontamer
Default ok please dont make fun of me but i tried to make a wep

[code:1]
using System;
using Server;

namespace Server.Items
{
public class Skyliner : VikingSword
{
public override int ArtifactRarity{ get{ return 15; } }

[Constructable]
public Skyliner()
{
Hue = 1150;
Name = "Skyliner";
WeaponAttributes.HitLightning = 50;
Attributes.BonusStr = 15;
Attributes.AttackChance = 30;
Attributes.WeaponSpeed = 30;
Attributes.WeaponDamage = 50;
Attributes.RegenHits = 10;
}

public override void GetDamageTypes( out int phys, out int fire, out int cold, out int pois, out int nrgy )
{
phys = fire = pois = 0;
nrgy = 30;
cold = 30;
}

public Skyliner ( Serial serial ) : base( serial )
{
}

public override void Serialize( GenericWriter writer )
{
base.Serialize( writer );

writer.Write( (int) 0 );
}

public override void Deserialize(GenericReader reader)
{
base.Deserialize( reader );

int version = reader.ReadInt();
}
}
}
[/code:1]

im getting errors on 35' can anyone tell me whats wrong with it?
Dragontamer is offline   Reply With Quote
Old 12-21-2003, 09:53 PM   #2 (permalink)
 
Join Date: Jul 2003
Age: 19
Posts: 53
Send a message via AIM to jnleonard3
Default Re: ok please dont make fun of me but i tried to make a wep

Ok, ive had problems with line that line b4
jnleonard3 is offline   Reply With Quote
Old 12-21-2003, 09:55 PM   #3 (permalink)
 
Join Date: Jul 2003
Posts: 73
Send a message via AIM to Dragontamer
Default tanx

i figured out the problem, feel like kicking myself lol
Dragontamer is offline   Reply With Quote
Old 12-21-2003, 09:58 PM   #4 (permalink)
 
Join Date: Jul 2003
Age: 19
Posts: 53
Send a message via AIM to jnleonard3
Default Re: tanx

ive had that problem before, it too me a while to figure it out, and my mana potion still doent work :(
jnleonard3 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