Yoko

All sides of Injection
It is currently 2025-11-04 08:38:01

All times are UTC+02:00




Post new topic  Reply to topic  [ 3 posts ] 
Author Message
PostPosted: 2005-10-03 23:27:46 
Offline

Joined: 2005-09-28 05:09:56
Posts: 4
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:


Top
   
PostPosted: 2005-10-04 01:14:18 
Offline

Joined: 2005-09-21 00:17:06
Posts: 4
Location: DRW
Palerique wrote:
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:

Code:
sub alarm1()
var name
var nametype
while NOT UO.Dead
name=uo.GetName(uo.JournalSerial(uo.InJournal("You see:")-1))
nametype=uo.GetNotoriety(name)
if nametype==4 then
UO.Say("Guard !!! Pshol von "+name)
endif
UO.DeleteJournal()
wait(2000)
wend
end sub


Heh ... I can't test this script now. =( therefore i think what it can maybe wrong... I think what you could run like an another process.

_________________
Smog[PK]


Top
   
 Post subject:
PostPosted: 2006-02-13 00:45:32 
Offline

Joined: 2005-06-15 20:31:25
Posts: 7
Checking weight. After thief are detected starting again. When you are dead screenshot will be placed in Injection folder.
Code:
sub AntiTheif()
var myWeight
REPEAT
   myWeight = UO.Weight
   WHILE (myWeight <= UO.Weight)
      wait(1000
   WEND
   UO.Say(".g")
   UO.Print("Thief are detected. Script reloaded.")
UNTIL UO.Dead()
UO.Snap()
end sub


Top
   
Display posts from previous:  Sort by  
Post new topic  Reply to topic  [ 3 posts ] 

All times are UTC+02:00


Who is online

Users browsing this forum: No registered users and 9 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Jump to:  
cron
Powered by phpBB® Forum Software © phpBB Limited