Autor: -BOT- | Server:
Dark Paradise | Kategorie: Vše | Verze phoenixe: Phoenix 0.6 a 0.7 | Type: C#
Datum: 27/07/2011 01:47:18
Staženo: 403x
Popis:
Sní na hotce salát
Hodnocení: 4.2/10 (57 hlasy)
Příkazy:
Kód:
[Executable]
public void salaty()
{
if (World.Player.Backpack.AllItems.Count(0x09EC) > 0)
{
UO.UseObject(World.Player.Backpack.AllItems.FindType(0x09EC));
}
else
{
UO.Print("Dosly salaty!");
}
}