Search found 9 matches

by zars
2008-10-09 00:09:50
Forum: General
Topic: edit inject display
Replies: 3
Views: 3031

eto mozhno? :?:
by zars
2008-09-30 23:34:30
Forum: General
Topic: edit inject display
Replies: 3
Views: 3031

edit inject display

Image

can i edit this for another type and color, for heal and mana potions?



vot eto tozhe takoj vopros bil

http://yoko.ultimasoft.ru/viewtopic.php ... ht=display
by zars
2008-09-17 16:02:49
Forum: Scripting Ore
Topic: timer
Replies: 1
Views: 939

timer

until uo.InJournal('put') OR uo.InJournal('fail') OR WAIT 10 sec


how to make OR wait10sec? i dont understand what timers do


until uo&#46;InJournal&#40;'put'&#41; OR uo&#46;InJournal&#40;'fail'&#41; OR LastTimer+300<UO&#46;Timer&#40;&#41;
i think dont work , but i ...
by zars
2008-08-08 21:31:03
Forum: Scripting Ore
Topic: Каторга на DrW
Replies: 2
Views: 1339

ja tozhe v jail :roll: svje kto kachal stati na dolls i krichal guards v jail :wink:
by zars
2007-09-14 00:01:02
Forum: Scripting Ore
Topic: wait for menu
Replies: 2
Views: 798



repeat
UO&#46;DeleteJournal&#40;&#41;
UO&#46;UseType&#40;'0x1BEF'&#41; ; ingot
CheckLag&#40;&#41;
uo&#46;LClick&#40;487,455&#41; ; make last button
while NOT UO&#46;InJournal&#40;'You put'&#41; AND NOT UO&#46;InJournal&#40;'failed'&#41;
wait&#40;500&#41;
wend

sub CheckLag&#40;&#41;
if ...
by zars
2007-09-13 18:39:43
Forum: Scripting Ore
Topic: wait for menu
Replies: 2
Views: 798

wait for menu



repeat
UO&#46;DeleteJournal&#40;&#41;
UO&#46;UseType&#40;'0x1BEF'&#41; ; ingot
wait&#40;1000&#41;
uo&#46;LClick&#40;487,455&#41; ; make last button
while NOT UO&#46;InJournal&#40;'You put'&#41; AND NOT UO&#46;InJournal&#40;'failed'&#41;
wait&#40;500&#41;
wend



sometimes i have lags and ...
by zars
2007-09-06 17:31:12
Forum: Scripting Ore
Topic: Unhandled exeption in parser
Replies: 3
Views: 1402

t = UO&#46;Timer&#40;&#41;
k = k + 1
UO&#46;CancelTarget&#40;&#41;
wait&#40;300&#41;
UO&#46;WaitTargetTile


UO.CancelTarget() dont need this, delete

or:

t = UO&#46;Timer&#40;&#41;
k = k + 1
;UO&#46;CancelTarget&#40;&#41;
wait&#40;300&#41;
UO&#46;WaitTargetTile
by zars
2007-09-04 23:07:11
Forum: Scripting Ore
Topic: warmode
Replies: 5
Views: 1830

in war mode healing dont work?
by zars
2007-09-04 19:53:34
Forum: Scripting Ore
Topic: walk to
Replies: 0
Views: 1234

walk to

i want find element, go to him and kill. but my nothing happen, only big lag until i turn off script.

i dont remember what i done, but one time this script work.... maby problem to inject or walker?


sub killelem&#40;&#41;
VAR Count, LastTimer, Elem


LastTimer=UO&#46;Timer&#40;&#41 ...