P Server "NPC base code/shops/drop items" for who asked me 2 do it

06/12/2008 18:00 adz06676#391
Quote:
Originally Posted by zane203 View Post
Thanks man! so apperently they're like lag spikes?
-
eh... go figure lol
-
You got a thanks from me ^_^
Yeah probably something like lag spikes it doesn't effect the game other then that.
06/12/2008 18:37 zane203#392
just be patient... if you cant wait, spend the time waiting learning how to code... perfect solution ;)
06/12/2008 19:03 adz06676#393
Quote:
Originally Posted by zane203 View Post
just be patient... if you cant wait, spend the time waiting learning how to code... perfect solution ;)
Me? o.o I can code just not as good as samehvan.
06/12/2008 19:31 lordsmydevil#394
Bugger the coding, hurts the head xD
06/12/2008 19:43 zane203#395
Quote:
Originally Posted by adz06676 View Post
Me? o.o I can code just not as good as samehvan.
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
06/12/2008 19:46 adz06676#396
Quote:
Originally Posted by zane203 View Post
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
Oh lol i missed it, my bad :p
06/12/2008 20:14 bobtin777#397
LOL i posted does anyone know when he'll update it because i can't code.
But i wait
06/12/2008 20:19 samehvan#398
Quote:
Originally Posted by bobtin777 View Post
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;
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:
Originally Posted by zane203 View Post
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
ty
06/12/2008 20:21 DragonStar#399
wut was the code to fix the double fb hit?
06/12/2008 20:21 adz06676#400
Quote:
Originally Posted by samehvan View Post
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
Well ur gettin pro :p and can you have a look at the pm i sent you about how to call a timer? Please
06/12/2008 20:24 bobtin777#401
I think your awsome i am greatful for you and your coding
06/12/2008 20:26 bobtin777#402
Quote:
Originally Posted by DragonStar View Post
wut was the code to fix the double fb hit?
no its for makeing a 2rd reborn effect on your char
06/12/2008 20:31 DragonStar#403
was talking about when you fb a target, fb hits the target 2ice
06/12/2008 20:42 YukiXian#404
Quote:
Originally Posted by samehvan View Post
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
What code in the Login.cs?
Cuz i do this and its wrong :

Quote:
Pack = ThePackets.SendEffect();
TheClient.MyChar.SendEffect();
06/12/2008 21:08 bobtin777#405
so samehvan what are you planin on to work on next... lol