Ryandor.com http://ryandor.com/forum/ |
|
Removing Static Difs with RunUO 2.0 http://ryandor.com/forum/viewtopic.php?f=18&t=3020 |
Page 1 of 1 |
Author: | RoninGT [ Wed Aug 09, 2006 11:19 am ] |
Post subject: | Removing Static Difs with RunUO 2.0 |
Ok i tried using this script below to remove the static difs however it fails to work anymore with RunUO 2.0 Code: using System;
using Server; namespace Server.Misc { public class StartupSettings { public static void Initialize() { TileMatrixPatch.Enabled = false; } public StartupSettings() { } } } I cant seem to find a download anywhere for blank map/static difs anywhere however i could be missing it. Ronin |
Page 1 of 1 | All times are UTC - 7 hours [ DST ] |
Powered by phpBB® Forum Software © phpBB Group http://www.phpbb.com/ |