Jump to content
  • 0

Whitesmith Weapon Refine Skill


Question

Posted

Hello,

 

when I upgrade weapons with the Whitesmith Skill it always just says:

Weapons upgraded: <Weapon>

Upgrade has been completed successfully.

 

How can I get it to say the refine level of the item I have refined?

Normally it says something like "You got +7 Weapon" or something like that. D:

4 answers to this question

Recommended Posts

  • 1
Posted
src/map/skill.c | 1 +
 1 file changed, 1 insertion(+)
 
diff --git a/src/map/skill.c b/src/map/skill.c
index ad08fb3..23db870 100755
--- a/src/map/skill.c
+++ b/src/map/skill.c
@@ -15595,6 +15595,7 @@ void skill_weaponrefine (struct map_session_data *sd, int idx)
  pc_unequipitem(sd,idx,3);
  }
  clif_delitem(sd,idx,1,3);
+ clif_additem(sd,idx,1,0);
  clif_upgrademessage(sd->fd, 0, item->nameid);
  clif_inventorylist(sd);
  clif_refine(sd->fd,0,idx,item->refine);
 
  • Upvote 3
  • 0
Posted
On 4/4/2014 at 7:26 AM, Cydh said:
src/map/skill.c | 1 +
 1 file changed, 1 insertion(+)
 
diff --git a/src/map/skill.c b/src/map/skill.c
index ad08fb3..23db870 100755
--- a/src/map/skill.c
+++ b/src/map/skill.c
@@ -15595,6 +15595,7 @@ void skill_weaponrefine (struct map_session_data *sd, int idx)
  pc_unequipitem(sd,idx,3);
  }
  clif_delitem(sd,idx,1,3);
+ clif_additem(sd,idx,1,0);
  clif_upgrademessage(sd->fd, 0, item->nameid);
  clif_inventorylist(sd);
  clif_refine(sd->fd,0,idx,item->refine);
 

this is gold, I still use this solution nowadays

Join the conversation

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

Guest
Answer this question...

×   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.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...