public string Effect;Quote:
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;
tyQuote:
not you lol, there was a person who posted
"samehvan, please hurry and code moving monsters because i dont know code."
I guess they deleted their post or someone else did
Well ur gettin pro :p and can you have a look at the pm i sent you about how to call a timer? PleaseQuote:
public string effect;
but u should add the code for sending the effect at login.cs
i think u can c , i am not lazy , by 15 dayes , i can tell u have a new source and it is not bad as i think ,i am working alone as all know , and i am not that professional coder yet , so plz some patient
What code in the Login.cs?Quote:
public string Effect;
then call ur effect line at the get character info func
but u should add the code for sending the effect at login.cs
Quote:
Pack = ThePackets.SendEffect();
TheClient.MyChar.SendEffect();