Jump to content

Webzen | ROOT Pack | End 2015


Recommended Posts

  • Honorable Member

M2 Download Center

This is the hidden content, please
( Internal )

Hello everyone,

 

Today I'm gonna share with you the clientside root from the end of the year 2015 by Webzen.
Include codes of new interfaces(charselect, charcreate, selectempire), wolfman, acce, pet, costume and skillbook combination, selectattr, pshop search and a lots of modification.
These codes are using a lot of new and expanded functions, constant variables which require the source modification.

 

This is the hidden content, please

#nosupport #no-no&no

  • Metin2 Dev 14
  • Eyes 1
  • Think 3
  • Good 8
  • Love 26
Link to comment
Share on other sites

  • Silver
Spoiler

	def __ServerCommand_Build(self):
		if app.ENABLE_ACCE_COSTUME_SYSTEM:
			if app.ENABLE_THREEWAY_RENEWAL:
				serverCommandList={
					"ConsoleEnable"			: self.__Console_Enable,
					"DayMode"				: self.__DayMode_Update, 
					"PRESERVE_DayMode"		: self.__PRESERVE_DayMode_Update, 
					"CloseRestartWindow"	: self.__RestartDialog_Close,
					"OpenPrivateShop"		: self.__PrivateShop_Open,
					"PartyHealReady"		: self.PartyHealReady,
					"ShowMeSafeboxPassword"	: self.AskSafeboxPassword,
					"CloseSafebox"			: self.CommandCloseSafebox,

					# SKILLBOOK COMBINATION
					"OpenSkillbookCombinationDialog" : self.OpenSkillbookCombinationDialog,

					# ITEM_MALL
					"CloseMall"				: self.CommandCloseMall,
					"ShowMeMallPassword"	: self.AskMallPassword,
					"item_mall"				: self.__ItemMall_Open,
					# END_OF_ITEM_MALL

					"RefineSuceeded"		: self.RefineSuceededMessage,
					"RefineFailed"			: self.RefineFailedMessage,
					"xmas_snow"				: self.__XMasSnow_Enable,
					"xmas_boom"				: self.__XMasBoom_Enable,
					"xmas_song"				: self.__XMasSong_Enable,
					"xmas_tree"				: self.__XMasTree_Enable,
					"newyear_boom"			: self.__XMasBoom_Enable,
					"PartyRequest"			: self.__PartyRequestQuestion,
					"PartyRequestDenied"	: self.__PartyRequestDenied,
					"horse_state"			: self.__Horse_UpdateState,
					"hide_horse_state"		: self.__Horse_HideState,
					"WarUC"					: self.__GuildWar_UpdateMemberCount,
					"test_server"			: self.__EnableTestServerFlag,
					"mall"			: self.__InGameShop_Show,

					# WEDDING
					"lover_login"			: self.__LoginLover,
					"lover_logout"			: self.__LogoutLover,
					"lover_near"			: self.__LoverNear,
					"lover_far"				: self.__LoverFar,
					"lover_divorce"			: self.__LoverDivorce,
					"PlayMusic"				: self.__PlayMusic,
					# END_OF_WEDDING

					# PRIVATE_SHOP_PRICE_LIST
					"MyShopPriceList"		: self.__PrivateShop_PriceList,
					# END_OF_PRIVATE_SHOP_PRICE_LIST
					
					# ACCE
					"ShowAcceCombineDialog" : self.__AcceCombineDialog,
					"ShowAcceAbsorbDialog"  : self.__AcceAbsorbDialog,
					# END_ACCE
					
					# COSTUME_REFINE_SYSTEM
					"ShowItemCombinationDialog"  : self.__ItemCombinationDialog,
					# END_ACCE
					
					# THREEWAY_SAFEZONE
					"threeway_safezone_enable" : self.__ThreeWay_SafeZone_Enable,
					# END_THREEWAY_SAFEZONE
					
					#DRAGON_SOUL
					"ShowMeDSRefinePassword": self.__AskDSRefinePassword,
					"ResetDSActiveButton"	: self.__ResetDSActiveButton,
					"ShowMeDSPassword"		: self.__AskDSPassword,
					"OpenDSInventory"		: self.__OpenDSInventory,
					"CloseDSInventory"		: self.__CloseDSInventory,
				}
			else:
				serverCommandList={
					"ConsoleEnable"			: self.__Console_Enable,
					"DayMode"				: self.__DayMode_Update, 
					"PRESERVE_DayMode"		: self.__PRESERVE_DayMode_Update, 
					"CloseRestartWindow"	: self.__RestartDialog_Close,
					"OpenPrivateShop"		: self.__PrivateShop_Open,
					"PartyHealReady"		: self.PartyHealReady,
					"ShowMeSafeboxPassword"	: self.AskSafeboxPassword,
					"CloseSafebox"			: self.CommandCloseSafebox,

					# SKILLBOOK COMBINATION
					"OpenSkillbookCombinationDialog" : self.OpenSkillbookCombinationDialog,

					# ITEM_MALL
					"CloseMall"				: self.CommandCloseMall,
					"ShowMeMallPassword"	: self.AskMallPassword,
					"item_mall"				: self.__ItemMall_Open,
					# END_OF_ITEM_MALL

					"RefineSuceeded"		: self.RefineSuceededMessage,
					"RefineFailed"			: self.RefineFailedMessage,
					"xmas_snow"				: self.__XMasSnow_Enable,
					"xmas_boom"				: self.__XMasBoom_Enable,
					"xmas_song"				: self.__XMasSong_Enable,
					"xmas_tree"				: self.__XMasTree_Enable,
					"newyear_boom"			: self.__XMasBoom_Enable,
					"PartyRequest"			: self.__PartyRequestQuestion,
					"PartyRequestDenied"	: self.__PartyRequestDenied,
					"horse_state"			: self.__Horse_UpdateState,
					"hide_horse_state"		: self.__Horse_HideState,
					"WarUC"					: self.__GuildWar_UpdateMemberCount,
					"test_server"			: self.__EnableTestServerFlag,
					"mall"			: self.__InGameShop_Show,

					# WEDDING
					"lover_login"			: self.__LoginLover,
					"lover_logout"			: self.__LogoutLover,
					"lover_near"			: self.__LoverNear,
					"lover_far"				: self.__LoverFar,
					"lover_divorce"			: self.__LoverDivorce,
					"PlayMusic"				: self.__PlayMusic,
					# END_OF_WEDDING

					# PRIVATE_SHOP_PRICE_LIST
					"MyShopPriceList"		: self.__PrivateShop_PriceList,
					# END_OF_PRIVATE_SHOP_PRICE_LIST
					
					# ACCE
					"ShowAcceCombineDialog" : self.__AcceCombineDialog,
					"ShowAcceAbsorbDialog"  : self.__AcceAbsorbDialog,
					# END_ACCE
					
					# COSTUME_REFINE_SYSTEM
					"ShowItemCombinationDialog"  : self.__ItemCombinationDialog,
					# END_ACCE
					
					
					#DRAGON_SOUL
					"ShowMeDSRefinePassword": self.__AskDSRefinePassword,
					"ResetDSActiveButton"	: self.__ResetDSActiveButton,
					"ShowMeDSPassword"		: self.__AskDSPassword,
					"OpenDSInventory"		: self.__OpenDSInventory,
					"CloseDSInventory"		: self.__CloseDSInventory,
				}			
		else:
			if app.ENABLE_THREEWAY_RENEWAL:
				serverCommandList={
					"ConsoleEnable"			: self.__Console_Enable,
					"DayMode"				: self.__DayMode_Update, 
					"PRESERVE_DayMode"		: self.__PRESERVE_DayMode_Update, 
					"CloseRestartWindow"	: self.__RestartDialog_Close,
					"OpenPrivateShop"		: self.__PrivateShop_Open,
					"PartyHealReady"		: self.PartyHealReady,
					"ShowMeSafeboxPassword"	: self.AskSafeboxPassword,
					"CloseSafebox"			: self.CommandCloseSafebox,

					# SKILLBOOK COMBINATION
					"OpenSkillbookCombinationDialog" : self.OpenSkillbookCombinationDialog,

					# ITEM_MALL
					"CloseMall"				: self.CommandCloseMall,
					"ShowMeMallPassword"	: self.AskMallPassword,
					"item_mall"				: self.__ItemMall_Open,
					# END_OF_ITEM_MALL

					"RefineSuceeded"		: self.RefineSuceededMessage,
					"RefineFailed"			: self.RefineFailedMessage,
					"xmas_snow"				: self.__XMasSnow_Enable,
					"xmas_boom"				: self.__XMasBoom_Enable,
					"xmas_song"				: self.__XMasSong_Enable,
					"xmas_tree"				: self.__XMasTree_Enable,
					"newyear_boom"			: self.__XMasBoom_Enable,
					"PartyRequest"			: self.__PartyRequestQuestion,
					"PartyRequestDenied"	: self.__PartyRequestDenied,
					"horse_state"			: self.__Horse_UpdateState,
					"hide_horse_state"		: self.__Horse_HideState,
					"WarUC"					: self.__GuildWar_UpdateMemberCount,
					"test_server"			: self.__EnableTestServerFlag,
					"mall"			: self.__InGameShop_Show,

					# WEDDING
					"lover_login"			: self.__LoginLover,
					"lover_logout"			: self.__LogoutLover,
					"lover_near"			: self.__LoverNear,
					"lover_far"				: self.__LoverFar,
					"lover_divorce"			: self.__LoverDivorce,
					"PlayMusic"				: self.__PlayMusic,
					# END_OF_WEDDING

					# PRIVATE_SHOP_PRICE_LIST
					"MyShopPriceList"		: self.__PrivateShop_PriceList,
					# END_OF_PRIVATE_SHOP_PRICE_LIST

					# THREEWAY_SAFEZONE
					"threeway_safezone_enable" : self.__ThreeWay_SafeZone_Enable,
					# END_THREEWAY_SAFEZONE

					#DRAGON_SOUL
					"ShowMeDSRefinePassword": self.__AskDSRefinePassword,
					"ResetDSActiveButton"	: self.__ResetDSActiveButton,
					"ShowMeDSPassword"		: self.__AskDSPassword,
					"OpenDSInventory"		: self.__OpenDSInventory,
					"CloseDSInventory"		: self.__CloseDSInventory,
				}
			else:
				serverCommandList={
					"ConsoleEnable"			: self.__Console_Enable,
					"DayMode"				: self.__DayMode_Update, 
					"PRESERVE_DayMode"		: self.__PRESERVE_DayMode_Update, 
					"CloseRestartWindow"	: self.__RestartDialog_Close,
					"OpenPrivateShop"		: self.__PrivateShop_Open,
					"PartyHealReady"		: self.PartyHealReady,
					"ShowMeSafeboxPassword"	: self.AskSafeboxPassword,
					"CloseSafebox"			: self.CommandCloseSafebox,

					# SKILLBOOK COMBINATION
					"OpenSkillbookCombinationDialog" : self.OpenSkillbookCombinationDialog,

					# ITEM_MALL
					"CloseMall"				: self.CommandCloseMall,
					"ShowMeMallPassword"	: self.AskMallPassword,
					"item_mall"				: self.__ItemMall_Open,
					# END_OF_ITEM_MALL

					"RefineSuceeded"		: self.RefineSuceededMessage,
					"RefineFailed"			: self.RefineFailedMessage,
					"xmas_snow"				: self.__XMasSnow_Enable,
					"xmas_boom"				: self.__XMasBoom_Enable,
					"xmas_song"				: self.__XMasSong_Enable,
					"xmas_tree"				: self.__XMasTree_Enable,
					"newyear_boom"			: self.__XMasBoom_Enable,
					"PartyRequest"			: self.__PartyRequestQuestion,
					"PartyRequestDenied"	: self.__PartyRequestDenied,
					"horse_state"			: self.__Horse_UpdateState,
					"hide_horse_state"		: self.__Horse_HideState,
					"WarUC"					: self.__GuildWar_UpdateMemberCount,
					"test_server"			: self.__EnableTestServerFlag,
					"mall"			: self.__InGameShop_Show,

					# WEDDING
					"lover_login"			: self.__LoginLover,
					"lover_logout"			: self.__LogoutLover,
					"lover_near"			: self.__LoverNear,
					"lover_far"				: self.__LoverFar,
					"lover_divorce"			: self.__LoverDivorce,
					"PlayMusic"				: self.__PlayMusic,
					# END_OF_WEDDING

					# PRIVATE_SHOP_PRICE_LIST
					"MyShopPriceList"		: self.__PrivateShop_PriceList,
					# END_OF_PRIVATE_SHOP_PRICE_LIST

					#DRAGON_SOUL
					"ShowMeDSRefinePassword": self.__AskDSRefinePassword,
					"ResetDSActiveButton"	: self.__ResetDSActiveButton,
					"ShowMeDSPassword"		: self.__AskDSPassword,
					"OpenDSInventory"		: self.__OpenDSInventory,
					"CloseDSInventory"		: self.__CloseDSInventory,
				}

 

 

 

:sob:

  • Good 1
  • Love 4
Link to comment
Share on other sites

  • 4 weeks later...

Announcements



×
×
  • Create New...

Important Information

Terms of Use / Privacy Policy / Guidelines / We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.