[Help] With somthing

10/28/2008 10:27 boonhood3#1
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
10/28/2008 11:33 _Emme_#2
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
10/28/2008 12:26 boonhood3#3
Is Work You Are Really Great My Last Help Can Help me For Get LuckyTime Please

i try and cant make
10/28/2008 13:24 Kiyono#4
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

[Only registered and activated users can see links. Click Here To Register...]

i r teh invincible
10/28/2008 13:42 boonhood3#5
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

[Only registered and activated users can see links. Click Here To Register...]

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

work please But i Really need Luckytime
10/28/2008 14:50 pauldexter#6
if you gonna add luckytime make sure it has effects like 2x damage.