Ant-Thief

Anything and all.

Moderators: Murderator+, Murderator

Post Reply
Palerique
Posts: 4
Joined: 2005-09-28 05:09:56

Ant-Thief

Post by Palerique »

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
flake
Expert!
Posts: 746
Joined: 2004-08-11 23:56:17
Location: The Citadel
Contact:

Post by flake »

Code: Select all

sub AntiThief()
  var temp =uo.weight
     while temp == uo.weight
       wait(50)
     wend
  uo.msg( '.g.' )
endsub
Palerique
Posts: 4
Joined: 2005-09-28 05:09:56

What it does?

Post by Palerique »

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.
I{oJIxo3
Posts: 4
Joined: 2005-09-21 00:17:06
Location: DRW
Contact:

Re: What it does?

Post by I{oJIxo3 »

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: Select all

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.
Smog[PK]
Post Reply