Search found 8 matches

by else
2004-10-03 20:04:33
Forum: General
Topic: How about use special moves?
Replies: 4
Views: 2684

How about use special moves?

How about use special moves? thank
by else
2004-04-21 20:05:33
Forum: Help
Topic: About staring
Replies: 3
Views: 2489

How i can get serial of laststatus? :p
by else
2004-04-21 19:35:44
Forum: Help
Topic: About staring
Replies: 3
Views: 2489

sub statusing()
uo.addobject('lchar','laststatus')
wait(1000)
uo.print(UO.GetSerial('lchar'))
uo.print(str(UO.GetHP(UO.GetSerial('lchar'))))
end sub

PRINT
Object updated: lchar=0x133D52
0x0000000
0
by else
2004-04-21 18:36:09
Forum: Help
Topic: About staring
Replies: 3
Views: 2489

About staring

I have problem with staring. I need use object "laststatus" with print(str(uo.gethp("object") for example. But this:

----- next target from uo client before -----
print(str(uo.gethp('laststatus')))
# print old target or 0.

Can help?
by else
2004-04-21 05:48:54
Forum: Help
Topic: Questions? (print name, set target, delete print)
Replies: 6
Views: 4265

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 ...
by else
2004-04-21 05:44:14
Forum: Help
Topic: Questions? (print name, set target, delete print)
Replies: 6
Views: 4265

Yes, of course! thnk
next point? ;)
by else
2004-04-20 18:55:54
Forum: Help
Topic: Questions? (print name, set target, delete print)
Replies: 6
Views: 4265

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 ...
by else
2004-04-20 07:52:32
Forum: Help
Topic: Questions? (print name, set target, delete print)
Replies: 6
Views: 4265

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? ;) )