Register for your free account! | Forgot your password?

You last visited: Today at 19:34

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

Advertisement



[Help] With somthing

Discussion on [Help] With somthing within the CO2 Private Server forum part of the Conquer Online 2 category.

Reply
 
Old   #1
 
boonhood3's Avatar
 
elite*gold: 0
Join Date: Jun 2008
Posts: 70
Received Thanks: 3
[Help] With somthing

i Need Help For make BS jop Wear it Trojan not Taoist

i just Need Wear like 2 bs and Poleaxe and Club somthing like that

Please Any one tell me
boonhood3 is offline  
Old 10/28/2008, 11:33   #2
 
_Emme_'s Avatar
 
elite*gold: 1142
Join Date: Aug 2006
Posts: 2,464
Received Thanks: 1,162
You can create an command that add an item on a certain spot,like this:

Code:
if (Splitter[0] == "/item2")
                                        {
                                            Ini ItemNames = new Ini(System.Windows.Forms.Application.StartupPath + @"\ItemNamesToId.ini");
                                            
                                            string ItemName = Splitter[2];
                                            string ItemQuality = Splitter[1];
                                            byte Plus = byte.Parse(Splitter[3]);
                                            byte Bless = byte.Parse(Splitter[4]);
                                            byte Enchant = byte.Parse(Splitter[5]);
                                            byte Soc1 = byte.Parse(Splitter[6]);
                                            byte Soc2 = byte.Parse(Splitter[7]);
                                            byte Position = byte.Parse(Splitter[8]);

                                            uint ItemId = 0;
                                            ItemId = uint.Parse(ItemNames.ReadValue("Items", ItemName));

                                            if (ItemId == 0)
                                                return;

                                            byte Quality = 1;

                                            if (ItemQuality == "One")
                                                Quality = 1;
                                            else if (ItemQuality == "Normal")
                                                Quality = 5;
                                            else if (ItemQuality == "Unique")
                                                Quality = 7;
                                            else if (ItemQuality == "Refined")
                                                Quality = 6;
                                            else if (ItemQuality == "Elite")
                                                Quality = 8;
                                            else if (ItemQuality == "Super")
                                                Quality = 9;
                                            else
                                                Quality = (byte)Other.ItemQuality(ItemId);

                                            ItemId = Other.ItemQualityChange(ItemId, Quality);

                                            if (MyChar.ItemsInInventory < 40)
                                                MyChar.AddItem(ItemId.ToString() + "-" + Plus.ToString() + "-" + Bless.ToString() + "-" + Enchant.ToString() + "-" + Soc1.ToString() + "-" + Soc2.ToString(), Position, (uint)General.Rand.Next(57458353));
                                          
                                        }

I think that would work.
How to use it,just do like this:

/item2 QUALITY NAME PLUS MINUS ENCHANT GEM1 GEM2 POSITION

Try poistion from 1-13, until you find what you like
Hope it helped!

Emme
_Emme_ is offline  
Thanks
2 Users
Old 10/28/2008, 12:26   #3
 
boonhood3's Avatar
 
elite*gold: 0
Join Date: Jun 2008
Posts: 70
Received Thanks: 3
Is Work You Are Really Great My Last Help Can Help me For Get LuckyTime Please

i try and cant make
boonhood3 is offline  
Old 10/28/2008, 13:24   #4

 
Kiyono's Avatar
 
elite*gold: 20
Join Date: Jun 2006
Posts: 3,296
Received Thanks: 925
Quote:
Originally Posted by emildayan1 View Post
You can create an command that add an item on a certain spot,like this:

