Full Version : Attachment that can send msg's in the Runic Font?
xmlspawner >>Q&A >>Attachment that can send msg's in the Runic Font?


<< Prev | Next >>

godfood- 01-20-2006
I was working on a dungeon and I thought to myself, "It would be nice to make player's decode runic messages to advance through dungeons." I thought about just using the glowing rune tiles, but there are only 5 or 6 of them. So, I headed off to RunUO to see what other's had been talking about reegarding the Runic font found in InsideUO (Font 8). I found this, but it's a little greek to me (I don't know code at all).

Runic Lettering - usage if and how?

I am know left with two questions.

xmlspawner/blue.gif Is it possible to have an attachment that will send a MSG in the runic font? Make an NPC/Player Talk in the runic font?

xmlspawner/blue.gif If it IS possible, is someone willing to to take the time create this for the XMLSpawnerFan Community? (This would be a good way to show your appreciation to Me and Arte.)

ArteGordon- 01-21-2006
yes it is possible to send text in the different fonts. There isnt currently support for that but I have added it in.

- the MSG keyword now supports an optional hue argument

MSG[,probability][,hue]

- added the new ASCIIMSG keyword that is like MSG but uses ascii instead of unicode and supports an optional hue and font argument.

ASCIIMSG[,probability][,hue][,font]/text

- the SENDMSG keyword now supports an optional hue argument

SENDMSG[,hue]/text

- added the new SENDASCIIMSG keyword that is like SENDMSG but uses ascii instead of unicode and supports an optional hue and font argument.

SENDASCIIMSG[,hue][,font]/text

godfood- 01-21-2006
Thanks Arte biggrin.gif. Look for this in the next update?

ArteGordon- 01-21-2006
yeah, it will be in the next update. If you want to try it out now I have attached an updated BaseXmlSpawner.cs file and an XML example.

user posted image

Here is the latest v3.07 beta update that includes this mod
v307_beta

godfood- 01-22-2006
That's so cool Arte biggrin.gif. It's just too bad it show's up as normal text in the journal sad.gif. Looks like I may have to Re-Order the runic font so it will come out as giberish in the journal. It also means it will take more time to properly enter msg's sad.gif. But that looks like it's all client side stuff.

ArteGordon- 01-22-2006
yep