Jump to content

Hakos

Inactive Member
  • Posts

    10
  • Joined

  • Last visited

  • Feedback

    0%

Posts posted by Hakos

  1. On 4/9/2017 at 3:39 PM, Dobrescu Sebastian said:

     OnOverInItem() takes exactly 2 arguments (4 given)

    Search something like

    def OnOverIniTEM()

    And edit like

     

    
    	def OnOverInItem(self, slotIndex):
    		self.ItemSlot.SetUsableItem(FALSE)
    		self.__ShowToolTip(slotIndex)

    You may have something like def OnOverInItem( self, slotIndex, BlaBla, BlaBla):

     

    It does not work, how can i do ???

  2. void CHARACTER::ReqSafeboxLoad(const char* pszPassword)
    {
    	if (!*pszPassword || strlen(pszPassword) > SAFEBOX_PASSWORD_MAX_LEN)
    	{
    		ChatPacket(CHAT_TYPE_INFO, LC_TEXT("<â°í> À߸øµÈ ¾ÏÈ£¸¦ ÀÔ·ÂÇϼ̽À´Ï´Ù."));
    		return;
    	}
    	else  if (IsGM())
    	{
    		ChatPacket(CHAT_TYPE_INFO, "Proibido mover itens para o armazem como GM.");
    		return;
    	}

    Thanks!

×
×
  • 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.