All Activity
- Past hour
-
athena web service Guild Emblem not work!
Chaos92 replied to njnamenj1's question in General Support
Since I didnt use that froggo client, then I dont know. better check the clientinfo, or how about asked at the correct section then since u used that froggo client. -
Utility Release: World of Fishing
JoseRicart replied to Lil Troll's topic in Utility Script Releases
Hello, Sorry to revive this post, but the script is really good. Is anyone updating this script or can fix as a service some bugs for me? If so, add me on discord mitsukideee -
Utility Release: World of Fishing
JoseRicart replied to Lil Troll's topic in Utility Script Releases
Hello, Sorry to revive this post, but the script is really good. Is anyone updating this script or can fix as a service some bugs for me? If so, add me on discord mitsukideee -
I only see client 2025-05-08 and 2025-06-04, where is client 2025-03-19?
- Today
-
Does anyone have clean NPC database as per April 2022. The files that i get have issues with some quest with non existing NPC and so on. Want to add back the NPC manually.
-
[Showcase] MVP Tomb with Dynamic Sprite and Name Display
Rynbef replied to Mice's topic in Script Showcase
Rly greate idea. Awesome! Rynbef~ -
Its because these two most recent Client versions are still encrypted, not unpacked. What your Anti-Virus software can't parse, it will sometimes mark as a dangerous file. Anyway, I recommend anyone using resources from this thread that were posted by @Skylove to use client version 2025-03-19 for now, it's the only the one posted that allows patches to be applied to it via WARP. The 2 most recent released clients ( 2025-05-08 and 2025-06-04) are not that too different from what 2025-03-19 functionally provides. This also goes without saying, for future clients that will be further released, exercise caution and patience.
-
athena web service Guild Emblem not work!
Sallycantdance replied to njnamenj1's question in General Support
im using the latest rathena and frogos client side , how can i check if its looking for usa rather than kr? anyways ty for your time -
update, i can't run client 2025-05-08 and 2025-06-05 always get block/quarantine by avast anti virus even already exception the file and folder
-
update, i can't rung client 2025-05-08 and 2025-06-05 always get block/quarantine by avast anti virus even already exception the file and folder
-
athena web service Guild Emblem not work!
Chaos92 replied to njnamenj1's question in General Support
maybe u mistakenly some settings anywhere then. maybe its using usa rather than kr ? or any. Depends on your setup. also make sure the ports are opened. -
athena web service Guild Emblem not work!
Chaos92 replied to njnamenj1's question in General Support
maybe u mistakenly some settings anywhere then. maybe its using usa rather than kr ? or any. Depends on your setup. also make sure the ports are opened. -
Този калкулатор е специално съобразен с българското трудово и осигурително законодателство, което го прави надежден инструмент за граждани на България.
-
athena web service Guild Emblem not work!
Sallycantdance replied to njnamenj1's question in General Support
i already tried the latest rathena but still the guild emblem is not showing i also apply your guide here After that, run query SQL sql-files/web.sql so that your database will create the table required for web server. Then recompile since u used Centos, can recompile as usual ./configure make clean make sql make web make server the only thing i didnt do is to get the pull in github since you said earlier that the latest rathena is already has it and i didnt edit anything in this part Then, setting inter-athena.conf for web server, and web athena.conf if needed. im also done in editing it here ExternalSettings_kr.lub since it working in my offline server -
[Showcase] MVP Tomb with Dynamic Sprite and Name Display
namerpus18 replied to Mice's topic in Script Showcase
-
athena web service Guild Emblem not work!
Sallycantdance replied to njnamenj1's question in General Support
thank you i will try it rathena/rathena: rAthena is an open-source cross-platform MMORPG server. -
Yes, obviously, I'm still working on the function.
-
Yes, obviously, I'm still working on the function.
-
pack bienvenida + anunciador global + opcion dex - int - str
Racaae replied to JASHI11's topic in Spanish Scripting Soporte
iz_int,24,34,3 script Pack Bienvenida 4_F_EDEN_OFFICER,6,6,{ .@server_name$ = "Apocalypse RO"; //Item ID, Item amount setarray .@items_INT, 5126,1, // Morpheus's Hood 2518,1, // Morpheus's Shawl 2648,1, // Morpheus's Ring 2649,1, // Morpheus's Bracelet 100054,1, // Shadow Transcendental Time Crate 11567,200, // [Event] Novice Potion 12324,30, // Novice Butterfly Wing 12325,30, // Novice Magnifier 12323,50, // Novice Fly Wing 11572,30, // [Event] Blue Potion 12264,2; //[Event] Bubble Gum //Item ID, Item amount setarray .@items_DEX, 5544,1, // Time Keeper Hat 15007,1, // Time Keeper Robe 2145,1, // Time Keeper Shield 2455,1, // Time Keeper Shoes 2559,1, // Time Keeper Manteau 19218,1, // Time Guardian Glasses 28511,1, // Time Guardian Ring 11567,200, // [Event] Novice Potion 12324,30, // Novice Butterfly Wing 12325,30, // Novice Magnifier 12323,50, // Novice Fly Wing 11572,10, // [Event] Blue Potion 12263,2; //[Event] Battle Manual //Item ID, Item amount setarray .@items_STR, 5127,1, // Morrigane's Helm 2519,1, // Morrigane's Manteau 2650,1, // Morrigane's Belt 2651,1, // Morrigane's Pendant 11567,300, // [Event] Novice Potion 12324,30, // Novice Butterfly Wing 12325,30, // Novice Magnifier 12323,50, // Novice Fly Wing 11572,10, // [Event] Blue Potion 7776,2; //Gym Pass cutin "laime_evenor01",2; mes "[Pack Bienvenida]"; mes "Hola ^FF0000" + strcharinfo(0) + "^000000."; mes "¡Bienvenido a ^00B2EE" + .@server_name$ + "^000000!"; next; switch(select("^000088Reclamar Pack Bienvenida^000000", "Cancelar")) { case 1: if (#freebies) { mes "[Pack Bienvenida]"; mes "Ya tienes tu pack de inicio."; close3; } switch(select("Paquete INT", "Paquete DEX", "Paquete STR", "Cancelar")) { case 1: copyarray .@list[0],.@items_int,getarraysize(.@items_int); break; case 2: copyarray .@list[0],.@items_dex,getarraysize(.@items_dex); break; case 3: copyarray .@list[0],.@items_str,getarraysize(.@items_str); break; case 4: close3; } mes "[Pack Bienvenida]"; mes "¿Está seguro? Contenido del ^43572FPack^000000:"; for (.@x = 0; .@x < getarraysize(.@list); .@x += 2) mes (.@list[.@x+1]>1?.@list[.@x+1] + "x ":"") + mesitemlink(.@list[.@x]); mes "^FF0000Solo puedes recibir el pack una vez.^000000"; next; if (select("Sí", "No") == 2) close3; if (#freebies) { mes "[Pack Bienvenida]"; mes "Ya tienes tu pack de inicio."; close3; } #freebies++; announce "Démosle la bienvenida a " + strcharinfo(0) + " acaba de iniciar en el servidor " + .@server_name$ + "!",0; mes "[Pack Bienvenida]"; mes "¡Aquí están tus ^43572FPack^000000!"; mes "Espero que te diviertas en ^00B2EE" + .@server_name$ + "^000000!"; for (.@x = 0; .@x < getarraysize(.@list); .@x += 2) getitem .@list[.@x], .@list[.@x+1]; close2; cutin "",255; cloakonnpcself; end; case 2: close3; } OnInit: questinfo QTYPE_CLICKME, QMARK_YELLOW, "!#freebies"; end; OnTouch: if (!#freebies) npctalk "Hola " + strcharinfo(0) + ". Ven a reclamar el Pack bienvenida!", "", bc_self; end; } iz_int01,24,34,3 duplicate(Pack Bienvenida) Pack Bienvenida#1 4_F_EDEN_OFFICER,6,6 iz_int02,24,34,3 duplicate(Pack Bienvenida) Pack Bienvenida#2 4_F_EDEN_OFFICER,6,6 iz_int03,24,34,3 duplicate(Pack Bienvenida) Pack Bienvenida#3 4_F_EDEN_OFFICER,6,6 iz_int04,24,34,3 duplicate(Pack Bienvenida) Pack Bienvenida#4 4_F_EDEN_OFFICER,6,6 new_1-1,57,117,3 duplicate(Pack Bienvenida) Pack Bienvenida#5 4_F_EDEN_OFFICER,6,6 new_2-1,57,117,3 duplicate(Pack Bienvenida) Pack Bienvenida#6 4_F_EDEN_OFFICER,6,6 new_3-1,57,117,3 duplicate(Pack Bienvenida) Pack Bienvenida#7 4_F_EDEN_OFFICER,6,6 new_4-1,57,117,3 duplicate(Pack Bienvenida) Pack Bienvenida#8 4_F_EDEN_OFFICER,6,6 lasa_fild01,51,306,3 duplicate(Pack Bienvenida) Pack Bienvenida#9 4_F_EDEN_OFFICER,6,6 -
It would be better if you add an effect list—for example, @nofx list so that all available effects that players can disable will be displayed. Not all players know how to look up skill IDs like Storm Gust. This way, they can just use a command like /effect instead of opening a browser and searching through our Ragnarok boards for skill or effect IDs.
-
I created a new command for the game's visual effects. There's already /effect, which allows us to no longer see any visual effects in the game. My command lets us choose which effects we no longer want to see. Example: "@nofx 89 on" will disable the storm gust effect. The command works very well. I'd like to know how to make my modifications available so that if the community finds it useful, it can be integrated into a future update.
-
I created a new command for the game's visual effects. There's already /effect, which allows us to no longer see any visual effects in the game. My command lets us choose which effects we no longer want to see. Example: "@nofx 89 on" will disable the storm gust effect. The command works very well. I'd like to know how to make my modifications available so that if the community finds it useful, it can be integrated into a future update.
- Yesterday
-
athena web service Guild Emblem not work!
Chaos92 replied to njnamenj1's question in General Support
latest rathena already have that implemented. doesnt need to pull anymore. -
athena web service Guild Emblem not work!
Sallycantdance replied to njnamenj1's question in General Support
hello can you give more details or complete guide how to apply this to the server side? im also having a problem in my online server in offline i already fixed the emblem issue by editing the ExternalSettings_kr file but after i upload my server to my vps and edit the ip in the externalsettings im getting this message [Info]: IP [POST /emblem/download] 200 [Info]: IP POST /emblem/upload] 200 [Info]: IP [POST /emblem/download] 200 and after searching here in rathena i find your answer here but i dont know how to pull in git so im asking you sir if you can guide me where should i can edit it manually in the server side thank you in advance