Jump to content

noxty

Members
  • Posts

    28
  • Joined

  • Last visited

Posts posted by noxty

  1. Tienes que abrir los puertos en tu modem, para que los users se puedan conectar a tu servidor, te recomiendo que utilizes NOIP ya que la ip que manejan las compañias normalmente son dinamicas y se cambian cada cierto tiempo, y con noip no vas a tener que estar cambian el clientinfo

    No te recomiendo que lo hostees en tu casa, generalmente da mucho lag.

    • Like 1
  2. Saludos, no vas a poder activar el aura si el nivel base sube mas de 175 ya que los exes estan configurados para eso, para que logres hacer que se vea un aura custom, lo que tienes que hacer es modificar el source de tu emulador, para eso hay unas modificaciones en la seecion de source aqui mismo en rathena, pero si mas no me equivoco son de paga, sobre los mobs a fuerza deben de tener el nivel 99 en la mob_db para que se vea su aura.

  3. Hola que tal, miren quiero hacer un registro de Usuarios para realizar un evento, me eh encontrado este script

    prontera,150,150,5	script	sample	56,{
    	if ( select( "register", "delete the list" ) == 2 ) {
    		deletearray .aid_reg, .size_reg;
    		deletearray .cid_reg, .size_reg;
    		dispbottom "list now empty";
    	}
    	else {
    		.@myaid = getcharid(3);
    		while( .@i < .size_reg && .aid_reg[.@i] != .@myaid ) .@i++;
    		if ( .@i != .size_reg ) {
    			dispbottom "already register";
    			end;
    		}
    		.aid_reg[.size_reg] = .@myaid;// account id
    		.cid_reg[.size_reg] = getcharid(0);// charid
    		.size_reg++;
    		dispbottom "you are now on the list";
    	}
    	end;
    }
    

    Lo que queiro es que este npc tenga un limite de registro, por ejemplo 4 y que cuando se llege a ese limite warpee a todos los registrados ah un mapa.

     

    Espero me puedan ayudar.

     

    Gracias /no1

  4. Hello everyone 
     
    sorry for the inconvenience but eh tried several things already and I can not find the solution. 
     
    I want to make a script which you will reset your level and BASE JOB but when you start to level up to 70% less experience you obtain 
     
    Look here is my OnNPCKillEvent:
     
    OnNPCKillEvent:
    if(heroe == 1){
    Set( BaseExp, BaseExp - GetmonsterInfo(killedrid,4) + ( BaseExp / 100 ) ) ;
    }
    end;

     

    and does not work poring kill at level 1 and up to 107 me my rates are 500/500 and the maximum level is 255

  5. Hello

    amm

    i now have an error  /pif

       parse_line: expect command, missing function name or calling undeclared func                                                                             tion
         2 :        switch ( select( "join", "watch", "manual set", "kick all" ) ) {
         3 :                case 1:
         4 :                        set bgid,1;
         5 :                        close;
         6 :                case 2:
    *    7 :                        'g'etbgusers, 1;
         8 :                        for ( set .@i, 0; .@i < $@arenamembersnum; set .                                                                             @i, .@i +1 )
         9 :                                dispbottom ( .@i +1 )+". "+ rid2name( $@                                                                             arenamembers[.@i] );
        10 :                        close;
        11 :                case 3:
        12 :                        mes "input a team";
    
    

    Help me please

  6. Hello every body, i have an problem check, this is my console error.

     

    [Error]:  Loading NPC file: npc/custom/phow/bgregistro.txt
    script error on npc/custom/phow/bgregistro.txt line 5
        parse_line: expect command, missing function name or calling undeclared function
         1 : {
         2 : //prontera,154,185,5   script  bbb     100,{
         3 :        switch ( select( "join", "watch", "manual set", "kick all" ) ) {
         4 :                case 1:
    *    5 :                        's'etbgid 1;
         6 :                        close;
         7 :                case 2:
         8 :                        getbgusers 1;
         9 :                        for ( set .@i, 0; .@i < $@arenamembersnum; set .@i, .@i +1 )
        10 :                                dispbottom ( .@i +1 )+". "+ rid2name( $@arenamembers[.@i] );
     
    i put the patch diff in Script.c and compile
     
    my svn version is 17703 rAthena
     
    srry for my bad english x.x
     
    help me please.
×
×
  • Create New...