![]() |
|
![]() |
||||||||
| Conquer Private Servers Post guides , scripts , advertise , anything related to Conquer Private Servers ! |
![]() |
|
|
LinkBack | Thread Tools | Display Modes |
![]() |
|
![]() |
||||||||
| Conquer Private Servers Post guides , scripts , advertise , anything related to Conquer Private Servers ! |
![]() |
|
|
LinkBack | Thread Tools | Display Modes |
| The Following 7 Users Say Thank You to cakobu For This Useful Post: | ||
cala22 (12-14-2009), Closo (12-17-2009), DeathMagnetiC (12-17-2009), Hepatitis C (12-28-2009), silwhat (12-17-2009), stiwen (12-31-2009), zengy (Today) | ||
|
||||
|
God woark,thanks,but +12 and -7 systęm not codet yet xD
__________________
Projecktas Qonquer LT -Charakters create-Done -Horse-Done -Ninja-Done -Skills-Done -PK Turnament-Not done still -GuildWar-Done(Not add prize clame system) -IVENTS-Not done -NPC Codet-50% -1 RB-Done -2 RB-Done -VIP-Done -VIP Shop-Done -OFFLINE tg-Not Done -All Another inportant things-Done! ![]() Nori Prisijunkti Prie musu? PM Mane Skype>>>>> sawickas_666 |
| The Following User Says Thank You to ~Black~Devil~ For This Useful Post: | ||
Closo (12-17-2009) | ||
|
||||
|
thxxx dude.. good work..
__________________
X.x.X My Game Is fire Game X.x.X ![]() |
| The Following User Says Thank You to .: ROCK :. For This Useful Post: | ||
Closo (12-17-2009) | ||
|
|||
|
you put in character.cs
Code:
public void AddItem22(uint ID, byte Plus, byte Bless, Game.Item.Gem Soc1, Game.Item.Gem Soc2, byte Enchant)
{
Item I = new Item();
I.Plus = Plus;
I.Soc1 = Soc1;
I.Soc2 = Soc2;
I.Enchant = Enchant;
I.Bless = Bless;//Gem Soc1
I.ID = ID;
I.UID = (uint)Rnd.Next(10000000);
I.MaxDur = I.DBInfo.Durability;
I.CurDur = I.MaxDur;
if (I.UID == 0)
{
I.UID = (uint)Rnd.Next(10000000);
}
Inventory.Add(I);
// MyClient.AddSend(Packets.AddItem(I, 0));
MyClient.AddSend(Packets.AddItem(I, 0));
}
Code:
GC.MyChar.AddItem22(191305, 12, 7, Game.Item.Gem.SuperDragonGem, Game.Item.Gem.SuperDragonGem, 255); |
|
||||
|
Ok, arry for this noob question (well i am a noob at C#) but were would u copy that file into like the exact spot...? and really good work i like it alot thank you!
__________________
IF I HELPED U CLICK THANKS!!!
Last edited by DeathMagnetiC; 12-17-2009 at 11:26 AM. |
| The Following User Says Thank You to DeathMagnetiC For This Useful Post: | ||
Closo (12-17-2009) | ||
|
|||
|
ok at first
when you want to add Code with #endregion <-- at end you have to add at the first #region so you will not have error anyway this code work good but there problem " warring" at this line Code:
ID = DI.ID;
Game.ItemIDManipulation e = new Game.ItemIDManipulation(ID);
Game.Item.ItemQuality Quality = Game.Item.ItemQuality.Super;
Code:
ID = DI.ID; Game.ItemIDManipulation e = new Game.ItemIDManipulation(ID); Game.Item.ItemQuality Quality = e.Quality; mabye im on online here all the time but you can talk to me on my msn if that allow here to say my msn id here anyway [Only registered and activated users can see links. ] |
![]() |
| Bookmarks |
| Thread Tools | |
| Display Modes | |
|
|