charprint....
Moderators: Murderator+, Murderator
charprint....
i want to know if exsist a command like charprint but send a text on other charter, like "event ExMsg #charid TEXT" in Euo.
tnz
tnz
look here
All new lasttargets will be sign by mark (gold coin) for 6 seconds
Code: Select all
sub MarkTarget()
var target = ''
var timer = 0
var temp
var mark = '0xeed'
while not uo.Dead()
temp = uo.GetSerial('lasttarget')
if temp <> '0x00000000' then
if target <> temp then
target = temp
timer = 20
else
if timer then
timer = timer - 1
uo.mfgi('clear')
uo.mfgi('add', mark, uo.GetX(target), uo.GetY(target), uo.GetZ(target)+16, 0, "SHARED")
wait(200)
end if
end if
end if
wait(100)
wend
end sub
All new lasttargets will be sign by mark (gold coin) for 6 seconds
-
- Junior Expert
- Posts: 3221
- Joined: 2004-06-24 22:08:56
Naish wrote:ok, this is near what i want, but i need a text and not an object like a coin XD
tnx a lot anyway ^^
Try to make text by using fake objects..

YokoInjection CodeSweeper
Function not found?
Possession of mathematics at the level of art - a gift that is only available for election.
Sorry for my clumsy English.
Telegram: @tatikom
Function not found?
Possession of mathematics at the level of art - a gift that is only available for election.
Sorry for my clumsy English.
Telegram: @tatikom