Jump to content

keima25

Members
  • Posts

    51
  • Joined

  • Last visited

Posts posted by keima25

  1. im using this script to restrict some mvp monster for the event managers but when this script enable i cant use the command @monster even the admin account ...help pls thx :)

    can some improve it or can some1 make a new a better 1 ? thx :)

    -	script	Strict	-1,{
    	OnInit:
    		setarray .mob_restriction[0],1646,1647,1648,1649,1650,1651,1751,1708;
    		.size = getarraysize(.mob_restriction);
    		bindatcmd "monster",strnpcinfo(3)+"::OnExe";
    		end;
    	
    	OnExe:
    		.monster_id = atoi( .@atcmd_parameters$[0] );
    		for ( .@i = 0; .@i < .size; .@i++ ) {
    			if ( .monster_id == .mob_restriction[.@i] && getgmlevel() < 99 ) {
    				dispbottom "You cannot summon this monster";
    				end;
    			}
    		}
    		if ( getmonsterinfo( .monster_id, 0 ) != "null" ) {
    			.@amount = atoi( .@atcmd_parameters$[1] );
    			atcommand "@monster " +.monster_id+ " " +(!.@amount?1:.@amount);
    		}
    		end;
    	
    }
    
  2. log/map-server.leaks

    log/char-server.leaks

    log/login-server.leaks

     

    plssssssssssssss helpppp .

     



    [Status]: Memory manager initialised: log/login-server.leaks


    rAthena Development Team presents
    ___ __ __
    _____/ | / /_/ /_ ___ ____ ____ _
    / ___/ /| |/ __/ __ \/ _ \/ __ \/ __ `/
    / / / ___ / /_/ / / / __/ / / / /_/ /
    /_/ /_/ |_\__/_/ /_/\___/_/ /_/\__,_/

    http://rathena.org/board/

    [Info]: Server supports up to '1024' concurrent connections.
    [Info]: loginconfig: client_version_to_connect = 30
    [Info]: Finished reading conf/import/inter_conf.txt.
    [Info]: Finished reading conf/inter_athena.conf.
    [Info]: Finished reading conf/import/login_conf.txt.
    [Info]: Finished reading conf/login_athena.conf.
    [Info]: Done reading '23' messages in 'conf/msg_conf/login_msg.conf'.
    [Status]: The login-server is ready (Server is listening on the port 6900).

    [Status]: Memory manager initialised: log/char-server.leaks


    rAthena Development Team presents
    ___ __ __
    _____/ | / /_/ /_ ___ ____ ____ _
    / ___/ /| |/ __/ __ \/ _ \/ __ \/ __ `/
    / / / ___ / /_/ / / / __/ / / / /_/ /
    /_/ /_/ |_\__/_/ /_/\___/_/ /_/\__,_/

    http://rathena.org/board/

    [Info]: Server supports up to '1024' concurrent connections.
    [Status]: Login server IP address : 127.0.0.1 -> 127.0.0.1
    [Status]: Character server IP address : 104.238.206.58 -> 104.238.206.58
    [Info]: Done reading conf/import/char_conf.txt.
    [Info]: Done reading conf/char_athena.conf.
    [Info]: Done reading conf/import/inter_conf.txt.
    [Info]: Done reading conf/inter_athena.conf.
    [Info]: Done reading '132' messages in 'conf/msg_conf/char_msg.conf'.
    [Info]: Done reading conf/import/inter_conf.txt.
    [Info]: Done reading conf/inter_athena.conf.
    [Info]: Connect Character DB server.... (Character Server)
    [Status]: Done reading '49' entries in 'db/pre-re/exp_guild.txt'.
    [Status]: Done reading '0' entries in 'db/import/exp_guild.txt'.
    [Status]: Finished Reading GeoIP Database.
    [Status]: Characters per Account: '0'.
    [Info]: Start checking DB integrity
    [Info]: DB integrity check finished with success
    [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
    [Info]: Connection request of the char-server 'rAthena' @ 104.238.206.58:6121 (account: 'myserver', pass: 'pwserver', ip: '127.0.0.1')
    [Notice]: Authentication accepted (account: myserver, id: 1, ip: 127.0.0.1)
    [Status]: Connection of the char-server 'rAthena' accepted.
    [Status]: Connected to login-server (connection #5).
    [Status]: Awaiting maps from map-server.
    [Status]: Memory manager initialised: log/map-server.leaks


  3. log/map-server.leaks

    log/char-server.leaks

    log/login-server.leaks

     

    plssssssssssssss helpppp .

     

     

     

     



    [Status]: Memory manager initialised: log/login-server.leaks


    rAthena Development Team presents
    ___ __ __
    _____/ | / /_/ /_ ___ ____ ____ _
    / ___/ /| |/ __/ __ \/ _ \/ __ \/ __ `/
    / / / ___ / /_/ / / / __/ / / / /_/ /
    /_/ /_/ |_\__/_/ /_/\___/_/ /_/\__,_/

    http://rathena.org/board/

    [Info]: Server supports up to '1024' concurrent connections.
    [Info]: loginconfig: client_version_to_connect = 30
    [Info]: Finished reading conf/import/inter_conf.txt.
    [Info]: Finished reading conf/inter_athena.conf.
    [Info]: Finished reading conf/import/login_conf.txt.
    [Info]: Finished reading conf/login_athena.conf.
    [Info]: Done reading '23' messages in 'conf/msg_conf/login_msg.conf'.
    [Status]: The login-server is ready (Server is listening on the port 6900).

    [Status]: Memory manager initialised: log/char-server.leaks


    rAthena Development Team presents
    ___ __ __
    _____/ | / /_/ /_ ___ ____ ____ _
    / ___/ /| |/ __/ __ \/ _ \/ __ \/ __ `/
    / / / ___ / /_/ / / / __/ / / / /_/ /
    /_/ /_/ |_\__/_/ /_/\___/_/ /_/\__,_/

    http://rathena.org/board/

    [Info]: Server supports up to '1024' concurrent connections.
    [Status]: Login server IP address : 127.0.0.1 -> 127.0.0.1
    [Status]: Character server IP address : 104.238.206.58 -> 104.238.206.58
    [Info]: Done reading conf/import/char_conf.txt.
    [Info]: Done reading conf/char_athena.conf.
    [Info]: Done reading conf/import/inter_conf.txt.
    [Info]: Done reading conf/inter_athena.conf.
    [Info]: Done reading '132' messages in 'conf/msg_conf/char_msg.conf'.
    [Info]: Done reading conf/import/inter_conf.txt.
    [Info]: Done reading conf/inter_athena.conf.
    [Info]: Connect Character DB server.... (Character Server)
    [Status]: Done reading '49' entries in 'db/pre-re/exp_guild.txt'.
    [Status]: Done reading '0' entries in 'db/import/exp_guild.txt'.
    [Status]: Finished Reading GeoIP Database.
    [Status]: Characters per Account: '0'.
    [Info]: Start checking DB integrity
    [Info]: DB integrity check finished with success
    [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
    [Info]: Connection request of the char-server 'rAthena' @ 104.238.206.58:6121 (account: 'myserver', pass: 'pwserver', ip: '127.0.0.1')
    [Notice]: Authentication accepted (account: myserver, id: 1, ip: 127.0.0.1)
    [Status]: Connection of the char-server 'rAthena' accepted.
    [Status]: Connected to login-server (connection #5).
    [Status]: Awaiting maps from map-server.
    [Status]: Memory manager initialised: log/map-server.leaks


×
×
  • Create New...