Jump to content

Function - Check Safebox is Open


Recommended Posts

M2 Download Center

This is the hidden content, please
( Internal )

I made this little tutorial with function at his request @Mind Rapist

 

Link download:

 

 

Here is method for check xD (example for game.py)

		if app.ENABLE_CHECK_IF_SAFEBOX_OPEN:
			onPressKeyDict[app.DIK_F5]	= lambda : self.BINARY_Check_Safebox()
			
	if app.ENABLE_CHECK_IF_SAFEBOX_OPEN:
		def BINARY_Check_Safebox(self):
			import safebox
			if safebox.isOpen():
				chat.AppendChat(chat.CHAT_TYPE_INFO, "<<Debug from VegaS>> Safebox is open!")
			else:
				chat.AppendChat(chat.CHAT_TYPE_INFO, "<<Debug from VegaS>> Safebox is not open!")	

 

Have fun  :wub: 

  • Metin2 Dev 17
  • Eyes 1
  • Good 4
  • Love 1
  • Love 13
Link to comment
Share on other sites

  • 2 weeks later...
  • 5 years 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.