message upper objects

General Injection issues

Moderators: Murderator+, Murderator

Post Reply
klokan
Posts: 8
Joined: 2005-06-14 14:39:28

message upper objects

Post by klokan »

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 »

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 »

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 »

Hm... I think I don't understand what you meen.
klokan
Posts: 8
Joined: 2005-06-14 14:39:28

Post by klokan »

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 »

I think that's imposible.
klokan
Posts: 8
Joined: 2005-06-14 14:39:28

Post by klokan »

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 »

yes
(btw there is charprint command)
Weee
Posts: 90
Joined: 2011-01-19 01:07:15

Re: message upper objects

Post by Weee »

а было бы так неплохо добавить такую команду именно над другими объектами (не только над игроком).
Post Reply