Poisions
Datum: 27/07/2011 12:37:34
Staženo: 618x
Popis:
Poision trénování :)
Příkazy:
- ,exec poisions
Kód:
using System;
using System.Collections.Generic;
using Phoenix;
using Phoenix.WorldData;
using System.Text;
using System.Windows.Forms;
using System.Diagnostics;
using System.Runtime.InteropServices;
using Phoenix.Gui;
namespace Scripts.DarkParadise
{
public class doplnksdasdassdasdasday
{
[Executable]
public static void Poisions()
{//by smoce
UO.PrintInformation("Cil");
UOCharacter cil = new UOCharacter(UIManager.TargetObject());
UO.Wait(500);
World.Player.ChangeWarmode(WarmodeChange.War);
UO.Wait(100);
World.Player.ChangeWarmode(WarmodeChange.Peace);
UO.Wait(100);
UO.WaitTargetObject(cil);
UO.UseType(0x0E85);
}
}
}

