Jump to content

shanchien29

Members
  • Posts

    5
  • Joined

  • Last visited

Posts posted by shanchien29

  1. On 1/28/2018 at 10:30 PM, Gerzzie said:

    What Client version are you using?

    20151104 and I disabled Packet Obfuscation in packets.h

    	#ifndef PACKET_OBFUSCATION
    		//#define PACKET_OBFUSCATION

    The only thing that is not working for me is the cash shop 'buy'. I can open the cash shop and add. after clicking purchase there will be an unsupported packet in server.

  2. Thank you KeiKun!

    I was able to temporarily fix the issue.

    There's no any problem with starting the char/map/login. It's the ./athena-start stop. It search for the window name or running resource name andn close it, that's why it closes both servers.

    WHat I did, I renamed/add "test-" in char-server_sql,login-server_sql and map-server_sql.

    so it'll be:

    test-char-server_sql

    test-map-server_sql

    test-login-server_sql

    Inside "athena-start"

    L_SRV=test-login-server_sql

    C_SRV=test-char-server_sql

    M_SRV=test-map-server_sql

    now everytime i close the test server

    ./athena-start stop inside my ../test directory

    it wont affect my other server's processes as they have now different in process names.

    EDIT:

    Everytime I compile my test server it creates a new

    char-server_sql

    map-server_sql

    login-server_sql

    And I just renamed them again manually.

  3. Help naman po mga kabayan. Ang problem ko po, meron akong 2 server sa 1 vps. Yung isa yung live server may mga players, then yung isa, ginawa ko para sa test server.

    Ngayon po ang problem ko, everytime na kailangan ko i-stop yung test server via PuTTY or emulator kasi para makapag compile ako, naaapektuhan din sa pag stop yung main server ko. magkahiwalay po sila ng folder and napapagana ko yung test server as well sa main server ko. ang problem lang is how do i stop the test server or the main server only wihout affecting the other one?

×
×
  • Create New...