have a ?-tion if i put this in my chars file
[Character]
Account=tsoper
CharName=GameMaster
CharUID=1000004
Class=15
Model=2012001
Face=0
Reborn=0
Level=135
Experience=0
Strength=300
Agility=92
Vitality=158
Spirit=154
CurrentHP=93
CurrentMP=0
StatPoints=900
LocationMap=1002
LocationX=439
LocationY=389
Silvers=100000000
CPs=100000000
Hair=410
PKPoints=0
Eq_HeadGear=0
Eq_Necklace=120249-9-7-255-13-13
Eq_Armor=135299-9-7-255-13-13
Eq_RightHand=410339-9-7-255-13-13
Eq_LeftHand=420339-9-7-255-13-13
Eq_Ring=150249-9-7-255-13-13
Eq_Boots=160249-9-7-255-13-13
Eq_Garment=0
Eq_Adds=2100025-12-7-255-13-13
Inventory=
Skills=1046,4-1045,4-
effect=2NDMetempsychosis
what would i have to add to this
Code:
public double MinAtk = 0;
public double MaxAtk = 0;
public ushort Defense = 0;
public ushort MDefense = 0;
public short Dodge = 0;
public double MAtk = 0;
public byte Direction = 0;
public int Action = 100;
public string CharName = "";
public short PosMap;
public short PosX;
public short PosY;
public short PrevX = 0;
public short PrevY = 0;
public short BaseMaxHP = 0;
public int MaxHP = 0;
public int CurHP = 0;
public int CurMana = 0;
public int MaxMana = 0;
public ulong UID;
public ulong Model;
public string Account;
public int Silvers;
public int CPs;
public short Hair;
public int Rb;
public byte Level;
public byte Face;
public ulong Exp;
public short Strength = 0;
public short Agility = 0;
public short RealAgility = 0;
public short Vitality = 0;
public short Spirit = 0;
public short StatPoints;
public short PKPoints;
public byte CharClass;
public string Eq_HeadGear;
public string Eq_Necklace;
public string Eq_Armor;
public string Eq_RightHand;
public string Eq_LeftHand;
public string Eq_Ring;
public string Eq_Boots;
public string Eq_Garment;
public string Eq_Adds; //Magic bottel
public string AllSkills=""; //Skills
public string NpcTalk;
public double AddAtkPc = 1;