z ultima.smoce.net som si stiahol dole uvedený skript a je to jeden z nefunkčných. chcel by som sa opýtať čo môžem urobiť aby "sa rozbehal"?
Kód: Vybrat vše
/////////////////////////////////////////////////////////////////////////
//
// www.ultima.smoce.net
// Name: ArmsLore
//
/////////////////////////////////////////////////////////////////////////
using System;
using System.Collections.Generic;
using System.Text;
using Phoenix;
using Phoenix.WorldData;
using System.Linq;
using Phoenix.Communication;
using Phoenix.Runtime;
using Phoenix.Runtime.Reflection;
namespace Scripts.DarkParadise
{
public class ultima_smoce_net_1379428012
{[Executable]
public void ArmsLore()
{
while (!World.Player.Dead)
{
using (JournalEventWaiter waiter = new JournalEventWaiter(true, "It is repairable."))
{
UO.Print("Arms Lore ...");
UO.WaitTargetObject(Aliases.GetObject("cil"));
UO.UseSkill("Arms Lore");
UO.Wait(500);
if (!waiter.Wait(10000)) UO.PrintWarning("Waiting for Skill timeout.");
}
}
}
}
}
skúsil som zmeniť UO.WaitTargetObject(Aliases.GetObject("cil")); na UO.WaitTargetObject(Aliases.GetObject("0x4035AF74")); (serial dýky, ktorú má môj craft vo vaku. mal ju aj v ruke, chyba ostala)
tu však bohužiaľ moje vedomosti o upravovaní scriptov končia. viete mi niekto prosím poradiť?
dopredu ďakujem!