#W# File structure changes.

This commit is contained in:
WarrentyExpired 2026-08-06 19:05:46 -04:00
commit a54cac2d23
38 changed files with 54 additions and 42 deletions

View file

@ -171,7 +171,7 @@ namespace Server.Engines.Help
try
{
string path = Path.Combine( Core.BaseDirectory, "Data/pageresponse.cfg" );
string path = Path.Combine( Core.BaseDirectory, "Data/Config/pageresponse.cfg" );
using ( StreamWriter op = new StreamWriter( path ) )
{
@ -193,7 +193,7 @@ namespace Server.Engines.Help
{
ArrayList list = new ArrayList();
string path = Path.Combine( Core.BaseDirectory, "Data/pageresponse.cfg" );
string path = Path.Combine( Core.BaseDirectory, "Data/Config/pageresponse.cfg" );
if ( File.Exists( path ) )
{
@ -831,4 +831,4 @@ namespace Server.Engines.Help
}
}
}
}
}

View file

@ -53,7 +53,7 @@ namespace Server.Engines.MLQuests
m_QuestGivers = new Dictionary<Type, List<MLQuest>>();
m_Contexts = new Dictionary<PlayerMobile, MLQuestContext>();
string cfgPath = Path.Combine( Core.BaseDirectory, Path.Combine( "Data", "MLQuests.cfg" ) );
string cfgPath = Path.Combine( Core.BaseDirectory, Path.Combine( "Data", "Config", "MLQuests.cfg" ) );
Type baseQuestType = typeof( MLQuest );
Type baseQuesterType = typeof( IQuestGiver );

View file

@ -87,7 +87,11 @@ namespace Server.Gumps
AddButton( 140, 32, 0x15E1, 0x15E5, 101, GumpButtonType.Reply, 0 );
AddLabel( 15, 60, 52, "Tip:" );
AddHtml( 15, 80, 200, 110, "This will SAVE the spawners, in a specified region, to Data/Nerun's Distro/Spawns/'region name'.map. Type [where if you don't know the region you are. Copy to the text box the name of the region. You also can open Data/Regions.xml to a full list of regions.<BR>Example: you type [where and appear 'your region is town of Britain'. Type 'Britain' in text box.", true, true );
AddHtml( 15, 80, 200, 110, "This will SAVE the spawners, in a specified region, to Data/Nerun's Distro/Spawns/'region name'.map. Type [where if you don't know the region you are. Copy to the text box the name of the region. You also can open Data/Config/Regions.xml to a full list of regions.<BR>Example: you type [where and appear 'your region is town of Britain'. Type 'Britain' in text box.", true, true );
AddHtml( 15, 80, 200, 110, "This will SAVE the spawners, in a specified region, to Data/Nerun's Distro/Spawns/'region name'.map. Type [where if you don't know the region you are. Copy to the text box the name of the region. You also can open Data/Config/Regions.xml to a full list of regions.<BR>Example: you type [where and appear 'your region is town of Britain'. Type 'Britain' in text box.", true, true );
}
public override void OnResponse(NetState state, RelayInfo info)
@ -143,7 +147,11 @@ namespace Server.Gumps
AddButton( 140, 32, 0x15E1, 0x15E5, 101, GumpButtonType.Reply, 0 );
AddLabel( 15, 60, 52, "Tip:" );
<<<<<<< HEAD
AddHtml( 15, 80, 200, 110, "This will REMOVE the spawners, in a specified region. Type [where if you don't know the region you are. Copy to the text box the name of the region. You also can open Data/Regions.xml to a full list of regions.<BR>Example: you type [where and appear 'your region is town of Britain'. Type 'Britain' in text box.", true, true );
=======
AddHtml( 15, 80, 200, 110, "This will REMOVE the spawners, in a specified region. Type [where if you don't know the region you are. Copy to the text box the name of the region. You also can open Data/Config/Regions.xml to a full list of regions.<BR>Example: you type [where and appear 'your region is town of Britain'. Type 'Britain' in text box.", true, true );
>>>>>>> main
}
public override void OnResponse(NetState state, RelayInfo info)
@ -416,4 +424,8 @@ namespace Server.Gumps
}
}
}
}
<<<<<<< HEAD
}
=======
}
>>>>>>> main