RunUO Community

This is a sample guest message. Register a free account today to become a member! Once signed in, you'll be able to participate on this site by adding your own topics and posts, as well as connect with other members through your own private inbox!

how do i make it display text on the screen?

L

Lost User

Guest
how do i make it display text on the screen?

on POL i belive its SendSysMessage(player,"Hello") or something similar to that
ive seen a few examples like this
SendLocalizedMessage( 1010517 )
but how do i know what the 1010517 message is?
how can i make my own?
 

Pheyte

Wanderer
you have to download the Localization File Viewer
http://www.runuo.com/files/index.php?cat=3

it will give the message and the index
 
R

Rainman

Guest
Check threw the scripts for logging in, they will show you how to send system messages in game.

The
SendLocalizedMessage( 1010517 )

are premade text by OSI which make things viewable by other languages.
 
Top