// #~#~#~#~#~#~#~#~#~#~#~#~#~#~#~#~#~#~#~#~#~#~#~#~#~#~#~#~#~#~#~#~#~#~#~# // ~# UOX3 Scriptfile #~ // #~ Created 1998 by Cironian and Drax ~# // ~#~#~#~#~#~#~#~#~#~#~#~#~#~#~#~#~#~#~#~#~#~#~#~#~#~#~#~#~#~#~#~#~#~#~#~ // *********************************************************************** // * Version 0.21 by The Script Team * // * Pug - Jcpirate@bsc.net * // * Concerned Watcher - lee.brown@virgin.net * // * Cruoris - cruoris@msn.com * // * Dante - dante@the-egg.net * // * HellRaider - dmais@urbi.com.br * // * Danath - matt994@multipro.com * // * * // * The Script Team - http://www.prodes.org/the-script-team * // * * // *********************************************************************** // *********************************************************************** // START of GMMENU Section // GMMENU 1 is executed whenever someone presses the "HELP" button // *********************************************************************** SECTION GMMENU 1 { UOX3 Help CALL GM: Sends a notice to all Games Masters that are online. They can help you with almost any in-game problems. GMMENU 3 CALL Counselor: Sends a notice to all Counselors that are online. They will be glad to answer your questions. CPAGE Other WEB LINKS: Provides a list of links to various important websites. GMMENU 2 INFO: Shows the version of UOX this server is running. VERSION SERVER STATUS: Shows some status information about this server. BATCH 1 } SECTION GMMENU 2 { Web Links UOX3 HOMEPAGE: Redirects you to the official UOX3 homepage. WEBLINK http://uox.stratics.com UO HOMEPAGE: The official Ultima Online homepage. WEBLINK http://www.owo.com THE SCRIPT TEAM: One of the best Scripfiles for UOX3. WEBLINK http://www.prodes.org/the-script-team INFERNO: Dante's shard!!! WEBLINK http://inferno.uoshack.com UOX3.COM: A great page for UOX info. WEBLINK http://www.uox3.com } SECTION GMMENU 3 { GM Assistence STUCK: Use this option if you cant physically move and need assistance. GMPAGE Stuck ITEM PROBLEM: Use this if you have run into a problem with a specific item. GMPAGE Item Problem BUG: Use this if you have found a bug that the GM's need to know about. GMPAGE Bug Report INFO: Use this if you need helping information about some part of the game. GMPAGE Information OTHER: Use this for anything not listed above. GMPAGE Other } // END of GMMENU Section // ****************************************************************** // START of BATCH Section // ****************************************************************** SECTION BATCH 1 { VERSION INFORMATION } SECTION BATCH 2 { // Normal male player body POLY 0190 SKIN 83FF } SECTION BATCH 3 { // GM body POLY 03DB SKIN 8021 } SECTION BATCH 4 { // Counselor body POLY 03DB SKIN 8002 } // END of BATCH Section EOF