-
Posts
52 -
Joined
-
Last visited
-
Days Won
2
Content Type
Profiles
Forums
Downloads
Jobs Available
Server Database
Third-Party Services
Top Guides
Store
Crowdfunding
Posts posted by Vicious
-
-
Hi, I test this version of stylist but do not let me put any outfit... all 3rds jobs say me "this service is not available for... (any 3rd job)"
SpoilerHow to fix this?
-
Hi, thank's for you answer. I follow these post but the colour still yellow in aura floor... but in lvl 99 to 2nd job is appear blue and is good!!
(I also never wanted to change the aura of 2nd job, only 3rd job, is strange)
what am I doing wrong? Anybody can tell me how change the colour yellow??any tutorial or modify any file... (I do not know where the order comes from so that is yellow)
pd: sorry for my bad english
-
Buenas, estoy usando un server offline 2017 que deskargue en este foro (el exe dice 2015-11-04aRagexe). Luego actualize el los archivos kro. Eso no es algo del emulador? algun script?
-
Buenas! Alguien sabe cual es el script y como implementarlo para que se vea el preview del item en el char?
En mi server solo se ve el item de equipo al hacer clik pero no el preview
Espero me puedan ayudar, saludos!
-
Hi! I'm looking for this mounts for 2d jobs.
The Magic carpet, the ball, cloud and the book!
Anybody have it? I was search the server but is not exist anymore...
thank's!
-
Hola, gracias por responder, finalmente he podido solucionarlo editando el atcommand.c y agregando las lineas de los jobs que faltaban para que los trajes alternativos sean ejecutados por el @bodystyle 1 :
/*==========================================
* @bodystyle [Rytech]
*------------------------------------------*/
ACMD_FUNC(bodystyle)
{
int body_style = 0;
nullpo_retr(-1, sd);memset(atcmd_output, '\0', sizeof(atcmd_output));
// Limit body styles to certain jobs since not all of them are released yet.
if (!((sd->class_&MAPID_THIRDMASK) == MAPID_GUILLOTINE_CROSS || (sd->class_&MAPID_THIRDMASK) == MAPID_GENETIC
|| (sd->class_&MAPID_THIRDMASK) == MAPID_MECHANIC || (sd->class_&MAPID_THIRDMASK) == MAPID_ROYAL_GUARD
|| (sd->class_&MAPID_THIRDMASK) == MAPID_ARCH_BISHOP || (sd->class_&MAPID_THIRDMASK) == MAPID_RANGER
|| (sd->class_&MAPID_THIRDMASK) == MAPID_WARLOCK || (sd->class_&MAPID_THIRDMASK) == MAPID_MINSTRELWANDERER
|| (sd->class_&MAPID_THIRDMASK) == MAPID_SORCERER || (sd->class_&MAPID_THIRDMASK) == MAPID_SHADOW_CHASER
|| (sd->class_&MAPID_THIRDMASK) == MAPID_RUNE_KNIGHT)) {clif_displaymessage(fd, msg_txt(sd,740)); // This job has no alternate body styles.
return -1;
}Por cierto, hay algun add on para implementar el STYLING SHOP SYSTEM?
-
1
-
-
Thank's man, but I mean, I'm looking for these sprites for GM like the image
-
Hi, I'm looking for the sprites of the GM
edit:
Anybody have it?
pd: sorry for my bad english
-
Hi, yes! I need the other frames, jeje this image is from here
link:
http://write.ratemyserver.net/ragnoark-online-character-guides/mibus-high-priest-guide/
If you know something about this sprite, please tell me.
-
Hi, I'm looking for this sprite NPC, anybody know? or have it? please, can share it? thanks!
pd: sorry for my bad english.
-
Hi, you have the scrips for this npc? thanks!
-
-
Hi, I change the aura but still is yellow!... where is change the color??
-
I have these problem too.. with shadow chaser, sorcerer and mistrel... I have the alternative sprites in grf. I don't know what happen...
-
Hi, I try the scrip
but is not work...
-
set @bodystylemax,MaxBodyStyle; else set @bodystylemax,1;
Hi, try this. I hope help you
-
Hola, muchas gracias por tu respuesta, yo estoy usando el cliente+server offline 2017, efectivamente, su grf con el archivo del dressroom al parecer esta mal, asique arme un custom.grf y le meti el dresspack.grf alli... asique ahora anda bien!. Salvo algunos detalles que tube que modificar para que lea los peinados, y trajes alternativos.
Tengo una duda, el npc lee bien los trajes de Sorcerer, Minstrel y Shadow chaser, pero el comando @bodystyle 1 no sirve para esos jobs, me dice "This job has no alternative body styles", sin embargo en el ultimo dresspack ya los trae. Hay alguna forma de modificar eso y que el comando los pueda leer y ejecutar?
-
Hi, i have these error too.. .the head is gone! jej
-
Hola gente, como va?
Tengo un problema, he descargado el npc scrips del dressroom 3CeAM, pero al ponerlo nose porke el cliente hace crash... osea al hablarle y elegir la opcion "sure" para que abra la ventana del dressroom, el juego se tilda y dice que dejo de funcionar... sin embargo en la consola no tira ningun error al cargar o al cerrarse... podrian darme una mano con esto?
-
Is crash too... what am i doing wrong?
-
Hi, how i can use it? i try talk to npc superstylist but not open any window..
.
and the scrips of http://herc.ws/board/files/file/230-dress-pack/ is crash! the game is close... Somebody can help me please?
-
Hola, perdon por revivir el post, tendrian algun tuto para configurar rathena paso por paso y hacer funcionar ese cliente? gracias.
Utility: Advanced Stylist
in Utility Script Releases
Posted
Hi, I'ts not have @bodystyle?