Jump to content

Mensaje Box de WeaponRefine Skill


masterzeus

Recommended Posts


  • Group:  Members
  • Topic Count:  17
  • Topics Per Day:  0.00
  • Content Count:  58
  • Reputation:   1
  • Joined:  08/18/13
  • Last Seen:  

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

image.png.18a33842d5940630e2353f02900d6cd0.png

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  9
  • Topics Per Day:  0.00
  • Content Count:  136
  • Reputation:   48
  • Joined:  06/18/12
  • Last Seen:  

 

 



Pude arreglar eso simplemente editando skill.cpp
Go to
: src/map/skill.cpp
Debajo : 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

Refine.png.cce18e5911a0e5be7cf379ecef521951.png

 

  • Upvote 1
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  17
  • Topics Per Day:  0.00
  • Content Count:  58
  • Reputation:   1
  • Joined:  08/18/13
  • Last Seen:  

10 hours ago, Gerzzie said:

 

 



Pude arreglar eso simplemente editando skill.cpp
Go to
: src/map/skill.cpp
Debajo : 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

Refine.png.cce18e5911a0e5be7cf379ecef521951.png

 

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.
image.png

Link to comment
Share on other sites

  • 1 year later...

  • Group:  Members
  • Topic Count:  10
  • Topics Per Day:  0.00
  • Content Count:  100
  • Reputation:   16
  • Joined:  07/28/12
  • Last Seen:  

pudiste solucionar esto? o alguien sabe como hacerlo?

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...