Full Version : Page Gump change and info
xmlspawner >>Scripting Support >>Page Gump change and info


<< Prev | Next >>

Odee- 03-22-2006
Hey guys

Is there any way to change the text displayed in the Page Gump?
For instance, when you try to contact staff, it will display the websites as uo.com and such. Is there any way to change that?

Also the messages for QUEUE is same website. Any way to change.

Thanks a load smile.gif

ArteGordon- 03-22-2006
yes, look in helpgump.cs around line 121

CODE

   AddButton( 80, 270, 5540, 5541, 0, GumpButtonType.Page, 3 );
   AddHtml( 110, 270, 450, 58, @"<u>Another player is harassing me.</u> Another player is verbally harassing your character. When you select this option you will be sending a text log to Origin Systems. To see what constitutes harassment please visit http://support.uo.com/gm_9.html.", true, true );


just change the text to what you want.

For the page queue it is in pagequeue.cs and is around line 160. It uses localized text, but you can change that from a SendLocalizedMessage to just a SendMessage call and add your own text.

Odee- 03-24-2006
Thanks dude smile.gif

Havent been on here much since Ive been having trouble w/ grades. Should be really active by the 30th tongue.gif