| Yoko http://forum.yoko.com.ua/ |
|
| Questions? (print name, set target, delete print) http://forum.yoko.com.ua/viewtopic.php?f=3&t=140 |
Page 1 of 1 |
| Author: | else [ 2004-04-20 07:52:32 ] |
| Post subject: | Questions? (print name, set target, delete print) |
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? |
|
| Author: | Yoko [ 2004-04-20 15:34:16 ] |
| Post subject: | Re: Questions? (print name, set target, delete print) |
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. |
|
| Author: | else [ 2004-04-20 18:55:54 ] |
| Post subject: | |
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. |
|
| Author: | Yoko [ 2004-04-20 23:01:59 ] |
| Post subject: | |
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 |
|
| Author: | WeedDevil [ 2004-04-20 23:07:01 ] |
| Post subject: | |
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 |
|
| Author: | else [ 2004-04-21 05:44:14 ] |
| Post subject: | |
Yes, of course! thnk next point? |
|
| Author: | else [ 2004-04-21 05:48:54 ] |
| Post subject: | |
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 |
|
| Page 1 of 1 | All times are UTC+02:00 |
| Powered by phpBB® Forum Software © phpBB Limited https://www.phpbb.com/ |
|