Yoko

All sides of Injection
It is currently 2026-03-10 13:02:30

All times are UTC+02:00




Post new topic  Reply to topic  [ 7 posts ] 
Author Message
PostPosted: 2004-04-20 07:52:32 
Offline

Joined: 2004-04-20 07:46:49
Posts: 8
Hi,
1) How to delete all message in print?
2) Can i print name of last target? How to do?
3) How to set target without magic arrow or use any skills for example ? ( ,setlasttarget? ;) )


Top
   
PostPosted: 2004-04-20 15:34:16 
Offline
Site Admin
User avatar

Joined: 2004-04-03 16:49:38
Posts: 1964
else wrote:
Hi,
1) How to delete all message in print?
2) Can i print name of last target? How to do?
3) How to set target without magic arrow or use any skills for example ? ( ,setlasttarget? ;) )

1) ,textclear
2) uo.print(uo.getname("laststatus"))
3) no way for client. for injection - ,set lasttarget and ,getstatus depending on how you define last target.


Top
   
 Post subject:
PostPosted: 2004-04-20 18:55:54 
Offline

Joined: 2004-04-20 07:46:49
Posts: 8
sub name()
uo.print('name of target: '+uo.getname("laststatus"))
end sub

print only "name of target:"

sub printdel()
uo.print('Hi!')
wait(100)
uo.exec(',textclear')
end sub

still is in print text 'Hi!'

and 3) i need make cross for target as i write ",hide" without action to get lasttarget.


Top
   
 Post subject:
PostPosted: 2004-04-20 23:01:59 
Offline
Site Admin
User avatar

Joined: 2004-04-03 16:49:38
Posts: 1964
else wrote:
sub name()
uo.print('name of target: '+uo.getname("laststatus"))
end sub
print only "name of target:"

it is possible that standart name aquiring settings not works on your shard configuration, or you using one of old versions of injection

else wrote:
sub printdel()
uo.print('Hi!')
wait(100)
uo.exec(',textclear')
end sub

still is in print text 'Hi!'

text in UO console can not be forced cleared any way, this is pure client settings.
text that can be cleared may be written in special window.
see commands ,textopen ,textclose ,textprint ,textclear

else wrote:
3) i need make cross for target as i write ",hide" without action to get lasttarget.

i still do not understand request. maybe you need use ,addobject then anything you need


Top
   
 Post subject:
PostPosted: 2004-04-20 23:07:01 
Offline

Joined: 2004-04-06 12:13:49
Posts: 32
you might try to flood you "uo console" with space

sub printdel()
uo.print('Hi!')
wait(100)
printspam()
end sub

sub printspam()
uo.print(" ")
uo.print(" ")
uo.print(" ")
uo.print(" ")
uo.print(" ")
uo.print(" ")
uo.print(" ")
uo.print(" ")
uo.print(" ")
uo.print(" ")
uo.print(" ")
uo.print(" ")
uo.print(" ")
uo.print(" ")
uo.print(" ")
uo.print(" ")
uo.print(" ")
uo.print(" ")
uo.print(" ")
uo.print(" ")
uo.print(" ")
uo.print(" ")
uo.print(" ")
uo.print(" ")
uo.print(" ")
uo.print(" ")
uo.print(" ")
uo.print(" ")
end sub


Top
   
 Post subject:
PostPosted: 2004-04-21 05:44:14 
Offline

Joined: 2004-04-20 07:46:49
Posts: 8
Yes, of course! thnk
next point? ;)


Top
   
 Post subject:
PostPosted: 2004-04-21 05:48:54 
Offline

Joined: 2004-04-20 07:46:49
Posts: 8
WeedDevil wrote:
you might try to flood you "uo console" with space

sub printdel()
uo.print('Hi!')
wait(100)
printspam()
end sub

sub printspam()
uo.print(" ")
uo.print(" ")
uo.print(" ")
uo.print(" ")
uo.print(" ")
uo.print(" ")
uo.print(" ")
uo.print(" ")
uo.print(" ")
uo.print(" ")
uo.print(" ")
uo.print(" ")
uo.print(" ")
uo.print(" ")
uo.print(" ")
uo.print(" ")
uo.print(" ")
uo.print(" ")
uo.print(" ")
uo.print(" ")
uo.print(" ")
uo.print(" ")
uo.print(" ")
uo.print(" ")
uo.print(" ")
uo.print(" ")
uo.print(" ")
uo.print(" ")
end sub


very lagly solve :p


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

All times are UTC+02:00


Who is online

Users browsing this forum: No registered users and 1 guest


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:  
Powered by phpBB® Forum Software © phpBB Limited