- 0
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
Jenkis
Hey there, I got a problem:
Theres nice community board with GM SHOP Buffer etc. But I'm not satisfied with embedded buffer, I would like to use Rin4a Buffer V1.3 Edited by squirtle. and embed it to community board, but to be honest: I DONT KNOW how, I found HTML file which is main buff page how should i change the code to execute script?
The main html file for buffer tab in CB:
<table width=600> <tr> <td height=300> <table width=300> <tr> <td align=center> <font color=3293F3>Выбор бафов</font> </td> </tr> </table> <table width=300> <tr> <td align=center><button value="All buffs" action="bypass -h _bbstop;603" width=150 height=18 back="L2UI_CT1.Button_DF_Down" fore="L2UI_CT1.Button_DF"></td> <td align=center><button value="Dances && Songs" action="bypass -h _bbstop;601" width=150 height=18 back="L2UI_CT1.Button_DF_Down" fore="L2UI_CT1.Button_DF"></td> </tr> </table> <br> <table width=300> <tr> <td align=center> <font color=3293F3>Presets</font> </td> </tr> </table> <table width=300> <tr> <td align=center><button value="Fighter Buffs" action="bypass -h _bbsSkillsSpec 60 264;269;271;274;275;304;364;1035;1036;1040;1045;1068;1077;1086;1204;1242;1268;1363;1388;4699 57;200000 $target" width=150 height=18 back="L2UI_ct1.button_df" fore="L2UI_ct1.button_df"></td> <td align=center><button value="All Songs" action="bypass -h _bbsSkillsSpec 60 264;265;266;267;268;269;270;304;306;308;349;363;364 57;260000 $target" width=150 height=18 back="L2UI_ct1.button_df" fore="L2UI_ct1.button_df"></td> </tr> <tr> <td align=center><button value="Mage Buffs" action="bypass -h _bbsSkillsSpec 60 273;276;349;363;365;1035;1036;1040;1048;1059;1062;1078;1085;1204;1303;1389;1397;4703 57;180000 $target" width=150 height=18 back="L2UI_ct1.button_df" fore="L2UI_ct1.button_df"></td> <td align=center><button value="All Dances" action="bypass -h _bbsSkillsSpec 60 271;272;273;274;275;276;277;307;309;310;311;365 57;240000 $target" width=150 height=18 back="L2UI_ct1.button_df" fore="L2UI_ct1.button_df"></td> </tr> <tr> <td align=center> <button value="Remove Buffs" action="bypass -h _bbsclearEffects $target" width=150 height=18 back="L2UI_ct1.button_df" fore="L2UI_ct1.button_df"> </td> <td align=center> <button value="Renew Mana" action="bypass -h _bbsregenMp $target" width=150 height=18 back="L2UI_ct1.button_df" fore="L2UI_ct1.button_df"> </td> </tr> </table> </td> <td height=300> <table width=300> <tr> <td align=center> <font color=3293F3>Manage Buffs</font> </td> </tr> </table> <table width=300> <tr> <td align=center> <combobox width=150 var="target" list="Character;Pet or Summon"> </td> <td align=center> <button value="Manage Presets" action="bypass -h _bbstop;602" width=150 height=18 back="L2UI_CT1.Button_DF_Down" fore="L2UI_CT1.Button_DF"> </td> </tr> </table> <table width=300> <tr> <td align=center> <font color=3293F3>Save buffs</font> </td> </tr> <tr> <td align=center> %bufflist% </td> </tr> </table> </td> </tr> </table>Could you guys help me there?
would something like: <center><button value="BUFFER" action="bypass -h scripts\custom\555_NPCBUFFER\file __init__.py" width=200 height=26 back="L2UI_ct1.button_df" fore="L2UI_ct1.button_df"></center> be ok? could you guide me through this madness of codes?
5 answers to this question
Recommended Posts