|
||
|
|||||||
| Custom Script Release Archive This is a pre-script database archive of what our users had released. |
|
|
Thread Tools | Display Modes |
|
|
#1 (permalink) |
|
I see my old script posting is gone so i repost my old MOTD system.
Created many new MOTD scripts bazed on it, but maybe someone needed it's version. Script nisely work with russian language, i think it's work with any language. Instalation: 1. Place motd.cs in you custrom script directory. 2. Restart you RunUO. 3. Create you motd, save it as motd.txt and place it in Data subdirektory RunUo folder. 4. As admin type [motd. Press key "Add MOTD" and, after press key "Update News". Note: Restarting needed only after installing script. Adding new MOTD not force you to restart RunUO |
|
|
|
|
|
#3 (permalink) |
|
Forum Expert
Join Date: Sep 2005
Location: UK
Age: 29
Posts: 781
|
well what you have to do is make your messgae and save it as motd.txt, then put in in yr data folder. and in game put in [motd. the click add motd the update it will say it wont show up till you log out sort of. so sign out and sign in. if u get any other probs let us no. thanks
__________________
*+ MW Admin Naturescorpse +* |
|
|
|
|
#7 (permalink) |
|
Forum Expert
Join Date: Sep 2005
Location: UK
Age: 29
Posts: 781
|
i you looked around you could have had it done by now. this is what you do.
If you would like for it to pop up on login goto the script in /scripts/misc/ and open loginstats. find this: Code:
m.SendMessage( "There {1} currently {2} user{3} online, and {6} NPC{7}.",
args.Mobile.Name,
userCount == 1 ? "is" : "are",
userCount, userCount == 1 ? "" : "s",
itemCount, itemCount == 1 ? "" : "s",
mobileCount, mobileCount == 1 ? "" : "s" );
Code:
m.SendGump ( new motdg() ); Code:
using Server.Gumps;
__________________
*+ MW Admin Naturescorpse +* |
|
|
|
|
#8 (permalink) | |
|
Quote:
Code:
EventSink.Login += new LoginEventHandler( MOTD_Login ); |
||
|
|
| Bookmarks |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
|
|