[Help] Powersource database

09/21/2009 16:47 Kokuna4#1
Hi guys!
I just wanted to fix Bless skill and WOOT!
there are 28 errors in the external database -.-
I fixed some of them but there are still 7 left that i cant fix :

public static Ini Stats = new Ini(System.Windows.Forms.Application.StartupPath + @"\Stats.ini");

It says "The type or namespace could be not found"

PackedEnemies += Enemy + "~";

It says the name Enemy doesnt exist in current context

if (Guild.AllGuilds.Contains(Charr.GuildID))
Charr.MyGuild = (Guild)Guilds.AllGuilds[Charr.GuildID];


2nd line: "The type or namespace could be not found"

ulong uid = (uint)General.Rand.Next(1000001, 19999999);

The name General doesnt exist in current context ...

Can anybody help and say me how to fix? Thx for all replies!

Edit:
I have fixed 1 in the 1st line so I have now 6 errors
09/22/2009 14:52 Kokuna4#2
#bump
09/22/2009 19:55 Nhborn8816#3
did you try coding in the bless skill yourself? or did you just copy and paste?

If you coded it yourself, go back and make sure you closed everything "}" you miss 1 of those and the whole lot goes to shit. If your still having issues then hit me up on msn.
09/23/2009 12:33 Kokuna4#4
Hey it had 28 errors BEFORE I got there (in database.cs) -.-
And yeah I copy&pasted it