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

06/12/2008 12:03 ~Yuki~#376
Quote:
Originally Posted by abdomiky7 View Post
i need make war and dor in GW can any make
ok if u look back to last 5 pages u will see he will do that if he is done with mobs and buz -.-

HE IS WORKING HARD
06/12/2008 12:16 adz06676#377
Quote:
Originally Posted by lolmaster123 View Post
Are u gonna ask that at every post??

STFU
HE IS WORKING HARD
/agree abdomiky is annoying =\
06/12/2008 12:25 ~Yuki~#378
lol i edited my post coz i wont flame here !(I respect samhvan)
BUT THAT GUY SUXS
06/12/2008 12:37 adz06676#379
Quote:
Originally Posted by lolmaster123 View Post
lol i edited my post coz i wont flame here !(I respect samhvan)
BUT THAT GUY SUXS
Lol he does, i'm not gonna flame either.

@samehvan any progress what are you coding now?
06/12/2008 14:19 bobtin777#380
Edit* i only have 10 pages on this forum i when to the opsion under user control panel

His signature says it all
__________________

The Coming updates :-

Done so far :-The Hair code /Experience/Moneybags use/The Double Magic skills hits fixed/Socketing at Phoenix castle(Done)

Working on :-ddnt decide yet
06/12/2008 14:51 YukiXian#381
Samehvan, ur signature, U already updated the Source.rar?
I realy want those xp and hairstyle's ! :p

------------------

The Coming updates :-

Done so far :-The Hair code /Experience/Moneybags use/The Double Magic skills hits fixed/Socketing at Phoenix castle(Done)

Working on :-ddnt decide yet:p
06/12/2008 14:52 adz06676#382
Quote:
Originally Posted by bobtin777 View Post
Edit* i only have 10 pages on this forum i when to the opsion under user control panel

His signature says it all
__________________

The Coming updates :-

Done so far :-The Hair code /Experience/Moneybags use/The Double Magic skills hits fixed/Socketing at Phoenix castle(Done)

Working on :-ddnt decide yet
Oh yeah thanks lol i didn't notice it :p
06/12/2008 15:06 adz06676#383
Quote:
if (Splitter[0] == "/hair")
{
TheClient.MyChar.Hair = Convert.ToInt16(Splitter[1]);
byte[] Pack = ThePackets.Vital((long)TheClient.MyChar.Hair, 15, TheClient.MyChar.Hair);
TheClient.SendPacket(Pack);

TheClient.MyChar.SaveChar();

}
The hair command is simple just copy paste that into your chat.cs remember you have to dc before you can see your new hairstyle.
06/12/2008 16:01 tony_987#384
samehvan@how soon you post the new source

EDIT:Ty for making socketing in pc
06/12/2008 16:38 zane203#385
Ok im still having the saem problem, the "Not Ready" problem. Even when i clear the inventory of every character, the game still wont work properly.
-
Help please?
06/12/2008 16:43 adz06676#386
Quote:
Originally Posted by zane203 View Post
Ok im still having the saem problem, the "Not Ready" problem. Even when i clear the inventory of every character, the game still wont work properly.
-
Help please?
Well when it says "Not Ready" for me i just leave it for a sec and it works fine, but i can't say it happens that often.
06/12/2008 17:26 YukiXian#387
Quote:
Originally Posted by adz06676 View Post
The hair command is simple just copy paste that into your chat.cs remember you have to dc before you can see your new hairstyle.
How to do AutoDisconnection?
06/12/2008 17:51 bobtin777#388
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;
06/12/2008 17:53 adz06676#389
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;
Thats not a bad idea i might give it a try.
06/12/2008 17:54 zane203#390
Quote:
Originally Posted by adz06676 View Post
Well when it says "Not Ready" for me i just leave it for a sec and it works fine, but i can't say it happens that often.
Thanks man! so apperently they're like lag spikes?
-
eh... go figure lol
-
You got a thanks from me ^_^