Jump to content

Recommended Posts

  • 1 month later...
  • 6 months later...
Posted

i want to ask, why search RMS/iRO wiki in game browser only once? the second try cannot open browser window, must relog first to open in game browser why?

Posted

Sorry I haven't updated these in a while guys! I'll try to be more active here and make sure all of these are stable.
Maybe add a few more.

  • 2 years later...
Posted

Good day sir! Anyone can help me edit some of the lines wherein I can input an item name (not only item id) and then it will show at least 10 items with the same name or id with its corresponding items links?

 

//===== rAthena Script =======================================
//= In-game Item Descriptions Script
//===== By: ==================================================
//= Nova http://www.novaragnarok.com
//============================================================

-	script	itemdescs	-1,{
end;

OnInit:
	bindatcmd "ii2",strnpcinfo(3)+"::OnAtcommand";
	bindatcmd "itemdesc",strnpcinfo(3)+"::OnAtcommand";
	end;
	
OnAtcommand:
  mes "^3355FF[ Item Description Search ]^000000";
  .@item = atoi(.@atcmd_parameters$[0]);
  mes "<ITEM>"+getitemname(.@item)+"<INFO>"+.@item+"</INFO></ITEM>";
  mes "";
  mes "Click on the name of the item above.";
  end;

}

 

  • 2 years later...
  • 4 weeks later...

Join the conversation

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

Guest
Reply to this topic...

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