FactorX Posted October 12, 2017 Posted October 12, 2017 Who can help me please with this syntax? http:// Thanks P.S.: I can't see icons from items in command show_inventory
0 melron Posted October 12, 2017 Posted October 12, 2017 search for a magician to solve your problem so he can guess what pack you are using and crawl the rest code
0 SamDev-Coder Posted October 12, 2017 Posted October 12, 2017 items.length is returning the size or count of elements inside items, by calling items.length.getIcon() you trying to execute "getIcon" method on "int" type, which is not exist and will never be, you may need to invoke it on an element of "items"
0 SweeTs Posted October 12, 2017 Posted October 12, 2017 One code line say nothing. But most likely, your htm line should be under a items loop first, then you can call the icon.
0 FactorX Posted October 12, 2017 Author Posted October 12, 2017 Where is RequestEnchantItem.java? i can't find..
0 FactorX Posted October 12, 2017 Author Posted October 12, 2017 i haven't. I try to make something special..but in ClientPackets isn't. (For last rev L2jserver)
0 FactorX Posted October 12, 2017 Author Posted October 12, 2017 All done! i find. Thanks all. God bless all of you
Question
FactorX
Who can help me please with this syntax?
http://
Thanks
P.S.: I can't see icons from items in command show_inventory
8 answers to this question
Recommended Posts