Yoko

All sides of Injection
It is currently 2025-10-30 01:19:15

All times are UTC+02:00




Post new topic  Reply to topic  [ 5 posts ] 
Author Message
 Post subject: ADD FRIEND
PostPosted: 2008-08-15 03:45:10 
Offline

Joined: 2007-10-01 22:04:36
Posts: 15
i need a script that add friends and attack everybody if s/he isnt friend...

is that possible?


Top
   
 Post subject:
PostPosted: 2008-08-15 11:01:53 
Offline

Joined: 2005-04-19 18:00:29
Posts: 2259
Location: Московская область
I think that's very difficult, but if u make array with ID and use script, which will compare every element of your array with laststatus ID, and if it's not so ID in your array- attack, or make a msg 'ID found. Friend'

Something like this:

Code:
sub Attack()
 
  DIM Friend[3]
 
  Friend[0]=ID_FirstFriend
  Friend[1]=ID_SecondFriend
  Friend[2]=ID_ThirdFriend

  var i
  for i=0 to 2
    if uo.GetSerial('laststatus')==Friend[i] then
      uo.Say('Hi, friend!')
      wait(100)
    else
      uo.Attack('laststatus')
    end if
  next
end sub


Top
   
 Post subject:
PostPosted: 2008-08-15 17:47:32 
Offline

Joined: 2007-10-01 22:04:36
Posts: 15
Quote:
sub Attack()

DIM Friend[3]

Friend[0]=ID_FirstFriend
Friend[1]=ID_SecondFriend
Friend[2]=ID_ThirdFriend

var i
for i=0 to 2
if uo.GetSerial('laststatus')==Friend[i] then
uo.Say('Hi, friend!')
wait(100)
else
uo.Attack('laststatus')
end if
next
end sub


does this script attack?


Top
   
 Post subject:
PostPosted: 2008-08-15 18:48:07 
Offline

Joined: 2005-04-19 18:00:29
Posts: 2259
Location: Московская область
Code:
uo.Attack('laststatus')


don't you see that?


Top
   
 Post subject:
PostPosted: 2008-08-17 01:14:18 
Offline

Joined: 2007-10-01 22:04:36
Posts: 15
oh sry.. i'll try it.. thanks


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

All times are UTC+02:00


Who is online

Users browsing this forum: No registered users and 2 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