Jump to content
  • 0
Sign in to follow this  
Virtue

[SOLVED] ITEMLINK Help on 2015-09-16aRagexe.exe client

Question

eRnT3kI.png

 

ITEMLINK doesn't seem to work on this client? Or, does it? I've tried <URL></URL> and it works, but can't seem to get ITEMLINK to work.

 

RuNKiNb.png

 


SOLVED:

 

On 11/11/2017 at 9:10 AM, Functor said:

For 2015-09-16aRagexe you have to use:


<ITEM> and </ITEM>

instead of:


<ITEMLINK> and </ITEMLINK>

 

 

 

Edited by Virtue
SOLVED

Share this post


Link to post
Share on other sites

6 answers to this question

Recommended Posts

  • 0

try this:
 

mes("1 x "+Itemlink(Shield_) );
mes("20 x "+Itemlink(Poring_Card) );


Add this function:

//=========================================
//= Itemlink(<itemid>)
//= return item string with itemlink added
//=========================================
function    script    Itemlink    {
    .@id = getarg(0);
    return "<ITEM>"+getitemname(.@id)+"<INFO>"+.@id+"</INFO></ITEM>";
}

 

Share this post


Link to post
Share on other sites
  • 0

It's basically the same.

both that and

	mes "<ITEMLINK>Valkyrie Shield<INFO>2115</INFO></ITEMLINK> .";
	mes("<ITEMLINK>Poring Card<INFO>4001</INFO></ITEMLINK>");

won't work as intended. That's why I am thinking that it's disabled in my client version just want to confirm it though

Share this post


Link to post
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.   Restore formatting

  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.

Loading...
Sign in to follow this  

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.