(Custom quest not the original one it looks like it just a small part of it though).
First add in Character.cs
Code:
public int Quest = 0;
Code:
public static void CPs(int value, ClientSocket CSocket)
Code:
public static void Quest(int value, ClientSocket CSocket)
{
CSocket.Client.Quest += value;
}
Code:
http://www.megaupload.com/?d=WBKWZPB0
Code:
else
IG.ItemID = 1088001;
Code:
if (Info.Name == "Birdman")
{
if (Calculation.PercentSuccess(10))
IG.ItemID = 721781;
else if (Calculation.PercentSuccess(10))
IG.ItemID = 721781;
}
int Quest = 0;
and the public static void Quest, for future releases.
EDIT(Forgot this too xD):
Search for:
Code:
public static void SaveCharacter(Character Client)
Code:
`Quest` = " + Client.Quest + ",
Code:
Client.Quest = Convert.ToInt32(DR["Quest"]);
Code:
Client.CPs = Convert.ToInt32(DR["CPoints"]);
Mhmkay that was it!,
Xellios^!






