Jump to content
  • 0

<ITEM><INFO> Not working


gaurav787

Question


  • Group:  Members
  • Topic Count:  8
  • Topics Per Day:  0.00
  • Content Count:  15
  • Reputation:   0
  • Joined:  01/13/13
  • Last Seen:  

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

Capture.PNG

Link to comment
Share on other sites

4 answers to this question

Recommended Posts

  • 0

  • Group:  Members
  • Topic Count:  123
  • Topics Per Day:  0.05
  • Content Count:  478
  • Reputation:   14
  • Joined:  11/30/17
  • Last Seen:  

it would not display properly on 2015 clients

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  10
  • Topics Per Day:  0.00
  • Content Count:  177
  • Reputation:   25
  • Joined:  12/24/14
  • Last Seen:  

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>";

 

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  123
  • Topics Per Day:  0.05
  • Content Count:  478
  • Reputation:   14
  • Joined:  11/30/17
  • Last Seen:  

not working im also using 2015 client

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  123
  • Topics Per Day:  0.03
  • Content Count:  640
  • Reputation:   82
  • Joined:  04/07/14
  • Last Seen:  

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

Capture.PNG

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;

 

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

×
×
  • Create New...