|
||
|
|||||||
| General Discussion General discussion for the RunUO community, all off-topic posts will be deleted. This forum is NOT FOR SUPPORT! |
![]() |
|
|
Thread Tools | Display Modes |
|
|
#4 (permalink) |
|
Join Date: Sep 2002
Posts: 283
|
[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. |
|
|
|
|
|
#6 (permalink) | ||
|
Guest
Posts: n/a
|
Quote:
Quote:
Oh and thank you moemakki for not pushing aecol away like Hunter and Nuglet did :? - Dark Konoko |
||
|
|
|
#8 (permalink) |
|
Guest
Posts: n/a
|
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... |
|
|
|
#9 (permalink) |
|
Join Date: Nov 2002
Posts: 143
|
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 |
|
|
|
|
|
#10 (permalink) |
|
Forum Novice
Join Date: Jan 2003
Age: 36
Posts: 188
|
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. |
|
|
|
|
|
#11 (permalink) |
|
Moderate
Join Date: Nov 2002
Location: USA
Posts: 6,598
|
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 |
|
|
|
![]() |
| Bookmarks |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
|
|