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
i just Need Wear like 2 bs and Poleaxe and Club somthing like that
Please Any one tell me
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));
}
O.o thanks i was about to ask it Cause i thought the only way would be Manual inserting in the DBQuote:
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
:D ty ver mush i Finesh this i just need lucky time or offline tg or jailQuote:
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