gaurav787 Posted July 15, 2022 Group: Members Topic Count: 8 Topics Per Day: 0.00 Content Count: 15 Reputation: 0 Joined: 01/13/13 Last Seen: March 16 Share Posted July 15, 2022 Hi Can someone help me fix this? below is the code mes "[ Costume Gacha ]"; mes "<ITEM>"+getitemname(602)+"<INFO>602</INFO></ITEM>"; the name goes in corner of message box and also name is displayed doubled. how can we fix this? EXE DATE : 2015 Thanks Quote Link to comment Share on other sites More sharing options...
0 kalabasa Posted July 15, 2022 Group: Members Topic Count: 123 Topics Per Day: 0.05 Content Count: 478 Reputation: 14 Joined: 11/30/17 Last Seen: January 23 Share Posted July 15, 2022 it would not display properly on 2015 clients Quote Link to comment Share on other sites More sharing options...
0 mR L Posted July 17, 2022 Group: Members Topic Count: 10 Topics Per Day: 0.00 Content Count: 177 Reputation: 26 Joined: 12/24/14 Last Seen: December 25, 2024 Share Posted July 17, 2022 On 7/15/2022 at 2:01 PM, gaurav787 said: mes "<ITEM>"+getitemname(602)+"<INFO>602</INFO></ITEM>"; try with this mes "<ITEML>"+getitemname(602)+"<INFO>602</INFO></ITEML>"; OR mes "<ITEMLINK>"+getitemname(602)+"<INFO>602</INFO></ITEMLINK>"; Quote Link to comment Share on other sites More sharing options...
0 kalabasa Posted July 17, 2022 Group: Members Topic Count: 123 Topics Per Day: 0.05 Content Count: 478 Reputation: 14 Joined: 11/30/17 Last Seen: January 23 Share Posted July 17, 2022 not working im also using 2015 client Quote Link to comment Share on other sites More sharing options...
0 Gidz Cross Posted July 19, 2022 Group: Members Topic Count: 133 Topics Per Day: 0.03 Content Count: 686 Reputation: 89 Joined: 04/07/14 Last Seen: Sunday at 08:18 AM Share Posted July 19, 2022 On 7/15/2022 at 3:01 PM, gaurav787 said: Hi Can someone help me fix this? below is the code mes "[ Costume Gacha ]"; mes "<ITEM>"+getitemname(602)+"<INFO>602</INFO></ITEM>"; the name goes in corner of message box and also name is displayed doubled. how can we fix this? EXE DATE : 2015 Thanks There are workaround in 2015 clients. But yeah. I wont display properly on your client version. You can just edit the mes info. i would do it this way mes "<ITEM>"+getitemname(602)+"<INFO>602</INFO></ITEM>"; mes " "; mes "Click the link above to see the description of Butterfly Wing"; end; Quote Link to comment Share on other sites More sharing options...
Question
gaurav787
Hi
Can someone help me fix this? below is the code
mes "[ Costume Gacha ]";
mes "<ITEM>"+getitemname(602)+"<INFO>602</INFO></ITEM>";
the name goes in corner of message box and also name is displayed doubled.
how can we fix this?
EXE DATE : 2015
Thanks
Link to comment
Share on other sites
4 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.