Zruš Recall Port
Datum: 27/07/2011 12:22:15
Staženo: 377x
Popis:
Zrušení teleportace např. RUNEBOOK
Příkazy:
- ,exec zrus_port
Kód:
[Executable]
public void zrus_port()
{
UOItem btb = World.Player.Backpack.AllItems.FindType(0x0FEF,0x0482);
if (btb.Serial != Serial.Invalid)
{
btb.Use();
UO.Wait(100);
btb.Use();
}
else
{
UO.Print("Nemas Travel Book na zruseni odkopnuti");
}
}

