sikiro Posted April 17, 2017 Posted April 17, 2017 hey nova on latest revision branch manager crashes the server but does not say why. Quote
hadie Posted June 1, 2017 Posted June 1, 2017 same problem here..branch manager when select rent dead branch room server will crash Quote
mazvi Posted December 2, 2017 Posted December 2, 2017 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? Quote
Nova Posted December 2, 2017 Author Posted December 2, 2017 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. Quote
Quesooo Posted December 3, 2017 Posted December 3, 2017 @Nova please update nightmarish jitterburg thank you Quote
Louis T Steinhil Posted July 12, 2020 Posted July 12, 2020 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; } Quote
squire14 Posted February 26, 2023 Posted February 26, 2023 very creative! very amazing! thumbs up to you! Quote
reidouraidou Posted March 26, 2023 Posted March 26, 2023 How to make the Search iRO Wiki/RMS Script and the Item description scripts work? Anyone knows? Quote
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.