Vkouk Posted March 27, 2010 Posted March 27, 2010 Hello guys,i am trying to rework multilingual system from epilogue to final. All it's fine.But i have one small problem.It gives me always error at AdminEditNpc.java at these lines String content = HtmCache.getInstance().getHtm("data/html/merchant/" + merchantID + ".htm"); if (content == null) { content = HtmCache.getInstance().getHtm("data/html/merchant/30001.htm"); Exactly it gives me error at getHtm So?Any suggestions? Btw i tryied all methods.Waiting for your respond
0 Vkouk Posted March 27, 2010 Author Posted March 27, 2010 execute again the merchantlist what do you mean?
0 Vkouk Posted March 27, 2010 Author Posted March 27, 2010 c:/server/sql/merchantlist isn't this my problem.
0 Vkouk Posted March 27, 2010 Author Posted March 27, 2010 ........... i think it's ok now.... neither i am.but i want to hear other people opinion about this problem.
0 Matim Posted March 27, 2010 Posted March 27, 2010 Roll Over on this highlighted text, there should be little log about whats wrong. Post it here.
0 Vkouk Posted March 27, 2010 Author Posted March 27, 2010 the code is this private List<L2TradeList> getTradeLists(int merchantID) { String target = "npc_%objectId%_Buy"; String content = HtmCache.getInstance().getHtm("data/html/merchant/" + merchantID + ".htm"); if (content == null) { content = HtmCache.getInstance().getHtm("data/html/merchant/30001.htm"); if (content == null) return null; } i always have error at getHtm.
0 SupeRMarios Posted March 27, 2010 Posted March 27, 2010 upload this file and give me link data/html/merchant/30001.htm
0 Vkouk Posted March 27, 2010 Author Posted March 27, 2010 <html><body>Trader Lector:<br> May I offer you a word of advice? The most expensive equipment isn't necessarily the best buy for you. A child cannot handle a two-handed sword, right? You must buy equipment appropriate for your class and experience. Now, select what you need.<br> <a action="bypass -h npc_%objectId%_Chat 1">Buy Equipment.</a><br> <a action="bypass -h npc_%objectId%_exc_multisell 003">Exchange equipment.</a><br> <a action="bypass -h npc_%objectId%_Wear 3000100">Try on Fighter equipment.</a><br> <a action="bypass -h npc_%objectId%_Wear 3000101">Try on Mystic equipment.</a><br> <a action="bypass -h npc_%objectId%_Sell">Sell</a><br> <a action="bypass -h npc_%objectId%_TerritoryStatus">Ask about the local lord and tax rate.</a><br> <a action="bypass -h npc_%objectId%_Quest">Quest</a> </body></html>
0 Matim Posted March 27, 2010 Posted March 27, 2010 the code is this private List<L2TradeList> getTradeLists(int merchantID) { String target = "npc_%objectId%_Buy"; String content = HtmCache.getInstance().getHtm("data/html/merchant/" + merchantID + ".htm"); if (content == null) { content = HtmCache.getInstance().getHtm("data/html/merchant/30001.htm"); if (content == null) return null; } i always have error at getHtm. Ventic, as I told you. Roll over on this highlighted getHtm, and there should be little log about whats wrong, and post it here. You're Eclipse user, right? Note: Ignore HoTeLRooM and his tips..
0 SupeRMarios Posted March 27, 2010 Posted March 27, 2010 <html><title>Misc Shop</title> <html> <body> May I offer you a word of advice? The most expensive equipment isn't necessarily the best buy for you. A child cannot handle a two-handed sword, right? You must buy equipment appropriate for your class and experience. Now, select what you need.<br> <a action="bypass -h npc_%objectId%_Chat 1">Buy Equipment.</a><br> <a action="bypass -h npc_%objectId%_exc_multisell 003">Exchange equipment.</a><br> <a action="bypass -h npc_%objectId%_Wear 3000100">Try on Fighter equipment.</a><br> <a action="bypass -h npc_%objectId%_Wear 3000101">Try on Mystic equipment.</a><br> <a action="bypass -h npc_%objectId%_Sell">Sell</a><br> <a action="bypass -h npc_%objectId%_TerritoryStatus">Ask about the local lord and tax rate.</a><br> <a action="bypass -h npc_%objectId%_Quest">Quest</a><br> </body> </html> tell me the results
0 Vkouk Posted March 27, 2010 Author Posted March 27, 2010 Ventic, as I told you. Roll over on this highlighted getHtm, and there should be little log about whats wrong, and post it here. You're Eclipse user, right? yes i am.btw the only problem is only at these 2 lines.
0 Matim Posted March 27, 2010 Posted March 27, 2010 yes i am.btw the only problem is only at these 2 lines. So, can you post here error logs...? Roll Over on this marked at red getHtm.. Or try to compile and show us error logs, simple.
Question
Vkouk
Hello guys,i am trying to rework multilingual system from epilogue to final.
All it's fine.But i have one small problem.It gives me always error at AdminEditNpc.java
at these lines
Exactly it gives me error at getHtm
So?Any suggestions?
Btw i tryied all methods.Waiting for your respond
21 answers to this question
Recommended Posts