Page 1 of 1

PDA Problem

Posted: Wed May 20, 2009 7:17 pm
by xAddytzu
If you want to receive support we need this info to help you properly.
» Find Revision
L2J Revision Number:
L2JDP Revision Number:

http://www.l2jserver.com/old-forum/thre ... adid=33174

Code: Select all

     public static void onBypassFeedback(L2PcInstance activeChar, String action)    {                  if (action.startsWith("gmshop"))      {        String htmFile = "data/multisell/24.xml";        String htmContent = HtmCache.getInstance().getHtm(htmFile);        if (htmContent != null)        {            NpcHtmlMessage itemReply = new NpcHtmlMessage(activeChar.getObjectId());                        itemReply.setHtml(htmContent);            activeChar.sendPacket(itemReply);               }             }    } 
dont work, i open the item...click on the bottom and ActionFailed
why?, how must to be


(and for buffer?)

Re: PDA Problem

Posted: Thu May 21, 2009 7:08 pm
by xAddytzu
up!