Search found 8 matches

by klokan
2006-02-07 19:05:14
Forum: General
Topic: Text Window
Replies: 0
Views: 969

Text Window

Please could you tel me haw the text from the Text Window can be read from any script and store this text in variable?

for exapmle

sub hawreadfromtextwindow()
var a
uo.exec("textclear")
uo.exec("info") // or infotile, infogump
a=uo.readfromtextwindow() // I need this function

Im sorry ...
by klokan
2005-07-16 03:08:37
Forum: General
Topic: message upper objects
Replies: 8
Views: 5643

ok, is possible to do this command and add in to next version of injection by Yoko?:)
by klokan
2005-07-16 02:59:02
Forum: General
Topic: message upper objects
Replies: 8
Views: 5643

for example i want to see hp status above my target, not i down left corner of the screen when i use this command:
uo.print(str(uo.gethp('laststatus')))
by klokan
2005-07-16 02:09:54
Forum: General
Topic: message upper objects
Replies: 8
Views: 5643

thanks, but i need to write it above an object(player or npc)
by klokan
2005-07-15 22:35:43
Forum: General
Topic: message upper objects
Replies: 8
Views: 5643

message upper objects

Is it possible to print any message above objects in client?

anything as uo.print('Object','Text')
by klokan
2005-06-16 16:16:58
Forum: General
Topic: cursor
Replies: 5
Views: 1842

Yes. It is easy to target them ( cast("Spell","ID") ). I want to see them colored with their small status bar under body. I known only two ways to do it. First is press target next in client and slowly find my target. Second is to attack them in injection by uo.exec("attack","ID"). First is too ...
by klokan
2005-06-16 00:47:29
Forum: General
Topic: cursor
Replies: 5
Views: 1842

I mean the small blue/red bar under targeted player that sign act hp/ max hp. I can cast to anybody who has known ID(laststatus..) by injection. But i dont see his/her status bar.
by klokan
2005-06-15 23:31:17
Forum: General
Topic: cursor
Replies: 5
Views: 1842

cursor

I known ID object and I want to change cursor in client. Only way to do it, that I known, is use function uo.exec("attack","ID"). But it has two unadvantages. First every body around me see it(they see "Name is attacking Name"). In second it crach my spell durring cast.
Is there any other way?