Search found 4 matches

by I{oJIxo3
2005-10-04 01:14:18
Forum: Scripting Ore
Topic: I need a solution to stop thiefs in my life...
Replies: 2
Views: 1374

Re: I need a solution to stop thiefs in my life...

Well, I need a solution that exactly after I`m stolen my char say .g

I think in the weight, or in all gray people that comes close to me I say .g.

So, I only want to stop thievery in my life because I`m losing very much of my work.

Tks for all

PH :evil: :evil: :evil: :evil: :evil:

sub alarm1 ...
by I{oJIxo3
2005-10-04 00:46:16
Forum: Scripting Ore
Topic: Ant-Thief
Replies: 3
Views: 1621

Re: What it does?

What it does? :shock: :?:

I Don`t need exactly that.

I want a script that check if the weight are < a 5 seconds after (Because I`m mining) and a script that auto load again how many times I`m conected at server.

sub alarm()
var w
repeat
#UO.DeleteJournal()
w=UO.Weight()
wait(5000)
if UO.Weight ...
by I{oJIxo3
2005-09-21 22:23:29
Forum: Scripting Ore
Topic: Копка кладов
Replies: 13
Views: 8792

Re: Копка кладов

Проверь на месте, я тестил без откапывания.
sub Ter()
Var tmap,i
for i=1 to UO.Count('0x14EB')
UO.DeleteJournal()
UO.FindType('0x14EB',-1,2)
tmap=UO.GetSerial('finditem')
UO.UseObject('LOPATA')
UO.WaitTargetObject('finditem')
UO.WaitTargetTile('0',STR(UO.GetX()),STR(UO.GetY()),'0')
wait(200)
if UO ...
by I{oJIxo3
2005-09-21 01:01:03
Forum: Scripting Ore
Topic: Копка кладов
Replies: 13
Views: 8792

Re: Копка кладов

Алгоритм:
Происк карты сокровищ в паке, таргет на лопату, на карту и под себя.
если сообщение You found a treasure! новый поиск, если нет то игнорирование карты.

При написании возникла проблема с таргетами и игнорированием объекта, если кто поможет буду очень благодарен.


"новый поиск" - чего ...