You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"WoW Database Editor supports multiple world of warcraft server cores. In order to achieve maximum compatibility, choose version that matches best.\nYou are using: "+coreVersion.Current.FriendlyName+" compatibility mode now."));
"DBC is DataBaseClient files provided with WoW client. Those contain a lot of useful stuff for scripting like spells data. For maximum features you have to provide DBC files path. All WoW servers require those files to work so if you have working core, you must have DBC files already."));
"WoW Database Editor is database editor by design. It stores all data and loads things from wow database. Therefore to activate all features you have to provide wow compatible database connection settings."));
"WDE can invoke reload commands for you for faster work. To enable that, you have to enable SOAP connection in your worldserver configuration and provide details in the settings."));
<TextBlockTextWrapping="WrapWithOverflow"Text="To start work, add new "file" to the solution - File -> Load. To edit script, double click on selected item in Solution Explorer." />
<TextBlockTextWrapping="WrapWithOverflow"Text="Items in Solution Explorer are saved automatically, but scripts themselves are not. Remember to save them (export to database)" />
<TextBlockTextWrapping="WrapWithOverflow"Text="To start work, add new "file" to the solution - File -> Add. To edit script, double click on selected item in Solution Explorer." />
<TextBlockTextWrapping="WrapWithOverflow"Text="Items in Solution Explorer are saved automatically, but scripts themselves are not. Remember to save them (export to database)" />
<TextBlockMargin="0,10,0,0"TextWrapping="WrapWithOverflow">In order to enable all features, you have to configure the editor first.</TextBlock>
36
+
<TextBlockMargin="0,10,0,0"TextWrapping="WrapWithOverflow"IsVisible="{Binding AllConfigured}">Congratulations! You have everything configured properly!</TextBlock>
<TextBlockMargin="0,10,0,0"TextWrapping="WrapWithOverflow">In order to enable all features, you have to configure the editor first.</TextBlock>
44
+
<TextBlockMargin="0,10,0,0"TextWrapping="WrapWithOverflow"Visibility="{Binding AllConfigured, Converter={StaticResource BooleanToVisibilityConverter}}">Congratulations! You have everything configured properly!</TextBlock>
0 commit comments