Jump to content

FlorinMarian

Premium
  • Posts

    305
  • Joined

  • Last visited

  • Days Won

    2
  • Feedback

    0%

Posts posted by FlorinMarian

  1. Damn..solved by myself. Server has created a syslog file ~ 1GB in few seconds , when i looked inside i saw this:

    ecd44705344e49618a7f265b20810d0b.png

    xXDaRkLorDXx = character level 1

    Problem has been at start level quest.

    Server max level 99 and quest had request to make every character until level 98 --> level 100 (damn...level 100 in quest and 99 in server).

    Thank you by the way !

    #CloseRequest

     

  2. Hello !

    My server just go down without any reason.

    What happen?

    Players just are online and server blocking for few seconds (not DDOS-> PuTTy still connected) and all of us are redirected to login.

    After this when we try to connect to server, cannot select char (go back to login details).

    AUTH and CORE1_1 still available but CORE1_2 and CORE1_3 goes down (same game.core size).

    game.core: HERE

    Thank you !

  3. Hello !

    I'm using mainline_released source with these fixed things:

    [Fix*]Dungeon core downer
    [Fix*]Cube core downer
    [Fix*]Command /dice disabled
    [Fix*]Command /war fixed
    [Fix*]PM flooder kick hack
    [Fix*]SQL Injection MessengerManager::RemoveFromList
    [Fix*]GetQuestFlag && CHARACTER::SetQuestFlag core downer

    Let me explain you what happen: when somebody close my core(ch1) connected players do not have any trouble but if you wanna log in with another account you're sent again to login after entering login details.

    Thank you !

     
    •  
  4. Hello !

    My core just go down, without any explain.

    Game syserr:

    SYSERR: Nov 23 20:14:42 :: Process: SEQUENCE 2ef23800 mismatch 0xbe != 0x14 header 83
    SYSERR: Nov 23 20:14:42 :: Process: SEQUENCE_LOG [Borty]-------------
    	[002 : 0x17]
    	[002 : 0x10]
    	[002 : 0xb6]
    	[007 : 0x1e]
    	[002 : 0xb2]
    	[002 : 0xfa]
    	[002 : 0xe6]
    	[007 : 0xf8]
    	[002 : 0x56]
    	[002 : 0x3a]
    	[002 : 0x27]
    	[002 : 0x8c]
    	[002 : 0x6c]
    	[007 : 0x4e]
    	[002 : 0xb7]
    	[002 : 0xc3]
    	[002 : 0xe9]
    	[007 : 0x98]
    	[002 : 0xb5]
    	[002 : 0x75]
    	[083 : 0xbe]

    Auth syserr:

    SYSERR: Nov 23 20:13:26 :: Process: SEQUENCE 28d0fc00 mismatch 0xaf != 0x4c header 84
    SYSERR: Nov 23 20:13:26 :: Process: SEQUENCE_LOG [UNKNOWN]-------------
    	[084 : 0xaf]
    
    SYSERR: Nov 23 20:13:26 :: socket_accept: accept: Software caused connection abort (fd 12)

     

  5. Hello !

    I try to make it possible but no result yet. Any help ?

    ACMD(do_block_chat_list)
    {
        // GMÀÌ ¾Æ´Ï°Å³ª block_chat_privilege°¡ ¾ø´Â »ç¶÷Àº ¸í·É¾î »ç¿ë ºÒ°¡
        if (!ch || (ch->GetQuestFlag("chat_privilege.block") <= 0))
        {
            ch->ChatPacket(CHAT_TYPE_INFO, LC_TEXT("±×·± ¸í·É¾î´Â ¾ø½À´Ï´Ù"));
            return;
        }
    
        DBManager::instance().ReturnQuery(QID_BLOCK_CHAT_LIST, ch->GetPlayerID(), NULL, 
                "SELECT p.name, a.lDuration FROM affect%s as a, player%s as p WHERE a.bType = %d AND a.dwPID = p.id",
                get_table_postfix(), get_table_postfix(), AFFECT_BLOCK_CHAT);
    }
    { "jy",				do_block_chat,		0,			POS_DEAD,	GM_LOW_WIZARD	},
    { "block_chat",		do_block_chat,		0,			POS_DEAD,	GM_PLAYER	},
    { "block_chat_list",do_block_chat_list,	0,			POS_DEAD,	GM_PLAYER	},
    ACMD(do_block_chat_list)
    {
    	// GMÀÌ ¾Æ´Ï°Å³ª block_chat_privilege°¡ ¾ø´Â »ç¶÷Àº ¸í·É¾î »ç¿ë ºÒ°¡
    	if (!ch || (ch->GetQuestFlag("chat_privilege.block") <= 0))
    	{
    		ch->ChatPacket(CHAT_TYPE_INFO, LC_TEXT("±×·± ¸í·É¾î´Â ¾ø½À´Ï´Ù"));
    		return;
    	}
    
    	DBManager::instance().ReturnQuery(QID_BLOCK_CHAT_LIST, ch->GetPlayerID(), NULL, 
    			"SELECT p.name, a.lDuration FROM affect%s as a, player%s as p WHERE a.bType = %d AND a.dwPID = p.id",
    			get_table_postfix(), get_table_postfix(), AFFECT_BLOCK_CHAT);
    }

     

  6. 3 minutes ago, iltizio said:

    <select class="search_field" name="socket0">
              <?php
                      echo '<option value='.strtotime("+1 days").'> ---- 1 Zi</option>';

                     echo '<option value='.strtotime("+3 days").'> ---- 3  Zile</option>';

                     echo '<option value='.strtotime("+7 days").'> ---- 7  Zile</option>';

                     echo '<option value='.strtotime("+10 days").'> ---- 30 Zile</option>';

                foreach($itemSteine AS $aKey => $aValue) {

                  echo'<option value="'.$aKey.'">'.$aValue.'</option>';
                }
              ?>
            </select>

    It works, now I have another problem.

    Items get time from time adding in itemshop, any idea how to create a cronjob to update socket0 daily for specific items with new value for 30 days ?

     

  7. Hello !

    How to call correctly that function ? 

    Thank you !

    <select class="search_field" name="socket0">
              <?php
                      echo'<option value=strtotime("+1 days")> ---- 1 Zi</option>';

                     echo'<option value=strtotime("+3 days")> ---- 3  Zile</option>';

                     echo'<option value=strtotime("+7 days")> ---- 7  Zile</option>';

                     echo'<option value=strtotime("+10 days")> ---- 30 Zile</option>';

                foreach($itemSteine AS $aKey => $aValue) {

                  echo'<option value="'.$aKey.'">'.$aValue.'</option>';
                }
              ?>
            </select>

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