|
||
|
|||||||
| New Join Forum So your new to RunUO and looking to work with people that are new, this is the place. |
![]() |
|
|
Thread Tools | Display Modes |
|
|
#26 (permalink) |
|
Moderate
Join Date: Nov 2002
Location: USA
Posts: 6,598
|
Actually I had a lot of problem reading it. But I find lazy typing almost impossible to read so I gave up on it. "dat" instead of "that" and "ur" instead of "your" has nothing to do with language or even grammer. ---but it appears that he has found kindred spirits and from what I can tell even seems to be helping them.
__________________
David Forum Moderator The RunUO.com Forum Moderator Team Forum Rules and Guidelines RunUO Forum Search Engine Download RunUO 2.0 RC2 |
|
|
|
|
|
#27 (permalink) | |
|
Forum Expert
|
Quote:
__________________
USAF [July 17, 1989 - Current] |
|
|
|
|
|
|
#29 (permalink) |
|
Forum Expert
|
You haven't made any trouble Waco2000, if you want help with the English spelling and grammar I'd be happy to help you clean this one up some, there might be some other folks to write this in other languages for you too.
__________________
USAF [July 17, 1989 - Current] |
|
|
|
|
|
#30 (permalink) |
|
Newbie
Join Date: Sep 2004
Age: 19
Posts: 54
|
I have a problem that doesn't make any sense. I added a line for the Samurai proffession, and since then, my shard won't open because of an error in charactercreation.cs. It says (line 759, column 4) expected. The problem is, there is no problem on line 759.
Line 759 in charactercreation.cs is bolded: Code:
for ( int i = 0; i < skills.Length; ++i )
{
SkillNameValue snv = skills[i];
if ( snv.Value > 0 && snv.Name != SkillName.Stealth && snv.Name != SkillName.RemoveTrap )
{
Skill skill = m.Skills[snv.Name];
if ( skill != null )
{
skill.BaseFixedPoint = snv.Value * 10;
if ( addSkillItems )
AddSkillItems( snv.Name );
}
}
}
}
|
|
|
|
![]() |
| Bookmarks |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
|
|