-
Posts
72 -
Joined
-
Last visited
Content Type
Profiles
Forums
Downloads
Jobs Available
Server Database
Third-Party Services
Top Guides
Store
Crowdfunding
Posts posted by JackTheGorrion
-
-
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!
-
1
-
-
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?
-
On 2/3/2022 at 8:09 PM, Yummy said:
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
-
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
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
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.
-
9 hours ago, aepa1940 said:
yo hablo una guia para poner mob q no sea video
busca en el foro add custom mob en el buscador y te aparecera si tiene alguna duda para agregar mobs esta libre de enviar privado!
-
53 minutes ago, lLoydxx said:
Procuro alguém que consiga criar fluxcp personalizado com tabela de rankings funcionais, instale o sistema de votos e um sistema que eu possa adicionar créditos a conta do jogador logando no painel de controle do site.
Favor entrar em contato comigo urgente.
procure aqui o que mais combina com você https://rathena.org/board/thirdpartyservices/
-
1
-
-
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
-
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.tienes skill custom? por que dio error en el skill.c
-
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?
-
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
-
On 8/7/2021 at 11:57 AM, budek said:
Hello,
Can anyone provide Ifrit Ears sprite? Thanks in advance.
this sir?

-
19 hours ago, AngelaKiss said:
OVH
check this
-
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 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.
-
Just now, budek said:
Received and downloaded!
Big thanks!

Enjoy it if you need some help I'm not a pro but I have knowledge of items and more hahah
-
Just now, budek said:
Oh men! Thank you so much!
I was just asking for a piece of bread but I will receive a cake LOL.
ahhahaha quiet sir have a good day. I sent you the link in private!
-
Just now, budek said:
Thank you so much!
Actually I'm looking also for custom weapon sprites. Do you have a list?

I'm going to give you a folder with old school sprites, check if it has custom weapons
-
7 minutes ago, budek said:
yes sir. try to make a new image of collection and items sir
PD: Your need orther sprite old i have manys hahaha
-
On 6/11/2021 at 12:54 PM, budek said:
this sir?
-
On 6/3/2021 at 6:11, TheHobo said:
¿Alguien ha probado este VPS antes? Si es así, ¿puedo tener comentarios por favor, gracias!
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
-
send pm to me
-
Nice Map
-
1
-
-
On 8/1/2021 at 21:44, J4mes said:
¡Bueno! Cambié el tema y mi cuenta de usuario para usar mi nombre real. y gracias por la bienvenida
Welcome to Rathena!
-
+1 good idea



Modificación elemental converter
in Spanish General
Posted
te recomiendo postear en el foro ingles o ir al discord de rathena y poner tus dudas te responderan mas rapido