masterzeus Posted May 3, 2019 Group: Members Topic Count: 17 Topics Per Day: 0.00 Content Count: 62 Reputation: 1 Joined: 08/18/13 Last Seen: 11 hours ago Share Posted May 3, 2019 Hola, actualmente tengo este problema de visual, cuando uso la skill de WeaponRefine (Whitesmith) no aparece la información del refine actual del arma, solamente el nombre. Es posible que aparezca el Nombre + el refine actual? Gracias Quote Link to comment Share on other sites More sharing options...
Gerzzie Posted May 4, 2019 Group: Members Topic Count: 9 Topics Per Day: 0.00 Content Count: 137 Reputation: 48 Joined: 06/18/12 Last Seen: 10 hours ago Share Posted May 4, 2019 Pude arreglar eso simplemente editando skill.cpp Go to : src/map/skill.cppDebajo : void skill_weaponrefine(struct map_session_data *sd, int idx)Find : Spoiler clif_delitem(sd,idx,1,3); Add : Spoiler clif_delitem(sd,idx,1,3); + clif_additem(sd,idx,1,0); Success : Spoiler 1 Quote Link to comment Share on other sites More sharing options...
masterzeus Posted May 4, 2019 Group: Members Topic Count: 17 Topics Per Day: 0.00 Content Count: 62 Reputation: 1 Joined: 08/18/13 Last Seen: 11 hours ago Author Share Posted May 4, 2019 10 hours ago, Gerzzie said: Pude arreglar eso simplemente editando skill.cpp Go to : src/map/skill.cppDebajo : void skill_weaponrefine(struct map_session_data *sd, int idx)Find : Reveal hidden contents clif_delitem(sd,idx,1,3); Add : Reveal hidden contents clif_delitem(sd,idx,1,3); + clif_additem(sd,idx,1,0); Success : Reveal hidden contents Gracias por publicar ese fix, ese fue el primero que apliqué para que apareciera que uno "agarra" el arma refinada en la parte superior esta puesto y funcionando. El problema es otro, es que en el "box" solamente aparece el nombre del arma y no con su refine actual, por lo que es dificil saber que arma estás refinando y con que refine. Por ejemplo, esos Knife están refinados +4 y +7 pero solamente aparcen con el nombre. Quote Link to comment Share on other sites More sharing options...
Angeluz Posted June 4, 2020 Group: Members Topic Count: 10 Topics Per Day: 0.00 Content Count: 109 Reputation: 19 Joined: 07/28/12 Last Seen: Tuesday at 12:55 AM Share Posted June 4, 2020 pudiste solucionar esto? o alguien sabe como hacerlo? Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.