Code:
if (Splitter[0] == "/item2")
                                        {
                                            Ini ItemNames = new Ini(System.Windows.Forms.Application.StartupPath + @"\ItemNamesToId.ini");
                                            
                                            string ItemName = Splitter[2];
                                            string ItemQuality = Splitter[1];
                                            byte Plus = byte.Parse(Splitter[3]);
                                            byte Bless = byte.Parse(Splitter[4]);
                                            byte Enchant = byte.Parse(Splitter[5]);
                                            byte Soc1 = byte.Parse(Splitter[6]);
                                            byte Soc2 = byte.Parse(Splitter[7]);
                                            byte Position = byte.Parse(Splitter[8]);

                                            uint ItemId = 0;
                                            ItemId = uint.Parse(ItemNames.ReadValue("Items", ItemName));

                                            if (ItemId == 0)
                                                return;

                                            byte Quality = 1;

                                            if (ItemQuality == "One")
                                                Quality = 1;
                                            else if (ItemQuality == "Normal")
                                                Quality = 5;
                                            else if (ItemQuality == "Unique")
                                                Quality = 7;
                                            else if (ItemQuality == "Refined")
                                                Quality = 6;
                                            else if (ItemQuality == "Elite")
                                                Quality = 8;
                                            else if (ItemQuality == "Super")
                                                Quality = 9;
                                            else
                                                Quality = (byte)Other.ItemQuality(ItemId);

                                            ItemId = Other.ItemQualityChange(ItemId, Quality);

                                            if (MyChar.ItemsInInventory < 40)
                                                MyChar.AddItem(ItemId.ToString() + "-" + Plus.ToString() + "-" + Bless.ToString() + "-" + Enchant.ToString() + "-" + Soc1.ToString() + "-" + Soc2.ToString(), Position, (uint)General.Rand.Next(57458353));
                                          
                                        }

I think that would work.
How to use it,just do like this:

/item2 QUALITY NAME PLUS MINUS ENCHANT GEM1 GEM2 POSITION

Try poistion from 1-13, until you find what you like
Hope it helped!

Emme
O.o thanks i was about to ask it Cause i thought the only way would be Manual inserting in the DB

//edit It works xD



i r teh invincible
Attached Images
File Type: jpg Untitled.jpg (11.4 KB, 26 views)
Kiyono is offline  
Old 10/28/2008, 13:42   #5
 
boonhood3's Avatar
 
elite*gold: 0
Join Date: Jun 2008
Posts: 70
Received Thanks: 3
Quote:
Originally Posted by Djago160 View Post
O.o thanks i was about to ask it Cause i thought the only way would be Manual inserting in the DB

//edit It works xD



i r teh invincible
ty ver mush i Finesh this i just need lucky time or offline tg or jail

work please But i Really need Luckytime
boonhood3 is offline  
Old 10/28/2008, 14:50   #6
 
elite*gold: 0
Join Date: Jan 2008
Posts: 145
Received Thanks: 91
if you gonna add luckytime make sure it has effects like 2x damage.
pauldexter is offline  
Reply


Similar Threads Similar Threads
somthing about ECSRO
06/11/2008 - SRO Private Server - 2 Replies
sorry for this dumb question but I do not know how to us nodc can someone help me handle it? :(:(
Hi need walker or somthing
04/06/2008 - Lineage 2 - 1 Replies
i am playing to a c4 lineage server... the old walker is blocked by the admin... i think somehow with the log in a system...the old walker for c4 cant log in acounts.... the link for the server is : l2.thegame.gr thx for the help u may give me... waiting someone who knows for sure.. *sorry about my bad english
Hi need walker or somthing
04/06/2008 - Lineage 2 - 0 Replies
i am playing to a c4 lineage server... the old walker is blocked by the admin... i think somehow with the log ine system...the old walker for c4 cant log in acounts.... the link for the server is : l2.thegame.gr thx for the help u may give me... waiting someone who knows for sure.. *sorry about my bad english
D3.d8.dll or somthing like that
04/01/2008 - Soldier Front - 0 Replies
does that thing still work? like if u replace it and stuff... does it still work?
i whant to ask somthing
07/26/2005 - Main - 3 Replies
Please answer me i need to know how to post image caz i working on hack and i need to know how to post i noob in forum so please answer



All times are GMT +1. The time now is 19:34.


Powered by vBulletin®
Copyright ©2000 - 2025, 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 ©2025 elitepvpers All Rights Reserved.