PDA Problem

Support for the latest build of L2J Server, get help here with installations, upgrades, problems.
Do not post bugs reports here, use viewforum.php?f=77 instead.
There is no support for other server builds than the official provided by l2jserver.com
Forum rules
READ NOW: L2j Forums Rules of Conduct
Post Reply
xAddytzu
Posts: 36
Joined: Sat Oct 11, 2008 9:57 am

PDA Problem

Post 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?)
xAddytzu
Posts: 36
Joined: Sat Oct 11, 2008 9:57 am

Re: PDA Problem

Post by xAddytzu »

up!
Post Reply