Jump to content

SadMonkey

Inactive Member
  • Posts

    7
  • Joined

  • Last visited

  • Feedback

    0%

Posts posted by SadMonkey

  1. 9 hours ago, Cunoo said:

    Serverside: desc_client.cpp

    
    if (!bSentBoot)
                   {
                      bSentBoot = true;
                      TPacketGDBoot p;
                      p.dwItemIDRange[0] = 0;
                      p.dwItemIDRange[1] = 0;
                      memcpy(p.szIP, "Your IP", 16);
                      DBPacket(HEADER_GD_BOOT, 0, &p, sizeof(p));
                   }
                }
    
                TEMP_BUFFER buf;
    
                TPacketGDSetup p;
    
                memset(&p, 0, sizeof(p));
                strlcpy(p.szPublicIP, "Your IP", sizeof(p.szPublicIP));

    Clientside: NetAddress.cpp
     

    
    void CNetworkAddress::GetIP(char* szIP, int len)
    {
    	BYTE IPs[4];
    	*((DWORD*)IPs)=m_sockAddrIn.sin_addr.s_addr;
    
    	_snprintf(szIP, len, "Your IP", IPs[0], IPs[1], IPs[2], IPs[3]);

     

    Internal ip or external? ty 4 reply

  2. Hello , i got a bug .. I cant to use nothing with right click from inventory.. Please help me

    Syserr:

    0920 19:49:23479 ::   File "ui.py", line 1485, in OnUnselectItemSlot

    0920 19:49:23479 ::   File "ui.py", line 87, in __call__

    0920 19:49:23479 ::   File "ui.py", line 78, in __call__

    0920 19:49:23479 ::   File "uiInventory.py", line 1165, in UseItemSlot

    0920 19:49:23479 :: AttributeError
    0920 19:49:23479 :: :
    0920 19:49:23479 :: 'InventoryWindow' object has no attribute 'wndDragonSoulRefine'
    0920 19:49:23479 ::

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