This community uses essential cookies to function properly. Non-essential cookies and third-party services are used only with your consent. Read our Privacy Policy and We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue..
Question
KampfKeks
sup i am Currently stucking in a Problemm
i am using Coyote's aio voiced command
Code : http://pastebin.com/0X0Hgn4D
i replaced Aio teleport and aiominishop whit those strings :
if (Config.ENABLE_VCAIO_TPNRT) { String htmFile = "data/html/mods/VoicedAIOGK.htm"; String htmContent = HtmCache.getInstance().getHtm(htmFile); if (htmContent != null) { NpcHtmlMessage infoHtml = new NpcHtmlMessage(1); infoHtml.setHtml(htmContent); activeChar.sendPacket(infoHtml); } } else if (_command.startsWith("aio_minishop")) { if (Config.ENABLE_VCAIO_SHOP) { if (activeChar.getInventory().getInventoryItemCount(57, 0) >= Config.VCAIO_MINISHOP_ADENAS) { String htmFile = "data/html/mods/VoicedAIOMiniShop.htm"; String htmContent = HtmCache.getInstance().getHtm(htmFile); if (htmContent != null) { NpcHtmlMessage infoHtml = new NpcHtmlMessage(1); infoHtml.setHtml(htmContent); activeChar.sendPacket(infoHtml); }works fine,but...
when i click on minishop buttom to link to me a multisell nothing happens
here a html example :
same goes for gk can see main page but when i click on pages like aiogk-1 nothing happens no error in gs nothing
even goto function dont work ..
i did put htmls intro mod they where original NPC's but removed them, only multisell +teleport sqls and htmls left
any suggestions? tried few things myself but no progress
0 answers to this question
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now