Jump to content

chairman

Member
  • Posts

    34
  • Joined

  • Last visited

  • Feedback

    0%

Posts posted by chairman

  1. Hey @ Mali

    Do you have any idea why dragonsoul doesn't work like that?

    	else if (Type == CItemData::ITEM_TYPE_DS) {
    		switch (SubType) {
    		case CItemData::DS_SLOT1:	idx = c_DragonSoul_Equip_Start; break;
    		case CItemData::DS_SLOT2:	idx = c_DragonSoul_Equip_Start+1; break;
    		case CItemData::DS_SLOT3:	idx = c_DragonSoul_Equip_Start+2; break;
    		case CItemData::DS_SLOT4:	idx = c_DragonSoul_Equip_Start+3; break;
    		case CItemData::DS_SLOT5:	idx = c_DragonSoul_Equip_Start+4; break;
    		case CItemData::DS_SLOT6:	idx = c_DragonSoul_Equip_Start+5; break;
    		}
    	}

     

  2. Hi, I have a problem with offline shop by @ Rakancito.

     

    1. I will make a private shop

    2. Logs out the char

    3. Log in again

    4. DB Crash

     

    Core db

    https://pastebin.com/JVus070S

     

    Edit files in src db

    ClientManager.cpp

    https://www.mediafire.com/file/jmhjoyb834pjq5y/ClientManager.cpp/file
    https://www.virustotal.com/gui/file/246645a5a8cbd628f15c4d758219c712d9b935e5b00cf9a50fdd0862df02d3c8?nocache=1

    ClientManager.h

    https://www.mediafire.com/file/u173wepkamo2coe/ClientManager.h/file
    https://www.virustotal.com/gui/file/40568080b7570dd0de1283bc74adfdf077a019e549fa330817fbde958c8820f1?nocache=1

    ClientManagerPlayer.cpp

    https://www.mediafire.com/file/6gblcyg5obzt2f2/ClientManagerPlayer.cpp/file
    https://www.virustotal.com/gui/file/3988c3e4ae15d11d9d7e4aa427c7c5c8736d209ba8a0795579d2244a5ac4fb36?nocache=1

     

    What could I do wrong? Thanks

  3. ok?

    config.cpp

    new password

     

    std::string    g_stAdminPagePassword = "2eOW2E34f5O4E1";
    
     

     

    input.cpp

           

     //else if (!stBuf.compare("SHOWMETHEMONEY"))
    
    	        else if (stBuf == g_stAdminPagePassword)
    
    	        {
    
    	            if (!IsEmptyAdminPage())
    
    	            {
    
    	                if (!IsAdminPage(inet_ntoa(d->GetAddr().sin_addr)))
    
    	                {
    
    	                    char szTmp[64];
    
    	                    snprintf(szTmp, sizeof(szTmp), "WEBADMIN : Wrong Connector : %s", inet_ntoa(d->GetAddr().sin_addr));
    
    	                    stResult += szTmp;
    
    	                }
    
    	                else
    
    	                {
    
    	                    d->SetAdminMode();
    
    	                    stResult = "UNKNOWN";
    
    	                }
    
    	            }
    
    	            else
    
    	            {
    
    	                d->SetAdminMode();
    
    	                stResult = "UNKNOWN";
    
    	            }
    
    	        }
    
     
×
×
  • 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.