Jump to content

lunawany88

Members
  • Posts

    32
  • Joined

  • Last visited

Posts posted by lunawany88

  1. can anyone help me.. im success crafting but the item dont have in my inventory... and one more thing i want the item random get this

    1 piece silk mats-50%

    2 piece silk mats-25%

    3 piece silk mats-10%

    4 piece silk mats-5%

    this my script

    prontera,156,172,4 script npc 757,{
    function RequiredItems;
    function ForgedList;
    mes "What you are trying to Forge ?";
    next;
    switch( select( "Silk Mat", // case 1
     "Small Pocket Cottan", // case 2
     "Leather pouch", // case 3
     "Snake Skin", // case 4
     "Steel Plate", // case 5
     "Iron Plate",
     "Golden Thread")){  // last case...
    
    Case 1:
    RequiredItems( 7168,1,7217,1,914,5,7879,1 );
    set .@i,ForgedList( 7051,1,7051,2,7051,3,7051,4 );
    break;
    //Case 4 or more...
    default:
     mes "Configuration's Problems..";
     close;
    }
    mes "You gained 1 "+getitemname( .@i )+".";
    close2;
    emotion e_heh;
    end;
    
    function RequiredItems {
    mes "[   ^0000FF  Required Items  ^000000   ]";
    mes "^FFFFFF________________________________^000000";
    for( set .@i,0; getarg( .@i,0 ); set .@i,.@i + 2 ){
     mes (( countitem( getarg( .@i ) ) < getarg( .@i + 1 ) )?"^FF0000":"^00FF00" )+"[ "+countitem( getarg( .@i ) )+" / "+getarg( .@i + 1 )+" ] ^0000FF "+getitemname( getarg( .@i ) )+"^000000";
     if( countitem( getarg( .@i ) ) < getarg( .@i + 1 ) )
      set .@InComplete,.@InComplete + 1;
    }
    mes "^FFFFFF________________________________^000000";
    if( .@InComplete ){
     mes "[   ^FF0000InComplete^000000   ]	 ^FF0000"+.@InComplete+"^000000 Items ";
     close;
    }
    next;
    mes "^FF0000Success Rate^000000 :";
    mes "^FFFFFF________________________________^000000";
    mes "1 item : 50%";
    mes "2 item : 25%";
    mes "3 item : 10%";
    mes "4 item : 5%";
    mes "^FFFFFF________________________________^000000";
    mes "^FF0000Else...Fail..^000000";
    next;
    if( select("^FF0000Continue^000000:Cancel") == 2 ) close;
    for( set .@i,0; getarg( .@i,0 ); set .@i,.@i + 2 )
     delitem getarg( .@i ),getarg( .@i + 1 );
    return;
    }
    function ForgedList {
    set .@Rate,rand( 200 );
    // 5%
    if( .@Rate < 5 ) return getarg(3);
    // 15%
    else if( .@Rate >= 5 && .@Rate < 15 ) return getarg(2);
    // 10%
    else if( .@Rate >= 15 && .@Rate < 40 ) return getarg(1);
    // 50%
    else if( .@Rate >= 40 && .@Rate < 90 ) return getarg(0);
    //other...
    else{
     mes "You ...Failed...";
     close;
    }
    }
    }
    

  2. i could see some script with Crafting System which you can Craft with using the Materials Required...

    This is what i would like in the 'Features'

    +1 silk robe- 100%

    +2 silk robe-90%

    +3silk robe - 80%

    +4 silk robe-70%

    +5 silk robe-60%

    +6 silk robe-50%

    +7 silk robe-40%

    +8 silk robe -30%

    +9 silk robe-20%

    +10 silk robe-10%

    or maybe similar this....i want the item random and possible make the item ''fails''

    and 1 more thing i have done make script getitem but rathena say its error

    prontera,156,187,2 script Bunny Novice Set 105,{}
    mes "[Novice Set]";
    mes "Hello!! and Welcome to SuperMassiveRO";
    mes "Are you Novice??";
    menu "Yeah!!",yes,"No!",no,;
    yes:
     mes "[bunny Novice Set]";
     mes "ok here you go";
     getitem 2415,1; //ID of Item, How Much
     getitem 5218,1; //ID of Item, How Much
    getitem 2358,1; //ID of Item, How Much
     getitem 2564,1; //ID of Item, How Much
     getitem 13050,1; //ID of Item, How Much
     getitem 2136,1; //ID of Item, How Much
     close;
    
     no:
     close:
    

    im not sure what wrong.. if have a mistake pls let me know tq

  3. i give my client to my friend he try online with broadband login and char he can access but when the char to connect into map it say ''cannot connecting to server'' .. this prob is because of my rathena or my port?? cause im already make my ip to static ...

  4. use the diff patch right? but i didnt find that words

    ok it solve but after im making a char to connect to map it say fail connect to server and when im making the char it happen like this charproblem.png

    than after making char

    it be like this

    map.png

    this porblem connected with lue file??

  5. i have change log in ip to win ip this happen when server running

    [status]: Memory manager initialised: log/char-server_sql.exe.leaks
    
    			   rAthena Development Team presents
    				  ___   __  __
    			_____/   | / /_/ /_  ___  ____  ____ _
    		   / ___/ /| |/ __/ __ \/ _ \/ __ \/ __ `/
    		  / /  / ___ / /_/ / / /  __/ / / / /_/ /
    		 /_/  /_/  |_\__/_/ /_/\___/_/ /_/\__,_/
    				 http://rathena.org/board/
    [info]: SVN Revision: '16832'.
    [info]: Server supports up to '4096' concurrent connections.
    [info]: Reading configuration file conf/char_athena.conf...
    [status]: rAthena server has been initialized
    [status]: Login server IP address : 124.13.85.231 -> 124.13.85.231
    [status]: Character server IP address : 124.13.85.231 -> 124.13.85.231
    [info]: Console Silent Setting: 0
    [info]: Reading configuration file conf/import/char_conf.txt...
    [info]: Done reading conf/import/char_conf.txt.
    [info]: Done reading conf/char_athena.conf.
    [info]: Reading the configuration file conf/subnet_athena.conf...
    [status]: Read information about 1 subnetworks.
    [info]: Reading file conf/inter_athena.conf...
    [info]: Reading file conf/import/inter_conf.txt...
    [info]: Done reading conf/import/inter_conf.txt.
    [info]: Done reading conf/inter_athena.conf.
    [info]: Finished reading the char-server configuration.
    [info]: interserver initialize...
    [info]: reading file conf/inter_athena.conf...
    [status]: set char_server_ip : 127.0.0.1
    [status]: set char_server_port : 3306
    [status]: set char_server_id : root
    [status]: set char_server_pw : rathena
    [status]: set char_server_db : rathena
    [info]: reading file conf/import/inter_conf.txt...
    [info]: done reading conf/import/inter_conf.txt.
    [info]: done reading conf/inter_athena.conf.
    [info]: Connect Character DB server.... (Character Server)
    [status]: Finished Reading GeoIP Database.
    [info]: Finished reading the inter-server configuration.
    [info]: Initializing char server.
    [info]: Begin Initializing.......
    [status]: Chars per Account: 'Unlimited'.......
    [info]: Finished initilizing.......
    [info]: char server initialized.
    [info]: Cleaning the 'char' table...
    [info]: Cleaning the 'guild' table...
    [info]: Cleaning the 'guild_member' table...
    [info]: End of char server initilization function.
    [info]: open port 6121.....
    [status]: The char-server is ready (Server is listening on the port 6121).
    [info]: Attempt to connect to login-server...
    [status]: Connecting to 124.13.85.231:6900
    [Error]: make_connection: connect failed (socket #2, error 10061: No connection
    could be made because the target machine actively refused it.
    )!
    [info]: Attempt to connect to login-server...
    [status]: Connecting to 124.13.85.231:6900
    [Error]: make_connection: connect failed (socket #2, error 10061: No connection
    could be made because the target machine actively refused it.
    )!
    [info]: Attempt to connect to login-server...
    [status]: Connecting to 124.13.85.231:6900
    [Error]: make_connection: connect failed (socket #2, error 10061: No connection
    could be made because the target machine actively refused it.
    )!
    [info]: Attempt to connect to login-server...
    [status]: Connecting to 124.13.85.231:6900
    [Error]: make_connection: connect failed (socket #2, error 10061: No connection
    could be made because the target machine actively refused it.
    )!
    [info]: Attempt to connect to login-server...
    [status]: Connecting to 124.13.85.231:6900
    [Error]: make_connection: connect failed (socket #2, error 10061: No connection
    could be made because the target machine actively refused it.
    )!
    [info]: Attempt to connect to login-server...
    [status]: Connecting to 124.13.85.231:6900
    [Error]: make_connection: connect failed (socket #2, error 10061: No connection
    could be made because the target machine actively refused it.
    )!
    [info]: Attempt to connect to login-server...
    [status]: Connecting to 124.13.85.231:6900
    [Error]: make_connection: connect failed (socket #2, error 10061: No connection
    could be made because the target machine actively refused it.
    )!
    [info]: Attempt to connect to login-server...
    [status]: Connecting to 124.13.85.231:6900
    [Error]: make_connection: connect failed (socket #2, error 10061: No connection
    could be made because the target machine actively refused it.
    )!
    [info]: Attempt to connect to login-server...
    [status]: Connecting to 124.13.85.231:6900
    [Error]: make_connection: connect failed (socket #2, error 10061: No connection
    could be made because the target machine actively refused it.
    )!
    

    [status]: Memory manager initialised: log/login-server_sql.exe.leaks
    
    			   rAthena Development Team presents
    				  ___   __  __
    			_____/   | / /_/ /_  ___  ____  ____ _
    		   / ___/ /| |/ __/ __ \/ _ \/ __ \/ __ `/
    		  / /  / ___ / /_/ / / /  __/ / / / /_/ /
    		 /_/  /_/  |_\__/_/ /_/\___/_/ /_/\__,_/
    				 http://rathena.org/board/
    [info]: SVN Revision: '16832'.
    [info]: Server supports up to '4096' concurrent connections.
    [info]: Reading configuration file conf/login_athena.conf...
    [status]: set login_port : 6900
    [info]: Console Silent Setting: 0
    [info]: Reading configuration file conf/inter_athena.conf...
    [info]: Reading configuration file conf/import/inter_conf.txt...
    [info]: Finished reading conf/import/inter_conf.txt.
    [info]: Finished reading conf/inter_athena.conf.
    [info]: Reading configuration file conf/import/login_conf.txt...
    [info]: Finished reading conf/import/login_conf.txt.
    [info]: Finished reading conf/login_athena.conf.
    [info]: Reading the configuration file conf/subnet_athena.conf...
    [status]: Read information about 1 subnetworks.
    [info]: Initializing random number generator.
    [info]: Using account engine 'sql'.
    [status]: The login-server is ready (Server is listening on the port 6900).
    

    [status]: Memory manager initialised: log/map-server_sql.exe.leaks
    
    			   rAthena Development Team presents
    				  ___   __  __
    			_____/   | / /_/ /_  ___  ____  ____ _
    		   / ___/ /| |/ __/ __ \/ _ \/ __ \/ __ `/
    		  / /  / ___ / /_/ / / /  __/ / / / /_/ /
    		 /_/  /_/  |_\__/_/ /_/\___/_/ /_/\__,_/					 http://rathena.org/board/
    [info]: SVN Revision: '16832'.
    [info]: Server supports up to '4096' concurrent connections.
    [info]: Initializing random number generator.
    [info]: Char Server IP Address : '124.13.85.231' -> '124.13.85.231'.
    [info]: Map Server IP Address : '124.13.85.231' -> '124.13.85.231'.
    [info]: Console Silent Setting: 0
    [status]: Using SQL dbs: no
    [info]: Logging item transactions to table 'picklog'.
    [info]: Logging commands to table 'atcommandlog'.
    [info]: Connecting to the Map DB Server....
    [status]: connect success! (Map Server Connection)
    [info]: [sql]: Connecting to the Log Database logs At 127.0.0.1...
    [status]: [sql]: Successfully 'connected' to Database 'logs'.
    [status]: Loading maps (using db/map_cache.dat as map cache)...
    [status]: Loading maps (806)..
    [Notice]: Removing map [ poring_c01 ] from maplist
    [Notice]: Removing map [ poring_c02 ] from maplist
    [info]: Successfully loaded '804' maps.
    [Notice]: Maps removed: '2'
    [status]: Done reading '57' command aliases in 'conf/atcommand_athena.conf'.
    [Warning]: The packet_db table only has support up to version 30.
    [Warning]: Skipping packet version 31.
    [status]: Done reading packet database from 'packet_db.txt'. Using default packe
    t version: 30.
    [status]: Done reading '6936' entries in 're/item_db.txt'.
    [status]: Done reading '0' entries in 'item_db2.txt'.
    [status]: Done reading '190' entries in 'item_combo_db'.
    [status]: Done reading 'item_group_db.txt'.
    [status]: Done reading '1' entries in 'db/item_avail.txt'.
    [status]: Done reading '19' entries in 'db/re/item_noequip.txt'.
    [status]: Done reading '1701' entries in 'db/re/item_trade.txt'.
    [status]: Done reading '10' entries in 'db/item_delay.txt'.
    [status]: Done reading '10' entries in 'db/item_stack.txt'.
    [status]: Done reading '1057' entries in 'db/re/item_buyingstore.txt'.
    [status]: Done reading '1048' entries in 'db/re/skill_db.txt'.
    [status]: Done reading '818' entries in 'db/re/skill_require_db.txt'.
    [status]: Done reading '772' entries in 'db/re/skill_cast_db.txt'.
    [status]: Done reading '38' entries in 'db/re/skill_castnodex_db.txt'.
    [status]: Done reading '138' entries in 'db/re/skill_unit_db.txt'.
    [status]: Done reading '105' entries in 'db/re/skill_nocast_db.txt'.
    [status]: Done reading '263' entries in 'db/produce_db.txt'.
    [status]: Done reading '136' entries in 'db/create_arrow_db.txt'.
    [status]: Done reading '205' entries in 'db/abra_db.txt'.
    [status]: Done reading '17' entries in 'db/spellbook_db.txt'.
    [status]: Done reading '22' entries in 'db/magicmushroom_db.txt'.
    [status]: Done reading '133' entries in 'db/skill_reproduce_db.txt'.
    [status]: Done reading '25' entries in 'db/skill_improvise_db.txt'.
    [status]: Done reading '75' entries in 'db/skill_changematerial_db.txt'.
    [status]: Done reading '0' entries in 'db/mob_item_ratio.txt'.
    [status]: Done reading 'mob_chat_db.txt'.
    [status]: Done reading '1296' entries in 'db/re/mob_db.txt'.
    [status]: Done reading '0' entries in 'db/mob_db2.txt'.
    [status]: Done reading '7376' entries in 'db/re/mob_skill_db.txt'.
    [status]: Done reading '0' entries in 'db/mob_skill_db2.txt'.
    [status]: Done reading '0' entries in 'db/mob_avail.txt'.
    [status]: Done reading 're/mob_branch.txt'.
    [status]: Done reading 're/mob_poring.txt'.
    [status]: Done reading 're/mob_boss.txt'.
    [status]: Done reading 'mob_pouch.txt'.
    [status]: Done reading 'mob_classchange.txt'.
    [status]: Done reading '6' entries in 'db/re/mob_race2_db.txt'.
    [status]: Done reading 'exp.txt'.
    [status]: Done reading '5324' entries in 'db/re/skill_tree.txt'.
    [status]: Done reading 'attr_fix.txt'.
    [status]: Done reading 'statpoint.txt'.
    [status]: Done reading '1' entries in 'conf/motd.txt'.
    [status]: Done reading '7' groups in 'conf/groups.conf'.
    [status]: Done reading '133' entries in 'db/re/job_db1.txt'.
    [status]: Done reading '132' entries in 'db/job_db2.txt'.
    [status]: Done reading '3' entries in 'db/size_fix.txt'.
    [status]: Done reading '5' entries in 'db/re/refine_db.txt'.
    [status]: Done reading '34' entries in 'db/castle_db.txt'.
    [status]: Done reading '15' entries in 'db/guild_skill_tree.txt'.
    [status]: Done reading '58' pets in 'pet_db.txt'.
    [status]: Done reading '0' pets in 'pet_db2.txt'.
    [status]: Done reading '13' entries in 'db/homunculus_db.txt'.
    [status]: Done reading '150' levels in 're/exp_homun.txt'.
    [status]: Done reading '82' entries in 'db/homun_skill_tree.txt'.
    [status]: Done reading '44' entries in 'db/mercenary_db.txt'.
    [status]: Done reading '118' entries in 'db/mercenary_skill_db.txt'.
    [status]: Done reading '12' elementals in 'db/elemental_db.txt'.
    [status]: Done reading '36' entries in 'db/elemental_skill_db.txt'.
    [status]: Done reading '1953' entries in 'quest_db.txt'.
    [info]: Done loading '13351' NPCs:
    	-'3162' Warps
    	-'208' Shops
    	-'9981' Scripts
    	-'3069' Spawn sets
    	-'45869' Mobs Cached
    	-'0' Mobs Not Cached
    [status]: Event 'OnInit' executed with '1568' NPCs.
    [status]: Server is 'ready' and listening on port '5121'.[status]: Attempting to connect to Char Server. Please wait.
    [status]: Connecting to 124.13.85.231:6121
    [Error]: make_connection: connect failed (socket #2, error 10061: No connection
    could be made because the target machine actively refused it.
    )!
    [status]: Connecting to 124.13.85.231:6121
    [Error]: make_connection: connect failed (socket #2, error 10061: No connection
    could be made because the target machine actively refused it.
    )!
    [status]: Connecting to 124.13.85.231:6121
    [Error]: make_connection: connect failed (socket #2, error 10061: No connection
    could be made because the target machine actively refused it.
    )!
    [status]: Connecting to 124.13.85.231:6121
    [Error]: make_connection: connect failed (socket #2, error 10061: No connection
    could be made because the target machine actively refused it.
    )!
    [status]: Connecting to 124.13.85.231:6121
    [Error]: make_connection: connect failed (socket #2, error 10061: No connection
    could be made because the target machine actively refused it.
    )!
    [status]: Connecting to 124.13.85.231:6121
    [Error]: make_connection: connect failed (socket #2, error 10061: No connection
    could be made because the target machine actively refused it.
    )!
    [status]: Connecting to 124.13.85.231:6121
    [Error]: make_connection: connect failed (socket #2, error 10061: No connection
    could be made because the target machine actively refused it.
    )!
    [status]: Connecting to 124.13.85.231:6121
    [Error]: make_connection: connect failed (socket #2, error 10061: No connection
    could be made because the target machine actively refused it.
    )!
    [status]: Connecting to 124.13.85.231:6121
    [Error]: make_connection: connect failed (socket #2, error 10061: No connection
    could be made because the target machine actively refused it.
    )!
    [status]: Connecting to 124.13.85.231:6121
    [Error]: make_connection: connect failed (socket #2, error 10061: No connection
    could be made because the target machine actively refused it.
    )!
    [status]: Connecting to 124.13.85.231:6121
    [Error]: make_connection: connect failed (socket #2, error 10061: No connection
    could be made because the target machine actively refused it.
    )!
    

    this is my char athena and map athena

    // Athena Character configuration file.
    // Note: "Comments" are all text on the right side of a double slash "//"
    // Whatever text is commented will not be parsed by the servers, and serves
    // only as information/reference.
    // Server Communication username and password.
    userid: ainnie88
    passwd: nicole88
    // Server name, use alternative character such as ASCII 160 for spaces.
    // NOTE: Do not use spaces or any of these characters which are not allowed in
    //	   Windows filenames \/:*?"<>|
    //	   ... or else guild emblems won't work client-side!
    server_name: rAthena
    // Wisp name for server: used to send wisp from server to players (between 4 to 23 characters)
    wisp_server_name: SuperMassiveRO
    // Login Server IP
    // The character server connects to the login server using this IP address.
    // NOTE: This is useful when you are running behind a firewall or are on
    // a machine with multiple interfaces.
    login_ip: 124.13.85.231
    // The character server listens on the interface with this IP address.
    // NOTE: This allows you to run multiple servers on multiple interfaces
    // while using the same ports for each server.
    //bind_ip: 127.0.0.1
    // Login Server Port
    login_port: 6900
    // Character Server IP
    // The IP address which clients will use to connect.
    // Set this to what your server's public IP address is.
    char_ip: 124.13.85.231
    // Character Server Port
    char_port: 6121
    //Time-stamp format which will be printed before all messages.
    //Can at most be 20 characters long.
    //Common formats:
    // %I:%M:%S %p (hour:minute:second 12 hour, AM/PM format)
    // %H:%M:%S (hour:minute:second, 24 hour format)
    // %d/%b/%Y (day/Month/year)
    //For full format information, consult the strftime() manual.
    //timestamp_format: [%d/%b %H:%M]
    //If redirected output contains escape sequences (color codes)
    stdout_with_ansisequence: no
    //Makes server output more silent by ommitting certain types of messages:
    //1: Hide Information messages
    //2: Hide Status messages
    //4: Hide Notice Messages
    //8: Hide Warning Messages
    //16: Hide Error and SQL Error messages.
    //32: Hide Debug Messages
    //Example: "console_silent: 7" Hides information, status and notice messages (1+2+4)
    console_silent: 0
    // Console Commands
    // Allow for console commands to be used on/off
    // This prevents usage of >& log.file
    console: off
    // Type of server.
    // No functional side effects at the moment.
    // Displayed next to the server name in the client.
    // 0=normal, 1=maintenance, 2=over 18, 3=paying, 4=P2P
    char_maintenance: 0
    // Enable or disable creation of new characters.
    // Now it is actually supported [Kevin]
    char_new: 1
    // Display (New) in the server list.
    char_new_display: 0
    // Maximum users able to connect to the server. Set to 0 for unlimited.
    max_connect_user: 0
    // Group ID that is allowed to bypass the server limit of users.
    // Default: -1 = nobody (there are no groups with ID < 0)
    // See: conf/groups.conf
    gm_allow_group: -1
    // How often should the server save all files? (In seconds)
    // Note: Applies to all data files on TXT servers.
    // On SQL servers, it applies to guilds (character save interval is defined on the map config)
    autosave_time: 60
    // Display information on the console whenever characters/guilds/parties/pets are loaded/saved?
    save_log: yes
    // Start point, Map name followed by coordinates (x,y)
    start_point: new_1-1,53,111
    // Starting weapon for new characters
    start_weapon: 1201
    // Starting armor for new characters
    start_armor: 2301
    // Starting zeny for new characters
    start_zeny: 0
    // Size for the fame-lists
    fame_list_alchemist: 10
    fame_list_blacksmith: 10
    fame_list_taekwon: 10
    // Guild earned exp modifier.
    // Adjusts taxed exp before adding it to the guild's exp. For example, if set
    // to 200, the guild receives double the player's taxed exp.
    guild_exp_rate: 100
    // Name used for unknown characters
    unknown_char_name: Unknown
    // To log the character server?
    log_char: 1
    // Allow or not identical name for characters but with a different case (upper/lower):
    // example: Test-test-TEST-TesT; Value: 0 not allowed (default), 1 allowed
    name_ignoring_case: no
    // Manage possible letters/symbol in the name of charater. Control character (0x00-0x1f) are never accepted. Possible values are:
    // NOTE: Applies to character, party and guild names.
    // 0: no restriction (default)
    // 1: only letters/symbols in 'char_name_letters' option.
    // 2: Letters/symbols in 'char_name_letters' option are forbidden. All others are possibles.
    char_name_option: 1
    // Set the letters/symbols that you want use with the 'char_name_option' option.
    // Note: Don't add spaces unless you mean to add 'space' to the list.
    char_name_letters: abcdefghijklmnopqrstuvwxyz ABCDEFGHIJKLMNOPQRSTUVWXYZ1234567890
    // How many Characters are allowed per Account ? (0 = disabled)
    chars_per_account: 0
    // Restrict character deletion by BaseLevel
    // 0: no restriction (players can delete characters of any level)
    // -X: you can't delete chars with BaseLevel <= X
    // Y: you can't delete chars with BaseLevel >= Y
    // e.g. char_del_level: 80 (players can't delete characters with 80+ BaseLevel)
    char_del_level: 0
    // Amount of time in seconds by which the character deletion is delayed.
    // Default: 86400 (24 hours)
    // NOTE: Requires client 2010-08-03aragexeRE or newer.
    char_del_delay: 86400
    // What folder the DB files are in (item_db.txt, etc.)
    db_path: db
    import: conf/import/char_conf.txt
    

    //--------------------------------------------------------------
    //rAthena Map-Server Configuration File
    //--------------------------------------------------------------
    // Note: "Comments" are all text on the right side of a double slash "//"
    // Whatever text is commented will not be parsed by the servers, and serves
    // only as information/reference.
    //--------------------------------------------------------------
    //					 Configuration Info
    //--------------------------------------------------------------
    // Interserver communication passwords, set in account.txt (or equiv.)
    userid: ainnie88
    passwd: nicole88
    // Character Server IP
    // The map server connects to the character server using this IP address.
    // NOTE: This is useful when you are running behind a firewall or are on
    // a machine with multiple interfaces.
    char_ip: 124.13.85.231
    // The map server listens on the interface with this IP address.
    // NOTE: This allows you to run multiple servers on multiple interfaces
    // while using the same ports for each server.
    //bind_ip: 127.0.0.1
    // Character Server Port
    char_port: 6121
    // Map Server IP
    // The IP address which clients will use to connect.
    // Set this to what your server's public IP address is.
    map_ip: 124.13.85.231
    // Map Server Port
    map_port: 5121
    //Time-stamp format which will be printed before all messages.
    //Can at most be 20 characters long.
    //Common formats:
    // %I:%M:%S %p (hour:minute:second 12 hour, AM/PM format)
    // %H:%M:%S (hour:minute:second, 24 hour format)
    // %d/%b/%Y (day/Month/year)
    //For full format information, consult the strftime() manual.
    //timestamp_format: [%d/%b %H:%M]
    //If redirected output contains escape sequences (color codes)
    stdout_with_ansisequence: no
    //Makes server log selected message types to a file in the /log/ folder
    //1: Log Warning Messages
    //2: Log Error and SQL Error messages.
    //4: Log Debug Messages
    //Example: "console_msg_log: 7" logs all 3 kinds
    //Messages logged by this overrides console_silent setting
    console_msg_log: 0
    //Makes server output more silent by ommitting certain types of messages:
    //1: Hide Information messages
    //2: Hide Status messages
    //4: Hide Notice Messages
    //8: Hide Warning Messages
    //16: Hide Error and SQL Error messages.
    //32: Hide Debug Messages
    //Example: "console_silent: 7" Hides information, status and notice messages (1+2+4)
    console_silent: 0
    //Where should the map data be read from?
    map_cache_file: db/map_cache.dat
    //Where should all database data be read from?
    db_path: db
    // Enable the @guildspy and @partyspy at commands?
    // Note that enabling them decreases packet sending performance.
    enable_spy: no
    // Read map data from GATs and RSWs in GRF files or a data directory
    // as referenced by grf-files.txt rather than from the mapcache?
    use_grf: no
    // Console Commands
    // Allow for console commands to be used on/off
    // This prevents usage of >& log.file
    console: off
    // Database autosave time
    // All characters are saved on this time in seconds (example:
    // autosave of 60 secs with 60 characters online -> one char is saved every
    // second)
    autosave_time: 300
    // Min database save intervals (in ms)
    // Prevent saving characters faster than at this rate (prevents char-server
    // save-load getting too high as character-count increases)
    minsave_time: 100
    // Apart from the autosave_time, players will also get saved when involved
    // in the following (add as needed):
    // 1: after every successful trade
    // 2: after every vending transaction
    // 4: after closing storage/guild storage.
    // 8: After hatching/returning to egg a pet.
    // 16: After successfully sending a mail with attachment
    // 32: After successfully submitting an item for auction
    // 64: After successfully get/delete/complete a quest
    // NOTE: These settings decrease the chance of dupes/lost items when there's a
    // server crash at the expense of increasing the map/char server lag. If your
    // server rarely crashes, but experiences interserver lag, you may want to set
    // these off.
    save_settings: 127
    // Message of the day file, when a character logs on, this message is displayed.
    motd_txt: conf/motd.txt
    // When @help or @h is typed when you are a gm, this is displayed for helping new gms understand gm commands.
    help_txt: conf/help.txt
    help2_txt: conf/help2.txt
    charhelp_txt: conf/charhelp.txt
    // Maps:
    import: conf/maps_athena.conf
    import: conf/import/map_conf.txt
    

    // Subnet support file
    // Format is:
    // subnet: net-submask:char_ip:map_ip
    // you can add more than one subnet
    subnet: 255.225.225.0:192.168.1.5:192.168.1.5
    

    // Athena InterServer configuration.
    
    // Options for both versions
    
    // Log Inter Connections, etc.?
    log_inter: 1
    
    // Inter Log Filename
    inter_log_filename: log/inter.log
    
    // Level range for sharing within a party
    party_share_level: 15
    
    // SQL version options only
    
    // You can specify the codepage to use in your mySQL tables here.
    // (Note that this feature requires MySQL 4.1+)
    //default_codepage:
    
    
    // For IPs, ideally under linux, you want to use localhost instead of 127.0.0.1
    // Under windows, you want to use 127.0.0.1.  If you see a message like
    // "Can't connect to local MySQL server through socket '/tmp/mysql.sock' (2)"
    // and you have localhost, switch it to 127.0.0.1
    
    // Global SQL settings
    // overriden by local settings when the hostname is defined there
    // (currently only the login-server reads/obeys these settings)
    sql.db_hostname: 127.0.0.1
    sql.db_port: 3306
    sql.db_username: root
    sql.db_password: rathena
    sql.db_database: rathena
    sql.codepage:
    
    // MySQL Character SQL server
    char_server_ip: 127.0.0.1
    char_server_port: 3306
    char_server_id: root
    char_server_pw: rathena
    char_server_db: rathena
    
    // MySQL Map SQL Server
    map_server_ip: 127.0.0.1
    map_server_port: 3306
    map_server_id: root
    map_server_pw: rathena
    map_server_db: rathena
    
    // MySQL Log SQL Database
    log_db_ip: 127.0.0.1
    log_db_port: 3306
    log_db_id: root
    log_db_pw: rathena
    log_db_db: logs
    log_codepage:
    log_login_db: loginlog
    
    // DO NOT CHANGE ANYTHING BEYOND THIS LINE UNLESS YOU KNOW YOUR DATABASE DAMN WELL
    // this is meant for people who KNOW their stuff, and for some reason want to change their
    // database layout. [CLOWNISIUS]
    
    // ALL MySQL Database Table names
    
    // Char Database Tables
    char_db: char
    hotkey_db: hotkey
    scdata_db: sc_data
    cart_db: cart_inventory
    inventory_db: inventory
    charlog_db: charlog
    storage_db: storage
    reg_db: global_reg_value
    skill_db: skill
    interlog_db: interlog
    memo_db: memo
    guild_db: guild
    guild_alliance_db: guild_alliance
    guild_castle_db: guild_castle
    guild_expulsion_db: guild_expulsion
    guild_member_db: guild_member
    guild_skill_db: guild_skill
    guild_position_db: guild_position
    guild_storage_db: guild_storage
    party_db: party
    pet_db: pet
    friend_db: friends
    mail_db: mail
    auction_db: auction
    quest_db: quest
    homunculus_db: homunculus
    skill_homunculus_db: skill_homunculus
    mercenary_db: mercenary
    mercenary_owner_db: mercenary_owner
    ragsrvinfo_db: ragsrvinfo
    
    // Map Database Tables
    item_db_db: item_db
    item_db_re_db: item_db_re
    item_db2_db: item_db2
    mob_db_db: mob_db
    mob_db2_db: mob_db2
    mob_skill_db_db: mob_skill_db
    mob_skill_db2_db: mob_skill_db2
    mapreg_db: mapreg
    
    //Use SQL item_db, mob_db and mob_skill_db for the map server
    use_sql_db: no
    
    // Nick for sending mainchat
    // messages like whisper
    main_chat_nick: Main
    
    import: conf/import/inter_conf.txt
    

  6. [status]: Memory manager initialised: log/map-server_sql.exe.leaks
    
    			   rAthena Development Team presents
    				  ___   __  __
    			_____/   | / /_/ /_  ___  ____  ____ _
    		   / ___/ /| |/ __/ __ \/ _ \/ __ \/ __ `/
    		  / /  / ___ / /_/ / / /  __/ / / / /_/ /
    		 /_/  /_/  |_\__/_/ /_/\___/_/ /_/\__,_/
    				 http://rathena.org/board/
    [info]: SVN Revision: '16832'.
    [info]: Server supports up to '4096' concurrent connections.
    [info]: Initializing random number generator.
    [info]: Char Server IP Address : '127.0.0.1' -> '127.0.0.1'.
    [info]: Map Server Bind IP Address : '127.0.0.1' -> '127.0.0.1'.
    [info]: Map Server IP Address : '124.13.85.231' -> '124.13.85.231'.
    [info]: Console Silent Setting: 0
    [status]: Using SQL dbs: no
    [info]: Logging item transactions to table 'picklog'.
    [info]: Logging commands to table 'atcommandlog'.
    [info]: Connecting to the Map DB Server....
    [status]: connect success! (Map Server Connection)
    [info]: [sql]: Connecting to the Log Database logs At 127.0.0.1...
    [status]: [sql]: Successfully 'connected' to Database 'logs'.
    [status]: Loading maps (using db/map_cache.dat as map cache)...
    [status]: Loading maps (806)..
    [Notice]: Removing map [ poring_c01 ] from maplist
    [Notice]: Removing map [ poring_c02 ] from maplist
    [info]: Successfully loaded '804' maps.
    [Notice]: Maps removed: '2'
    [status]: Done reading '57' command aliases in 'conf/atcommand_athena.conf'.
    [Warning]: The packet_db table only has support up to version 30.
    [Warning]: Skipping packet version 31.
    [status]: Done reading packet database from 'packet_db.txt'. Using default packe
    t version: 30.
    [status]: Done reading '6936' entries in 're/item_db.txt'.
    [status]: Done reading '0' entries in 'item_db2.txt'.
    [status]: Done reading '190' entries in 'item_combo_db'.
    [status]: Done reading 'item_group_db.txt'.
    [status]: Done reading '1' entries in 'db/item_avail.txt'.
    [status]: Done reading '19' entries in 'db/re/item_noequip.txt'.
    [status]: Done reading '1701' entries in 'db/re/item_trade.txt'.
    [status]: Done reading '10' entries in 'db/item_delay.txt'.
    [status]: Done reading '10' entries in 'db/item_stack.txt'.
    [status]: Done reading '1057' entries in 'db/re/item_buyingstore.txt'.
    [status]: Done reading '1048' entries in 'db/re/skill_db.txt'.
    [status]: Done reading '818' entries in 'db/re/skill_require_db.txt'.
    [status]: Done reading '772' entries in 'db/re/skill_cast_db.txt'.
    [status]: Done reading '38' entries in 'db/re/skill_castnodex_db.txt'.
    [status]: Done reading '138' entries in 'db/re/skill_unit_db.txt'.
    [status]: Done reading '105' entries in 'db/re/skill_nocast_db.txt'.
    [status]: Done reading '263' entries in 'db/produce_db.txt'.
    [status]: Done reading '136' entries in 'db/create_arrow_db.txt'.
    [status]: Done reading '205' entries in 'db/abra_db.txt'.
    [status]: Done reading '17' entries in 'db/spellbook_db.txt'.
    [status]: Done reading '22' entries in 'db/magicmushroom_db.txt'.
    [status]: Done reading '133' entries in 'db/skill_reproduce_db.txt'.
    [status]: Done reading '25' entries in 'db/skill_improvise_db.txt'.
    [status]: Done reading '75' entries in 'db/skill_changematerial_db.txt'.
    [status]: Done reading '0' entries in 'db/mob_item_ratio.txt'.
    [status]: Done reading 'mob_chat_db.txt'.
    [status]: Done reading '1296' entries in 'db/re/mob_db.txt'.
    [status]: Done reading '0' entries in 'db/mob_db2.txt'.
    [status]: Done reading '7376' entries in 'db/re/mob_skill_db.txt'.
    [status]: Done reading '0' entries in 'db/mob_skill_db2.txt'.
    [status]: Done reading '0' entries in 'db/mob_avail.txt'.
    [status]: Done reading 're/mob_branch.txt'.
    [status]: Done reading 're/mob_poring.txt'.
    [status]: Done reading 're/mob_boss.txt'.
    [status]: Done reading 'mob_pouch.txt'.
    [status]: Done reading 'mob_classchange.txt'.
    [status]: Done reading '6' entries in 'db/re/mob_race2_db.txt'.
    [status]: Done reading 'exp.txt'.
    [status]: Done reading '5324' entries in 'db/re/skill_tree.txt'.
    [status]: Done reading 'attr_fix.txt'.
    [status]: Done reading 'statpoint.txt'.
    [status]: Done reading '1' entries in 'conf/motd.txt'.
    [status]: Done reading '7' groups in 'conf/groups.conf'.
    [status]: Done reading '133' entries in 'db/re/job_db1.txt'.
    [status]: Done reading '132' entries in 'db/job_db2.txt'.
    [status]: Done reading '3' entries in 'db/size_fix.txt'.
    [status]: Done reading '5' entries in 'db/re/refine_db.txt'.
    [status]: Done reading '34' entries in 'db/castle_db.txt'.
    [status]: Done reading '15' entries in 'db/guild_skill_tree.txt'.
    [status]: Done reading '58' pets in 'pet_db.txt'.
    [status]: Done reading '0' pets in 'pet_db2.txt'.
    [status]: Done reading '13' entries in 'db/homunculus_db.txt'.
    [status]: Done reading '150' levels in 're/exp_homun.txt'.
    [status]: Done reading '82' entries in 'db/homun_skill_tree.txt'.
    [status]: Done reading '44' entries in 'db/mercenary_db.txt'.
    [status]: Done reading '118' entries in 'db/mercenary_skill_db.txt'.
    [status]: Done reading '12' elementals in 'db/elemental_db.txt'.
    [status]: Done reading '36' entries in 'db/elemental_skill_db.txt'.
    [status]: Done reading '1953' entries in 'quest_db.txt'.
    [info]: Done loading '13351' NPCs:
    	-'3162' Warps
    	-'208' Shops
    	-'9981' Scripts
    	-'3069' Spawn sets
    	-'45869' Mobs Cached
    	-'0' Mobs Not Cached
    [status]: Event 'OnInit' executed with '1568' NPCs.
    [status]: Server is 'ready' and listening on port '5121'.
    [status]: Attempting to connect to Char Server. Please wait.
    [status]: Connecting to 127.0.0.1:6121
    [status]: Logging in to char server...
    [status]: Successfully logged on to Char Server (Connection: '2').
    [status]: Sending maps to char server...
    [status]: Event 'OnInterIfInit' executed with '0' NPCs.
    [status]: Event 'OnInterIfInitOnce' executed with '0' NPCs.
    [status]: Requested '34' guild castles from char-server...
    [status]: Map Server is now online.
    [info]: Received Fame List of '0' characters.
    [status]: NPC_Event:[OnAgitStart2] Run (11) Events by @AgitStart2.
    [status]: Received '34' guild castles from char-server.
    [status]: NPC_Event:[OnAgitEnd2] Run (11) Events by @AgitEnd2.
    [status]: NPC_Event:[OnAgitStart] Run (21) Events by @AgitStart.
    

    [status]: Memory manager initialised: log/login-server_sql.exe.leaks
    
       rAthena Development Team presents
       ___   __  __
    _____/   | / /_/ /_  ___  ____  ____ _
      / ___/ /| |/ __/ __ \/ _ \/ __ \/ __ `/
     / /  / ___ / /_/ / / /  __/ / / / /_/ /
    /_/  /_/  |_\__/_/ /_/\___/_/ /_/\__,_/
      [url="http://rathena.org/board/"]http://rathena.org/board/[/url]
    [info]: SVN Revision: '16833'.
    [info]: Server supports up to '4096' concurrent connections.
    [info]: Reading configuration file conf/login_athena.conf...
    [status]: set login_port : 6900
    [info]: Console Silent Setting: 0
    [info]: Reading configuration file conf/inter_athena.conf...
    [info]: Reading configuration file conf/import/inter_conf.txt...
    [info]: Finished reading conf/import/inter_conf.txt.
    [info]: Finished reading conf/inter_athena.conf.
    [info]: Reading configuration file conf/import/login_conf.txt...
    [info]: Finished reading conf/import/login_conf.txt.
    [info]: Finished reading conf/login_athena.conf.
    [info]: Reading the configuration file conf/subnet_athena.conf...
    [status]: Read information about 1 subnetworks.
    [info]: Initializing random number generator.
    [info]: Using account engine 'sql'.
    [status]: The login-server is ready (Server is listening on the port 6900).
    [info]: Connection request of the char-server 'SuperMassiveRO' @ 60.54.40.44:612
    1 (account: 'ainnie88', pass: 'nicole88', ip: '127.0.0.1')
    [Notice]: Authentication accepted (account: ainnie88, id: 1, ip: 127.0.0.1)
    [status]: Connection of the char-server 'SuperMassiveRO' accepted.
    [status]: Request for connection of ainnie88 (ip: 127.0.0.1).
    [Notice]: Authentication accepted (account: ainnie88, id: 1, ip: 127.0.0.1)
    [status]: Connection of the account 'ainnie88' accepted.
    [info]: Closed connection from '127.0.0.1'.
    [status]: Request for connection of ainnie88 (ip: 127.0.0.1).
    [Notice]: Authentication accepted (account: ainnie88, id: 1, ip: 127.0.0.1)
    [status]: Connection of the account 'ainnie88' accepted.
    [info]: Closed connection from '127.0.0.1'.
    [status]: Request for connection of ainnie88 (ip: 127.0.0.1).
    [Notice]: Authentication accepted (account: ainnie88, id: 1, ip: 127.0.0.1)
    [status]: Connection of the account 'ainnie88' accepted.
    [info]: Closed connection from '127.0.0.1'.
    [status]: Request for connection of ainnie88 (ip: 127.0.0.1).
    [Notice]: Authentication accepted (account: ainnie88, id: 1, ip: 127.0.0.1)
    [status]: Connection of the account 'ainnie88' accepted.
    [info]: Closed connection from '127.0.0.1'.
    [status]: Request for connection of ainnie88 (ip: 127.0.0.1).
    [Notice]: Invalid password (account: 'ainnie88', pass: 'nicole88', received pass
    : 'NICOLE88', ip: 127.0.0.1)
    [info]: Closed connection from '127.0.0.1'.
    [status]: Request for connection of ainnie88 (ip: 127.0.0.1).
    [Notice]: Invalid password (account: 'ainnie88', pass: 'nicole88', received pass
    : 'NICOLE88', ip: 127.0.0.1)
    [info]: Closed connection from '127.0.0.1'.
    [status]: Request for connection of ainnie88 (ip: 127.0.0.1).
    [Notice]: Authentication accepted (account: ainnie88, id: 1, ip: 127.0.0.1)
    [status]: Connection of the account 'ainnie88' accepted.
    [info]: Closed connection from '127.0.0.1'.
    [status]: Request for connection of ainnie88 (ip: 127.0.0.1).
    [Notice]: Authentication accepted (account: ainnie88, id: 1, ip: 127.0.0.1)
    [status]: Connection of the account 'ainnie88' accepted.
    [info]: Closed connection from '127.0.0.1'.
    

    [status]: Memory manager initialised: log/char-server_sql.exe.leaks
    
    			   rAthena Development Team presents
    				  ___   __  __
    			_____/   | / /_/ /_  ___  ____  ____ _
    		   / ___/ /| |/ __/ __ \/ _ \/ __ \/ __ `/
    		  / /  / ___ / /_/ / / /  __/ / / / /_/ /
    		 /_/  /_/  |_\__/_/ /_/\___/_/ /_/\__,_/
    				 http://rathena.org/board/
    [info]: SVN Revision: '16832'.
    [info]: Server supports up to '4096' concurrent connections.
    [info]: Reading configuration file conf/char_athena.conf...
    [status]: rAthena server has been initialized
    [status]: Login server IP address : 127.0.0.1 -> 127.0.0.1
    [status]: Character server IP address : 124.13.85.231 -> 124.13.85.231
    [info]: Console Silent Setting: 0
    [info]: Reading configuration file conf/import/char_conf.txt...
    [info]: Done reading conf/import/char_conf.txt.
    [info]: Done reading conf/char_athena.conf.
    [info]: Reading the configuration file conf/subnet_athena.conf...
    [status]: Read information about 1 subnetworks.
    [info]: Reading file conf/inter_athena.conf...
    [info]: Reading file conf/import/inter_conf.txt...
    [info]: Done reading conf/import/inter_conf.txt.
    [info]: Done reading conf/inter_athena.conf.
    [info]: Finished reading the char-server configuration.
    [info]: interserver initialize...
    [info]: reading file conf/inter_athena.conf...
    [status]: set char_server_ip : 127.0.0.1
    [status]: set char_server_port : 3306
    [status]: set char_server_id : root
    [status]: set char_server_pw : rathena
    [status]: set char_server_db : rathena
    [info]: reading file conf/import/inter_conf.txt...
    [info]: done reading conf/import/inter_conf.txt.
    [info]: done reading conf/inter_athena.conf.
    [info]: Connect Character DB server.... (Character Server)
    [status]: Finished Reading GeoIP Database.
    [info]: Finished reading the inter-server configuration.
    [info]: Initializing char server.
    [info]: Begin Initializing.......
    [status]: Chars per Account: 'Unlimited'.......
    [info]: Finished initilizing.......
    [info]: char server initialized.
    [info]: Cleaning the 'char' table...
    [info]: Cleaning the 'guild' table...
    [info]: Cleaning the 'guild_member' table...
    [info]: End of char server initilization function.
    [info]: open port 6121.....
    [status]: The char-server is ready (Server is listening on the port 6121).
    [info]: Attempt to connect to login-server...
    [status]: Connecting to 127.0.0.1:6900
    [status]: Connected to login-server (connection #2).
    [status]: Awaiting maps from map-server.
    [status]: Map-Server 0 connected: 804 maps, from IP 124.13.85.231 port 5121.
    [status]: Map-server 0 loading complete.
    [info]: Loaded guild castle (0 - guild 0)
    [info]: Loaded guild castle (1 - guild 0)
    [info]: Loaded guild castle (2 - guild 0)
    [info]: Loaded guild castle (3 - guild 0)
    [info]: Loaded guild castle (4 - guild 0)
    [info]: Loaded guild castle (5 - guild 0)
    [info]: Loaded guild castle (6 - guild 0)
    [info]: Loaded guild castle (7 - guild 0)
    [info]: Loaded guild castle (8 - guild 0)
    [info]: Loaded guild castle (9 - guild 0)
    [info]: Loaded guild castle (10 - guild 0)
    [info]: Loaded guild castle (11 - guild 0)
    [info]: Loaded guild castle (12 - guild 0)
    [info]: Loaded guild castle (13 - guild 0)
    [info]: Loaded guild castle (14 - guild 0)
    [info]: Loaded guild castle (15 - guild 0)
    [info]: Loaded guild castle (16 - guild 0)
    [info]: Loaded guild castle (17 - guild 0)
    [info]: Loaded guild castle (18 - guild 0)
    [info]: Loaded guild castle (19 - guild 0)
    [info]: Loaded guild castle (20 - guild 0)
    [info]: Loaded guild castle (21 - guild 0)
    [info]: Loaded guild castle (22 - guild 0)
    [info]: Loaded guild castle (23 - guild 0)
    [info]: Loaded guild castle (24 - guild 0)
    [info]: Loaded guild castle (25 - guild 0)
    [info]: Loaded guild castle (26 - guild 0)
    [info]: Loaded guild castle (27 - guild 0)
    [info]: Loaded guild castle (28 - guild 0)
    [info]: Loaded guild castle (29 - guild 0)
    [info]: Loaded guild castle (30 - guild 0)
    [info]: Loaded guild castle (31 - guild 0)
    [info]: Loaded guild castle (32 - guild 0)
    [info]: Loaded guild castle (33 - guild 0)
    [status]: Map-Server 1 connected: 804 maps, from IP 124.13.85.231 port 5121.
    [status]: Map-server 1 loading complete.
    

    this all my running server

  7. server dan client dh bole click tapi sekarang masalahnya apabila nak masuk char log in '' fail connection'' kemudian kat command promp logserv-sql dia kuar mcm ni

    [status]: Memory manager initialised: log/login-server_sql.exe.leaks
    
    			   rAthena Development Team presents
    				  ___   __  __
    			_____/   | / /_/ /_  ___  ____  ____ _
    		   / ___/ /| |/ __/ __ \/ _ \/ __ \/ __ `/
    		  / /  / ___ / /_/ / / /  __/ / / / /_/ /
    		 /_/  /_/  |_\__/_/ /_/\___/_/ /_/\__,_/
    				 http://rathena.org/board/
    [info]: SVN Revision: '16832'.
    [info]: Server supports up to '4096' concurrent connections.
    [info]: Reading configuration file conf/login_athena.conf...
    [status]: set login_port : 6900
    [info]: Console Silent Setting: 0
    [info]: Reading configuration file conf/inter_athena.conf...
    [info]: Reading configuration file conf/import/inter_conf.txt...
    [info]: Finished reading conf/import/inter_conf.txt.
    [info]: Finished reading conf/inter_athena.conf.
    [info]: Reading configuration file conf/import/login_conf.txt...
    [info]: Finished reading conf/import/login_conf.txt.
    [info]: Finished reading conf/login_athena.conf.
    [info]: Reading the configuration file conf/subnet_athena.conf...
    [status]: Read information about 1 subnetworks.
    [info]: Initializing random number generator.
    [info]: Using account engine 'sql'.
    [status]: The login-server is ready (Server is listening on the port 6900).
    [info]: Connection request of the char-server 'rAthena' @ 124.13.85.231:6121 (ac
    count: 'ainnie88', pass: 'nicole88', ip: '127.0.0.1')
    [Notice]: Authentication accepted (account: ainnie88, id: 1, ip: 127.0.0.1)
    [status]: Connection of the char-server 'rAthena' accepted.
    [status]: Request for connection of ainnie88 (ip: 127.0.0.1).
    [Notice]: Invalid password (account: 'ainnie88', pass: 'nicole88', received pass
    : 'NICOLE88', ip: 127.0.0.1)
    [info]: Closed connection from '127.0.0.1'.
    

    adakah sy salah setting.

    ini char athena saya

    // Athena Character configuration file.
    // Note: "Comments" are all text on the right side of a double slash "//"
    // Whatever text is commented will not be parsed by the servers, and serves
    // only as information/reference.
    // Server Communication username and password.
    userid: ragnarok
    passwd: ragnarok
    // Server name, use alternative character such as ASCII 160 for spaces.
    // NOTE: Do not use spaces or any of these characters which are not allowed in
    //	   Windows filenames \/:*?"<>|
    //	   ... or else guild emblems won't work client-side!
    server_name: rAthena
    // Wisp name for server: used to send wisp from server to players (between 4 to 23 characters)
    wisp_server_name: SuperMassiveRO
    // Login Server IP
    // The character server connects to the login server using this IP address.
    // NOTE: This is useful when you are running behind a firewall or are on
    // a machine with multiple interfaces.
    login_ip: 127.0.0.1
    // The character server listens on the interface with this IP address.
    // NOTE: This allows you to run multiple servers on multiple interfaces
    // while using the same ports for each server.
    bind_ip: 127.0.0.1
    // Login Server Port
    login_port: 6900
    // Character Server IP
    // The IP address which clients will use to connect.
    // Set this to what your server's public IP address is.
    char_ip: 124.13.85.231
    // Character Server Port
    char_port: 6121
    //Time-stamp format which will be printed before all messages.
    //Can at most be 20 characters long.
    //Common formats:
    // %I:%M:%S %p (hour:minute:second 12 hour, AM/PM format)
    // %H:%M:%S (hour:minute:second, 24 hour format)
    // %d/%b/%Y (day/Month/year)
    //For full format information, consult the strftime() manual.
    

    dan ini map_rathena

    //--------------------------------------------------------------
    //rAthena Map-Server Configuration File
    //--------------------------------------------------------------
    // Note: "Comments" are all text on the right side of a double slash "//"
    // Whatever text is commented will not be parsed by the servers, and serves
    // only as information/reference.
    //--------------------------------------------------------------
    //					 Configuration Info
    //--------------------------------------------------------------
    // Interserver communication passwords, set in account.txt (or equiv.)
    userid: ragnarok
    passwd: ragnarok
    // Character Server IP
    // The map server connects to the character server using this IP address.
    // NOTE: This is useful when you are running behind a firewall or are on
    // a machine with multiple interfaces.
    char_ip: 127.0.0.1
    // The map server listens on the interface with this IP address.
    // NOTE: This allows you to run multiple servers on multiple interfaces
    // while using the same ports for each server.
    bind_ip: 127.0.0.1
    // Character Server Port
    char_port: 6121
    // Map Server IP
    // The IP address which clients will use to connect.
    // Set this to what your server's public IP address is.
    map_ip: 124.13.85.231
    // Map Server Port
    map_port: 5121
    

    subnet rathena

    // Subnet support file

    // Format is:

    // subnet: net-submask:char_ip:map_ip

    // you can add more than one subnet

    subnet: 255.225.225.0:192.168.1.5:192.168.1.5

×
×
  • Create New...