criss22 Posted September 28, 2019 Posted September 28, 2019 Yoooo, who miss me? :D I have a small problem which i don't meet untill now. ------ I make gm shop in Community Board. And i think return type it is wrong...or something like that. Here it is ORIGINAL gm shop: Original http:// ++++++++++++++++++++++ And this is now. Editing by me. (without criticism) Fake http:// And when i open for exemple A Grade Weapons, home html's looks like "Original" and not like "Fake". Thanks
0 Dragic Posted September 29, 2019 Posted September 29, 2019 (edited) 8 hours ago, criss22 said: A Grade button what location gives you the bypass ? Just make xml multisell and add location to A Grade button. Edited September 29, 2019 by • Dragic •
0 criss22 Posted September 29, 2019 Author Posted September 29, 2019 <td align=center><button value="A-Grade" action="bypass %command%_sendMultisell 90013" width=125 height=30 back="L2UI_ct1.button_df" fore="L2UI_ct1.button_df"></td> Button open direct multisell
0 StinkyMadness Posted September 29, 2019 Posted September 29, 2019 Sound like core side, after the bypass on core side should have with sendMultisell also send an community page with HTML path. You have to see core side about that.
0 GLO Posted September 29, 2019 Posted September 29, 2019 else if (command.startsWith("_bbsmultisell")) { final String fullBypass = command.replace("_bbsmultisell;", ""); final String[] buypassOptions = fullBypass.split(","); final int multisellId = Integer.parseInt(buypassOptions[0]); final String page = buypassOptions[1]; returnHtml = HtmCache.getInstance().getHtm(player, "data/html/CommunityBoard/Custom/" + page + ".html"); MultisellData.getInstance().separateAndSend(multisellId, player, null, false); }
0 criss22 Posted September 30, 2019 Author Posted September 30, 2019 Problem solved. Close topic please. The problem was in getHtmlPrefix: data/html/CommunityBoard/services/gmshop.htm Replaced gmshop with main.htm
Question
criss22
Yoooo, who miss me? :D I have a small problem which i don't meet untill now.
------
I make gm shop in Community Board. And i think return type it is wrong...or something like that.
Here it is ORIGINAL gm shop:
Original http://
++++++++++++++++++++++
And this is now. Editing by me. (without criticism)
Fake http://
And when i open for exemple A Grade Weapons, home html's looks like "Original" and not like "Fake".
Thanks
6 answers to this question
Recommended Posts