Go Back   RunUO - Ultima Online Emulation > RunUO > General Discussion

General Discussion General discussion for the RunUO community, all off-topic posts will be deleted. This forum is NOT FOR SUPPORT!

Reply
 
Thread Tools Display Modes
Old 01-26-2003, 11:28 AM   #1 (permalink)
aecol
Guest
 
Posts: n/a
Default How can i get start??

i've installed and made the Server runing...
But , how can i custom the Script?
i.e. i will custom a new weapon,what should i do? :?:
  Reply With Quote
Old 01-26-2003, 11:38 AM   #2 (permalink)
 
Join Date: Sep 2002
Posts: 276
Default

Script it :shock:
Hunter is offline   Reply With Quote
Old 01-26-2003, 01:45 PM   #3 (permalink)
Nuglet
Guest
 
Posts: n/a
Default

sorry aecol, but if you cant figure that out, you shouldnt even try
  Reply With Quote
Old 01-26-2003, 01:47 PM   #4 (permalink)
 
Join Date: Sep 2002
Posts: 283
Default

[code:1]using System;
using Server.Network;
using Server.Items;

namespace Server.Items
{
[FlipableAttribute( 0x1441, 0x1440 )]
public class Cutlass : BaseSword
{
[Constructable]
public Cutlass() : base( 6, 28, 45, 0x23B, 0x23A, 1, SkillName.Swords, WeaponType.Slashing, WeaponAnimation.Slash1H, 0x1441, Layer.OneHanded )
{
Weight = 8.0;
}

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

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

writer.Write( (int) 0 ); // version
}

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

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

Here is an example script. It is a Cutlass.
moemakki is offline   Reply With Quote
Old 01-27-2003, 10:01 PM   #5 (permalink)
aecol
Guest
 
Posts: n/a
Default

Thank you very very much,,i will practise it....
  Reply With Quote
Old 01-28-2003, 03:39 AM   #6 (permalink)
Lost User
Guest
 
Posts: n/a
Default

Quote:
Originally Posted by Hunter
Script it :shock:
Quote:
Originally Posted by Nuglet
sorry aecol, but if you cant figure that out, you shouldnt even try
Come on you guys... cant you be a bit more helpfull next time ?

Oh and thank you moemakki for not pushing aecol away like Hunter and Nuglet did :?

- Dark Konoko
  Reply With Quote
Old 01-28-2003, 09:19 AM   #7 (permalink)
 
Join Date: Nov 2002
Posts: 143
Default

i Totally agree with you Dark Konoko!!!!

//Dakkon
Dakkon is offline   Reply With Quote
Old 01-28-2003, 10:55 AM   #8 (permalink)
Nuglet
Guest
 
Posts: n/a
Default

well i hear the same question at least once a week, usually i will help, but this one had the worst grammar and sentance structure i have ever seen :shock: :shock:

also, i mean, when i started runuo, i knew nothin about scripting at all, and basically i figured otu those basics like changing damage hues weight ect by myself in jsut a few seconds. i just dont see why it is that hard for people to do that stuff, i mean, the only way to learn is to do it yourself... so they should just try it instead of running here instantly...
  Reply With Quote
Old 01-28-2003, 12:02 PM   #9 (permalink)
 
Join Date: Nov 2002
Posts: 143
Default

Well dont bother to answer then, or stop reading it or point him in the right direction instead of say stupid things, all isnt as bright as u!


But if u have to answer cant u just say, this has been answerd before, use search function in right upper corner or something!


Sincerely

Dakkon
Dakkon is offline   Reply With Quote
Old 01-28-2003, 01:44 PM   #10 (permalink)
Forum Novice
 
Join Date: Jan 2003
Age: 36
Posts: 188
Default

Yes, it does get frustrating sometimes,, but so does seeing unhelpful remarks.

As far as poor grammer goes, I have seen lots of bright people that cant type worth a flip, but that dont mean they are not smart enough to figure it out.

By all means, Im in no position to grip and complain, but i to am one of them newbies, trying to learn, and the best way to learn is to get in there and get your hands dirty. All he ask was just for a motion in the right direction.

When we get on here and see people acting like that, it makes us not even want to ask a question.

I have learned a lot form the forum search, and i have never had to post a question, cause most of the answers are there, but in some cases it turns into a chore, for instance, if you have a question about scripts, and you type scripts in the search que, oyu are gonna end up with almost every post on this forum. So i dont see a problem, with someone posting a message asking for the step in the right direction.

Thats just my opinion, but I to must realize that when you see the same thing every single day, it does get old quick.
Braun is offline   Reply With Quote
Old 01-28-2003, 05:25 PM   #11 (permalink)
Moderate
 
David's Avatar
 
Join Date: Nov 2002
Location: USA
Posts: 6,598
Default

Amen! I get my share of frustration as well, but most of the time my response is no response. I try to help if I can or feel at least slightly qualified. You pick the battles you can win so to speak.

Someone that desires to learn scripting should not be pushed away. It is daunting to say the least. Even if you honestly feel they are unqualified or dumb as dirt, that is no excuse to be rude.

And, may I add, most one line answers come off as rude. Regardless of how they were meant to sound.
__________________
David Forum Moderator
The RunUO.com Forum Moderator Team

Forum Rules and Guidelines
RunUO Forum Search Engine
Download RunUO 2.0 RC2
David is offline   Reply With Quote
Old 01-29-2003, 10:47 AM   #12 (permalink)
Forum Novice
 
Join Date: Jan 2003
Age: 36
Posts: 188
Default

So true, you are right there, I dont think they intended it that way, but it did come out kind of unspirited.

It is hard to get off true emotion in a paragragh, but in one line, hehe ,
very tuff to do.
Braun is offline   Reply With Quote
Old 01-29-2003, 11:46 AM   #13 (permalink)
 
Join Date: Nov 2002
Posts: 143
Default

a smiley always help a little
Dakkon is offline   Reply With Quote
Old 01-29-2003, 02:34 PM   #14 (permalink)
Forum Novice
 
Join Date: Jan 2003
Age: 36
Posts: 188
Default

yea , very true, them little guys are good for something after all hehe 8)
Braun is offline   Reply With Quote
Old 01-29-2003, 03:56 PM   #15 (permalink)
 
Join Date: Nov 2002
Posts: 143
Default

Hehe yea
Dakkon 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