General Injection issues
Moderators: Murderator+ , Murderator
klokan
Posts: 8 Joined: 2005-06-14 14:39:28
Post
by klokan » 2005-07-15 22:35:43
Is it possible to print any message above objects in client?
anything as uo.print('Object','Text')
flake
Expert!
Posts: 746 Joined: 2004-08-11 23:56:17
Location: The Citadel
Contact:
Post
by flake » 2005-07-16 00:07:23
Well, you can, buy in another form.
For example:
Code: Select all
uo.print( UO.GetName(Object), STR(UO.GetX( 'object' )), STR(UO.GetY( 'object' )))
will print the name of the object, and its coordinates X&Y.
klokan
Posts: 8 Joined: 2005-06-14 14:39:28
Post
by klokan » 2005-07-16 02:09:54
thanks, but i need to write it above an object(player or npc)
flake
Expert!
Posts: 746 Joined: 2004-08-11 23:56:17
Location: The Citadel
Contact:
Post
by flake » 2005-07-16 02:51:29
Hm... I think I don't understand what you meen.
klokan
Posts: 8 Joined: 2005-06-14 14:39:28
Post
by klokan » 2005-07-16 02:59:02
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')))
flake
Expert!
Posts: 746 Joined: 2004-08-11 23:56:17
Location: The Citadel
Contact:
Post
by flake » 2005-07-16 03:02:47
I think that's imposible.
klokan
Posts: 8 Joined: 2005-06-14 14:39:28
Post
by klokan » 2005-07-16 03:08:37
ok, is possible to do this command and add in to next version of injection by Yoko?:)
Yoko
Site Admin
Posts: 1964 Joined: 2004-04-03 16:49:38
Contact:
Post
by Yoko » 2005-07-17 23:59:21
yes
(btw there is charprint command)
Weee
Posts: 90 Joined: 2011-01-19 01:07:15
Post
by Weee » 2011-04-19 02:50:19
а было бы так неплохо добавить такую команду именно над другими объектами (не только над игроком).