Remove Traps
Datum: 27/07/2011 12:38:45
Staženo: 464x
Popis:
Nyní už nelze trénovat...
Příkazy:
- ,exec removetraps_train
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 doplnkydasdsadass
{
[Executable]
public void removetraps_train()
{
UO.PrintInformation("Vyber past.");
UOItem past = new UOItem(UIManager.TargetObject());
int i = 1;
while (i < 1000)
{
UO.WaitTargetObject(past);
UO.UseSkill("Remove Trap");
UO.Wait(4000);
i++;
}
}
}
}

