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



  • Similar Content

  • Similar Content

  • Similar Content

  • Tags

  • Activity

    1. 0

      Target Information System

    2. 1

      Feeding game source to LLM

    3. 2

      anti exp explanation pls

    4. 1

      Feeding game source to LLM

    5. 2

      anti exp explanation pls

    6. 0

      [GR2] Positioning an object added with "Attach"

    7. 1417

      [40250] Reference Serverfile + Client + Src [15 Available Languages]

  • Recently Browsing

    • No registered users viewing this page.
×
×
  • 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.