hey guys i wanna put this command from 5017 into 5165.
i changeQuote:
if (Splitter[0] == "/gm")
{
if (Splitter[1] == "tro")
{
MyChar.AddItem("420339-12-7-255-13-13", 0, (uint)General.Rand.Next(57458353));
MyChar.AddItem("410339-12-7-255-13-13", 0, (uint)General.Rand.Next(57458353));
MyChar.AddItem("480339-12-7-255-13-13", 0, (uint)General.Rand.Next(57458353));
MyChar.AddItem("160249-12-7-255-13-13", 0, (uint)General.Rand.Next(57458353));//blizzard
MyChar.AddItem("120249-12-7-255-13-13", 0, (uint)General.Rand.Next(57458353));//tornado
MyChar.AddItem("150249-12-7-255-13-13", 0, (uint)General.Rand.Next(57458353));//thunder
MyChar.AddItem("112389-12-7-255-13-13", 0, (uint)General.Rand.Next(57458353));
MyChar.AddItem("135299-12-7-255-13-13", 0, (uint)General.Rand.Next(57458353));
}
toQuote:
if (Splitter[0] == "/gm")
if (Splitter[1] == "tro")
is that correct? and im not sure about the rest, cud some1 please help?Quote:
if (Cmd[0] == "/gm")
if (Cmd[1] == "tro")