Jump to content

JackTheGorrion

Members
  • Posts

    72
  • Joined

  • Last visited

Posts posted by JackTheGorrion

  1. On 4/3/2022 at 1:20 AM, pardo23 said:

    Hola, necesito resolver lo siguiente... cuando me quito un arma se acaba el efecto del endow (converter, cursed water, aspercio), pero en el caso del sinx necesito que el efecto del endow se acabe cuando me quite ambas armas. Por ejemplo si tengo doble daga y cambio la daga de la mano izquierda por un escudo se acaba el efecto del endow y quiero que esto no ocurra.

    Ojalá puedan ayudarme.

    Gracias.

    te recomiendo postear en el foro ingles o ir al discord de rathena y poner tus dudas te responderan mas rapido

    • Upvote 1
  2. 14 hours ago, Notorius said:

    asi es

    mael te dio algunas soluciones sigue las guias y haz lo que mejor te convenga, recuerda como menciono mael tu server debe tener buena ram o se te puede comenzar a subir el ping por tantos item siempre con el efecto puesto!

    • Upvote 1
  3. On 3/7/2022 at 3:02 AM, Notorius said:

    hola vengo con una duda quiero darle la apariencia que otorga la skill Critical Explosion me refiero al aura que aparece cuando esta activa esta skill pero solo quiero la apariencia que quede permanente en un item equipable sin la necesidad de tener que usar la skill no quiero que de los efectos de la skill solo quiero la apariencia el sprite es esto posible? en que carpetas debo buscar?

     

    cada vez que te pongas el item y se mantenga permanente el efecto hasta que vuelvas a quitar el item?

  4. On 2/3/2022 at 8:09 PM, Yummy said:

    image.png.6f3067bd0534f0d098414626a2d43329.png

    I am looking for this mid gear and its called 3D Glasses.  

    It must be a custom variant, because it doesn't look anything like the original gg

     

    On 2/5/2022 at 7:59 PM, Yummy said:

    Yes, it's a custom item

    Do you know what server you saw it can you tell me maybe I'll check to see if I have it

  5. On 1/5/2022 at 12:48 AM, Theru said:

    Hola amigos, estuve dandole vueltas a un script que encontre en herc, y quise migrarlo a rAthena.

    ▫️El script funciona hasta cierto punto:
                        ▫️ Aparece el npc, hablas con el y corre todo normal, te pide items, pero al entregarlos el npc desaparece y ya no sucede nada.
    ▫️Cuando hablas con el y despues le das en cancelar, pero despues vuelves a hablar con el, dice que esta hablando con otra personas.
    ▫️ La consola no tira ningun error.
    ▫️Quisiera saber si se debe a que es de herc, y si es asi podrian ayudarme a migrarlo a rAthena!

    Gracias de antemano /awsm

    Les dejo el Script.

    prontera,150,150,0	script	Thanatos Summoner#22	4W_SAILOR,{
    	mes .npc$;
    
    	[email protected]_id = getcharid(1);
    	
    	[email protected]	= strnpcinfo(2);
    	
    	if (getd(".qwerty" + [email protected])) {
    		mes "Someone is talking to me!";
    		emotion 23;
    		close;
    	}
    	
    	setd(".qwerty" + [email protected], 1);
    	
    	if ([email protected]_id && getpartyleader([email protected]_id, 2) != getcharid(0)) {
    		mes "Only the party leader can talk to me";
    	} else {
    		mes "Hi " + strcharinfo(0) + ", What can i do for you?";
    		next;
    		if (select("I want to summon Thanatos:Cancel") == 1 ) {
    			mes .npc$;
    			mes "You need the following items to summon thanatos";
    			[email protected] = 0;
    			while ([email protected] < .size) {
    				mes "> " + .fragments[[email protected]+1] + "x " + getitemname(.fragments[[email protected]]);
    				[email protected] += 2;
    			}
    			next;
    			if (select("Yes, I have those items and I'm ready to fight:I will think twice") == 1) {
    				[email protected] = 0;
    				while ([email protected] < .size) {
    					if (countitem(.fragments[[email protected]]) < .fragments[[email protected]+1]) {
    						mes .npc$;
    						mes "You lack " + getitemname(.fragments[[email protected]]);
    						setd(".qwerty" + [email protected], 0);
    						close;
    					}
    					[email protected] += 2;
    				}
    				[email protected] = 0;
    				while ([email protected] < .size) {
    					delitem .fragments[[email protected]], .fragments[[email protected]+1];
    					[email protected] += 2;
    				}
    				if (getcharid(1)) {
    					announce "Party " + getpartyname([email protected]_id) + " has initiated Thanatos Summoner", 0;
    					warpparty "thana_boss", 113, 165, [email protected]_id, true;
    				} else {
    					announce strcharinfo(0) + " has initiated Thanatos Summoner", 0;
    					warp "thana_boss", 113, 165;
    				}
    				monster "thana_boss", 0, 0, "--ja--", 1708, 1, strnpcinfo(3) + "::OnKill";
    				hideonnpc strnpcinfo(3);
    			}
    		}
    	}
    	
    	setd(".qwerty" + [email protected], 0);
    	close;
    
    	// 50 minutes mark
    	On50MinMark:
    		announce "Thanatos Summoner will open in 10 minutes", 0;
    		addtimer 300000, strnpcinfo(3) + "::On55MinMark";
    		end;
    	// 55 minutes mark
    	On55MinMark:
    		announce "Thanatos Summoner will open in 5 minutes", 0;
    		addtimer 240000, strnpcinfo(3) + "::On59MinMark";
    		end;
    	// 59 minutes mark
    	On59MinMark:
    		announce "Thanatos Summoner will open in 1 minute", 0;
    		addtimer 60000, strnpcinfo(3) + "::OnEnable";
    		end;
    	// 60 minutes mark
    	OnEnable:
    		announce "Thanatos Summoner is open", 0;
    		hideoffnpc strnpcinfo(3);
    		end;
    		
    	OnKill:
    		[email protected]_id = getcharid(1);
    		if ([email protected]_id) {
    			announce strcharinfo(0) + " successfully killed Thanatos", 0;
    			sleep2 .warp_interval * 60 * 1000;
    			warp "prontera", 150, 150;
    		} else {
    			announce strcharinfo(0) + " of party " + getpartyname([email protected]_id) + " successfully killed Thanatos", 0;
    			sleep2 .warp_interval * 60 * 1000;
    			warpparty "prontera", 150, 150, [email protected]_id, true;
    		}
    		announce "Thanatos summoner will open again after " + .npc_interval + " minutes", 0;
    		addtimer .npc_interval * 60 * 1000, strnpcinfo(3) + "::On50MinMark";
    		end;
    		
    	OnPCDieEvent:
    		if (strcharinfo(3) == "thana_boss")
    			warp "SavePoint", 0, 0;
    		if (!getmapusers("thana_boss")) {
    			announce "No one manage to kill Thanatos. Thanatos summoner will open again after " + .npc_interval + " minutes", 0;
    			killmonsterall "thana_boss";
    			addtimer .npc_interval * 60 * 1000, strnpcinfo(3) + "::On50MinMark";
    		}
    		end;
    	
    	OnInit:
    		.npc$ = "[" + strnpcinfo(1) + "]";
    		setarray .fragments[0], 31996, 4; // <item_id>, <amount>
    		.size = getarraysize(.fragments);
    		.npc_interval = 50; // 50 minutes
    		.warp_interval = 3; // 3 minutes
    		announce "Thanatos Summoner is open", 0;
    		end;
    		
    }
    
    thana_boss	mapflag	nowarp
    thana_boss	mapflag	noreturn
    thana_boss	mapflag	nowarpto



    summoner.txt 3.47 kB · 0 downloads

    Captura.PNG

    Captura2.PNG

    Captura3.PNG

    Captura4.PNG

    por que no usas la quest de thanatos para invocarlo, y por lo que vi dice que sera invocado en thana_boss fuiste aya a verificar si el mvp aparecio? por que la consola no tira ningun error.

  6. On 7/26/2021 at 8:01 AM, piches48 said:

    start and used his service smoothly but after 2days ago, when i had ordering pokemon pets ,and pay him.  i got scammed , he did close his facebook and  ucking gone.  my bad, that i trust someone easily, i got lesson big times. don't trust anyone that you have never known personally espcially with the money. 

     

    his facebook is jerome mapaqchuckie.

     

     

    I looked for it in fb and apparently I block you. I hope you can get back what you invested always try to pay with PayPal when they are people who are not yet trusted

  7. On 12/3/2021 at 8:34 PM, Jefryxs said:

    oie bro he seguido todos los paso pero creo que haglo he hehco mal porque tengo este problema:
    make[1]: *** [Makefile:84: obj/skill.o] Error 1
    make[1]: Leaving directory '/home/*****ro/rAthena/src/map'
    make: *** [Makefile:50: map] Error 2
    esto paso en el momento del poner make server... 

    tendras algo bro al respecto?, espeor que si 😄 
    si no no te preocupes hermano 
    Saludos. 

     

     

    Sin título.png

    tienes skill custom? por que dio error en el skill.c 

  8. 10 hours ago, DEsMOn said:

    Hello rAthena Pro-Scripters,

    I'm Looking for MVP script

    1) Which included GM reset command. So MVP Kills count will be set to 0 again (So i can start MVP race with reset).

    2) And this Script should count only  MVP which are spawned in map as default example pay_fild11 Eddga, gef_fild10 Orc Lord, gef_fil14 Orc Hero, etc. (Should not count Bloody branch MVP , @spawn MVPS, event MVPs)

    Is it possible @Elysium @Emistry

    Thanks in advance...!!

    do you want to have like an mvp rank but in the summons room?

  9. On 8/13/2021 at 9:14 PM, lolxerox said:

    Buenas, yo me encuentro en la misma situación,  mi emulador corre perfectamente con su configuración por defecto.

     

    Cuando intento cambiar cualquier parámetro dentro de la sección Battle, la misma no surge efecto en el juego. he  reiniciado el servidor muchas veces hasta he usado [email protected] y no pasa nada, sigue estando de fabrica.

    Lo único que si  me permitio  fue en la carpeta char-server quitar el pincode y iniciar con una cantidad de zeny.   y en login-server habilitar crear cuenta usando_F_M.

     

    No se la razon por la cual no me premite cambios a battle, si hay que habilitar algo no lo se, y en mi caso no tiene nada que ver con ./showname.

    Buenas verifica tu carpeta import y relaliza los canfios en dicha carpeta

  10. 10 hours ago, AngelaKiss said:

    Hola, ¿alguien puede ayudarme a instalar desde 0 el último rathena en centos 7? Por favor, no puedo. gracias  😭😭😭😭

    o cualquier otro linux dist. que crees que es mejor solía usar centos 6 pero ahora no sé cómo hacer que este funcione

    your used Google cloud or digital ocean and ovh? 

  11. 11 hours ago, lelouchxv said:

    can you send it to me too ? old custom weapon sprites thankyou in advance 🙂

    I lost a lot on a disc that got damaged. but I have some grf I still have to check if they have custom weapon. what they do have are many old custom.

  12. On 6/3/2021 at 6:11, TheHobo said:

    ¿Alguien ha probado este VPS antes? Si es así, ¿puedo tener comentarios por favor, gracias!

    https://www.pony-vpshosting.com/login

    I had my server hosted in pony, everything was fine until I realized that I wanted the psd of the flux that I bought for free wtf ahahha and when I told him that he did not get angry there he made the decision to emigrate to DO

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use and Privacy Policy.