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!

ASCII In Gumps

Amazonia

Sorceror
Hi. My runebook gump still shows everything in UnicodeMessage:



I have to put it in Ascii:



My question is how do I call an ascii text in a GUMP??

Let's take for example the words "Rename book".

Code:
   AddHtmlLocalized( 158, 22, 100, 18, 1011299, false, false ); // Rename book

How is HTML supposed to send an ascii text?? These HTML lines have specific arguments and I don't see where ascii is really fit at all. :/
 

Hammerhand

Knight
Might need to either modify or just not use the GumpHtml.cs & GumpHtmlLocalized.cs scripts in the server core. Gump.cs in the core has entries as well for AddHtml & AddHtmlLocalized.
 

Amazonia

Sorceror
But wouldn't that change the entire shard's gumps??



This is an example from a T2A Shard that uses Ascii Runebook. Not all the gumps on the shard are being in ascii!

Unless I somehow added a "AddAsciiHtml" or something like that? If that's even possible?

**Voided shard name and site to avoid illegal promotion.**
 

Pure Insanity

Sorceror
It is simply a font html tag in an html control. Html controls support basic html. Believe that font is considered the big font.
 
Top