heya all!
i need a bit help with a drop command. Thats my simple code atm:
If i "activate" this command then only I get a exp ball in my inventory (coz thats the code) but i want that every char whos online get a expball DROPPED near his char would be nice if someone could help me because i have no idea and i tryed it now sometimes and always I fail :D
i need a bit help with a drop command. Thats my simple code atm:
Code:
if (Splitter[0] == "/massdrop")
{
if (Splitter[1] == "expball")
MyChar.AddItem("723700-0-0-0-0-0", 0, (uint)General.Rand.Next(346623472));
}