masterzeus Posted May 16, 2019 Group: Members Topic Count: 17 Topics Per Day: 0.00 Content Count: 62 Reputation: 1 Joined: 08/18/13 Last Seen: 10 hours ago Share Posted May 16, 2019 Hi, I currently have this visual problem, when I use the WeaponRefine (Whitesmith) skill, the current weapon refine information does not appear, only the name. Is it possible to display the Name + the current refine? Thank you Quote Link to comment Share on other sites More sharing options...
0 anacondaq Posted May 18, 2019 Group: Members Topic Count: 42 Topics Per Day: 0.01 Content Count: 1096 Reputation: 348 Joined: 02/26/12 Last Seen: May 30, 2023 Share Posted May 18, 2019 On 5/16/2019 at 7:29 AM, masterzeus said: Hi, I currently have this visual problem, when I use the WeaponRefine (Whitesmith) skill, the current weapon refine information does not appear, only the name. Is it possible to display the Name + the current refine? Thank you Only someone from official server can confirm or reject this statement. I spent some time analyzing it, and I can reproduce this problem on all client versions since 2010 up to 2017 and on different emulators (eathena, rathena, hercules). But in the packet structure we have a place for "refine", but I do not know why it is not displayed... Quote Link to comment Share on other sites More sharing options...
0 Bringer Posted May 29, 2019 Group: Members Topic Count: 162 Topics Per Day: 0.04 Content Count: 748 Reputation: 47 Joined: 03/12/14 Last Seen: Yesterday at 08:53 AM Share Posted May 29, 2019 On 5/16/2019 at 12:29 PM, masterzeus said: Hi, I currently have this visual problem, when I use the WeaponRefine (Whitesmith) skill, the current weapon refine information does not appear, only the name. Is it possible to display the Name + the current refine? Thank you pc_delitem(sd, i, 1, 0, 0, LOG_TYPE_OTHER); if (per > rnd() % 100) { int ep=0; log_pick_pc(sd, LOG_TYPE_OTHER, -1, item); item->refine++; log_pick_pc(sd, LOG_TYPE_OTHER, 1, item); if(item->equip) { ep = item->equip; 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); achievement_update_objective(sd, AG_REFINE_SUCCESS, 2, ditem->wlv, item->refine); if (ep) Skill.c Quote Link to comment Share on other sites More sharing options...
Question
masterzeus
Hi, I currently have this visual problem, when I use the WeaponRefine (Whitesmith) skill, the current weapon refine information does not appear, only the name.

Is it possible to display the Name + the current refine?
Thank you
Link to comment
Share on other sites
2 answers to this question
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.