Register for your free account! | Forgot your password?

You last visited: Today at 03:45

  • Please register to post and access all features, it's quick, easy and FREE!

Advertisement



[FIX]AddItem (Fully work)

Discussion on [FIX]AddItem (Fully work) within the CO2 PServer Guides & Releases forum part of the CO2 Private Server category.

Reply
 
Old   #1
 
elite*gold: 0
Join Date: Feb 2009
Posts: 1,765
Received Thanks: 382
[FIX]AddItem (Fully work)

Go in character.cs and search for:
Code:
public void AddItem(uint ID, byte Plus)
Under add:
Code:
        public void AddItem(uint ID, byte Plus, byte Bless)
        {
            Item I = new Item();
            I.Plus = Plus;
            I.Bless = Bless;
            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));
        }
        public void AddItem(uint ID, byte Plus, byte Bless, byte Enchant)
        {
            Item I = new Item();
            I.Plus = Plus;
            I.Bless = Bless;
            I.Enchant = Enchant;
            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));
        }
        public void AddItem(uint ID, byte Plus, byte Bless, byte Enchant, byte Soc1)
        {
            Item I = new Item();
            I.Plus = Plus;
            I.Bless = Bless;
            I.Enchant = Enchant;
            I.Soc1 = (Game.Item.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));
        }
        public void AddItem(uint ID, byte Plus, byte Bless, byte Enchant, byte Soc1, byte Soc2)
        {
            Item I = new Item();
            I.Plus = Plus;
            I.Bless = Bless;
            I.Enchant = Enchant;
            I.Soc1 = (Game.Item.Gem)Soc1;
            I.Soc2 = (Game.Item.Gem)Soc2;
            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));
        }
Thats it.
Pretty simple.
Fish* is offline  
Thanks
1 User
Old 07/26/2010, 17:51   #2
 
elite*gold: 0
Join Date: Feb 2007
Posts: 340
Received Thanks: 38
it's not really a fix..was it ever bugged? you just added something new
ryuchetval is offline  
Old 07/26/2010, 17:54   #3
 
_DreadNought_'s Avatar
 
elite*gold: 28
Join Date: Jun 2010
Posts: 2,223
Received Thanks: 867
Exactly what ^ said.
_DreadNought_ is offline  
Old 07/26/2010, 18:23   #4
 
killersub's Avatar
 
elite*gold: 0
Join Date: May 2009
Posts: 884
Received Thanks: 211
I guess wat dis does is if u try and convert something from like lotf or coemu you dont have to make a WHOLE new void to fix da errors the coemu's AddItem(or w.e version) gives...well still I posted thanks as he made a contribution ^_0.
killersub is offline  
Thanks
1 User
Old 07/26/2010, 18:44   #5
 
_DreadNought_'s Avatar
 
elite*gold: 28
Join Date: Jun 2010
Posts: 2,223
Received Thanks: 867
You would give thanks.
Thanks given: 125
Received Thanks: 115
More thanks given then got.
_DreadNought_ is offline  
Old 07/26/2010, 18:58   #6
 
killersub's Avatar
 
elite*gold: 0
Join Date: May 2009
Posts: 884
Received Thanks: 211
Quote:
Originally Posted by Eliminationn View Post
You would give thanks.
Thanks given: 125
Received Thanks: 115
More thanks given then got.
I'm more of a people person dats y TYVM :P.
killersub is offline  
Thanks
1 User
Old 07/27/2010, 01:52   #7
 
elite*gold: 0
Join Date: Feb 2009
Posts: 1,765
Received Thanks: 382
The fix is that the original itemadd can:

GC.MyChar.AddItem(ID, +);

this one can:
GC.MyChar.AddItem(ID, +, -, hp, soc1, soc2);

see the different?
so who said it aint a fix, failed.

+thanks to killersub
Fish* is offline  
Old 07/27/2010, 01:54   #8
 
Arcо's Avatar
 
elite*gold: 0
Join Date: Oct 2009
Posts: 8,765
Received Thanks: 5,291
Yeah, this isn't really a fix, more of just an addon. That's just my opinion though, nonetheless its helpful^^
Arcо is offline  
Thanks
2 Users
Old 07/27/2010, 01:56   #9
 
elite*gold: 0
Join Date: Feb 2009
Posts: 1,765
Received Thanks: 382
is still a fix somehow XD
Fish* is offline  
Reply


Similar Threads Similar Threads
how to make DSEEG work with dragonica (THQ/ICE) work for vista 32 bit users
10/16/2010 - Dragonica - 4 Replies
ok after 3 hours of messing around with dragonica i found a way to make it work with DSEEG for those who got the memory edit error firstly within the 1 minture the game is open with dseeg remove all hotkeys and delete all bot settings and click save leave the patcher.exe filepath as it is, select THQ and close everything, make sure that you set DSEEG to run as admin from the compatibility tab in properties. now delete engine.ini from both c: drive and the dragonica release folder ...
[Release] ReXIGNation (Anti-Xigncode+CRC Bypass) spam here work/no work
07/19/2010 - Dekaron - 9 Replies
F>Y>I the bypass still work for me reinstall the game and run the bypasss with Cheat engine only, no winhex or any other way will make you DC right away when log in, am a vista user and i testes 3 different way and only CE work now hope this help u guy :mofo:
[REL] AddItem (TRADE) (CoEmuv2)
07/15/2009 - CO2 Private Server - 2 Replies
@request to close



All times are GMT +2. The time now is 03:45.


Powered by vBulletin®
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
SEO by vBSEO ©2011, Crawlability, Inc.
This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.

Support | Contact Us | FAQ | Advertising | Privacy Policy | Terms of Service | Abuse
Copyright ©2024 elitepvpers All Rights Reserved.