Yoko
http://forum.yoko.com.ua/

Ant-Thief
http://forum.yoko.com.ua/viewtopic.php?f=20&t=5356
Page 1 of 1

Author:  Palerique [ 2005-10-03 22:55:17 ]
Post subject:  Ant-Thief

I need a script that check the actual weight and if it are < the last weight the char say .g.

Becausae I have big problems with thiefes :evil: :evil: :evil: :evil: :evil: .

Tks,
PH

Author:  flake [ 2005-10-03 22:57:59 ]
Post subject: 

Code:
sub AntiThief()
  var temp =uo.weight
     while temp == uo.weight
       wait(50)
     wend
  uo.msg( '.g.' )
endsub

Author:  Palerique [ 2005-10-03 23:02:30 ]
Post subject:  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.

Author:  I{oJIxo3 [ 2005-10-04 00:46:16 ]
Post subject:  Re: What it does?

Palerique wrote:
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.

Code:
sub alarm()
var w
repeat
#UO.DeleteJournal()
w=UO.Weight()
wait(5000)
if UO.Weight<w then
UO.Say(".g. pshol otsyuda ...")
endif
until UO.InJournal("To heavy")
end sub


if you want you can change UO.Say on playsound ...
And run like a second script.
i'm not sure about 'to heavy' you should check.

Page 1 of 1 All times are UTC+02:00
Powered by phpBB® Forum Software © phpBB Limited
https://www.phpbb.com/