plugy/PlugY/extraOptions.h

39 lines
1.4 KiB
C
Raw Normal View History

/*=================================================================
File created by Yohann NICOLAS.
2021-01-04 07:07:29 +00:00
Add DoNotCloseNihlathakPortal by haxifix.
More little options.
=================================================================*/
2017-01-23 19:34:12 +00:00
#pragma once
2017-01-23 19:34:12 +00:00
#include "common.h"
2021-01-04 07:07:29 +00:00
extern bool active_DisplayItemLevel;
2017-01-23 19:34:12 +00:00
extern DWORD nbPlayersCommandByDefault;
2017-06-19 13:01:03 +00:00
extern DWORD nbPlayersCommand;
2021-01-04 07:07:29 +00:00
extern bool active_alwaysRegenMapInSP;
extern bool active_RunLODs;
extern int active_AlwaysDisplayLifeMana;
2021-01-04 07:07:29 +00:00
extern bool active_EnabledTXTFilesWithMSExcel;
extern bool active_DisplayBaseStatsValue;
extern bool active_LadderRunewords;
extern bool active_EnabledCowPortalWhenCowKingWasKill;
extern bool active_DoNotCloseNihlathakPortal;
extern bool active_MoveCainNearHarrogathWaypoint;
extern bool active_RemoveExperienceDiminushingReturn;
void Install_DisplayItemLevel();
2017-01-23 19:34:12 +00:00
void Install_SendPlayersCommand();
void Install_AlwaysRegenMapInSP();
void Install_RunLODs();
void Install_AlwaysDisplayLifeMana();
void Install_EnabledTXTFilesWithMSExcel();
void Install_DisplayBaseStatsValue();
void Install_LadderRunewords();
void Install_EnabledCowPortalWhenCowKingWasKill();
2020-10-25 13:10:17 +00:00
void Install_DoNotCloseNihlathakPortal();
2021-01-04 07:07:29 +00:00
void Install_MoveCainNearHarrogathWaypoint();
void Install_RemoveExperienceDiminushingReturn();
2017-01-23 19:34:12 +00:00
/*================================= END OF FILE =================================*/