RB Guard

Hello, I need add to my server: marriage, removing leap GWGATE, flags in the market, the chat window, which is not functional skills: meditadion, spirit heal, cure, cure advanced, shield, Stigma, XP skill (golem), BS heal and mana. ... thanks
 
SkillAttributes[4000] = new ushort[4][];
SkillAttributes[4000][0] = new ushort[6] { 7, 0, 0, 0, **** 0 };
SkillAttributes[4000][1] = new ushort[6] { 7, 0, 0, 0, **** 0 };
SkillAttributes[4000][2] = new ushort[6] { 7, 0, 0, 0, **** 0 };
SkillAttributes[4000][3] = new ushort[6] { 7, 0, 0, 0, **** 0 };
SkillsDone.Add(4000, 3);


( **** ) <- this is correct???

thanks
 
Here have 100 errors... all in Entities.cs!!

The name 'Other' does not exist in the current context
The name 'MyMath' does not exist in the current context
The name 'World' does not exist in the current context
The name 'General' does not exist in the current context

The type or namespace name 'Character' could not be found (are you missing a using directive or an assembly reference?)

The type or namespace name 'DroppedItem' could not be found (are you missing a using directive or an assembly reference?)

all erro in resume!!

HELP ME!!!!!!!!!!!!!!!!!
 
i have a problem with

public static void DefineSkills()
{
SkillAttributes[4000] = new ushort[4][];
SkillAttributes[4000][0] = new ushort[6] { 7, 0, 0, 0, **** 0 };
SkillAttributes[4000][1] = new ushort[6] { 7, 0, 0, 0, **** 0 };
SkillAttributes[4000][2] = new ushort[6] { 7, 0, 0, 0, **** 0 };
SkillAttributes[4000][3] = new ushort[6] { 7, 0, 0, 0, **** 0 };
SkillsDone.Add(4000, 3);

in the externel database plz help me someone
my problems are Fehler
1 Ung
 
Back