Search found 9 matches

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

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

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: 1205

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.InJournal('put') OR uo.InJournal('fail') OR LastTimer+300<UO.Timer()
i think dont work , but i dont realy know how much time is LastTimer+300<UO.Timer ...
by zars
2008-08-08 21:31:03
Forum: Scripting Ore
Topic: Каторга на DrW
Replies: 2
Views: 1757

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: 1583



repeat
UO.DeleteJournal()
UO.UseType('0x1BEF') ; ingot
CheckLag()
uo.LClick(487,455) ; make last button
while NOT UO.InJournal('You put') AND NOT UO.InJournal('failed')
wait(500)
wend

sub CheckLag()
if uo.Waiting()>0 then
uo.Exec('canceltarget')
end if
uo.DeleteJournal()
uo.Click ...
by zars
2007-09-13 18:39:43
Forum: Scripting Ore
Topic: wait for menu
Replies: 2
Views: 1583

wait for menu



repeat
UO.DeleteJournal()
UO.UseType('0x1BEF') ; ingot
wait(1000)
uo.LClick(487,455) ; make last button
while NOT UO.InJournal('You put') AND NOT UO.InJournal('failed')
wait(500)
wend



sometimes i have lags and in 1 sec menu dont open and macros stop, because menu dont in time open. i ...
by zars
2007-09-06 17:31:12
Forum: Scripting Ore
Topic: Unhandled exeption in parser
Replies: 3
Views: 1794

Code: Select all

         t = UO.Timer() 
         k = k + 1 
        UO.CancelTarget()
         wait(300) 
         UO.WaitTargetTile

UO.CancelTarget() dont need this, delete

or:

Code: Select all

         t = UO.Timer() 
         k = k + 1 
        ;UO.CancelTarget()
         wait(300) 
         UO.WaitTargetTile
by zars
2007-09-04 23:07:11
Forum: Scripting Ore
Topic: warmode
Replies: 5
Views: 2395

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

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()
VAR Count, LastTimer, Elem


LastTimer=UO.Timer()


UO.UseType(0x13FE ...