dekspyware Posted September 7, 2017 Posted September 7, 2017 Hi guys. I want to make @ii2 In-game Item Descriptions commands showing Link item on dispbottom but it not working i also try <ITEM> here script i used //===== 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: dispbottom "^3355FF[ Item Description Search ]^000000"; .@item = atoi(.@atcmd_parameters$[0]); dispbottom "<itemdesc>"+getitemname(.@item)+"<INFO>"+.@item+"</INFO></itemdesc>"; dispbottom "Click on the name of the item above."; end; } I think the commands showing item link on chat and npc is different. anyone know the correct commands ? Quote
0 GodKnows Jhomz Posted September 7, 2017 Posted September 7, 2017 (edited) 4 hours ago, dekspyware said: Hi guys. I want to make @ii2 In-game Item Descriptions commands showing Link item on dispbottom but it not working i also try <ITEM> here script i used //===== 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: dispbottom "^3355FF[ Item Description Search ]^000000"; .@item = atoi(.@atcmd_parameters$[0]); dispbottom "<itemdesc>"+getitemname(.@item)+"<INFO>"+.@item+"</INFO></itemdesc>"; dispbottom "Click on the name of the item above."; end; } I think the commands showing item link on chat and npc is different. anyone know the correct commands ? I think the dispbottom command is for static texts only. It didn't read any other text options like changing its color, or like the one your tried to link an item like in the npc mes command. So better to use npc mes command than dispbottom for @ii2 custom command. Edited September 7, 2017 by GodKnows Jhomz Quote
Question
dekspyware
Hi guys. I want to make @ii2 In-game Item Descriptions commands showing Link item on dispbottom but it not working i also try <ITEM>
here script i used
I think the commands showing item link on chat and npc is different.
anyone know the correct commands ?
1 answer 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.