Buffer save profile

Hello guys.

I have one question and i hope its easy one for you...

I would like to have option in my buffer that directly saves current player's buffs.

Not like this "Start record -> add buff -> Save"

Example : Hit Profile 1 and save current buffs you have.

I hope you understand what i mean and you can help me.

Thanks for your time.

Shot00033.png

HTML:
<td><button width=120 height=22 action="bypass scripts_services.Buffer:actBBS ask=-100&reply=0" back="L2UI_CT1.Button_DF_Down" fore="L2UI_CT1.Button_DF" value="Start Recording"></td>
                                                            <td><button width=120 height=22 action="bypass scripts_services.Buffer:actBBS reply=9" back="L2UI_CT1.Button_DF_Down" fore="L2UI_CT1.Button_DF" value="Help"></td>
                                                            <td><button width=120 height=22 action="bypass scripts_services.Buffer:actBBS reply=999" back="L2UI_CT1.Button_DF_Down" fore="L2UI_CT1.Button_DF" value="Save Record"></td>
 
I think i need a script for :

check current players buffs -> save to profile

NOT : Start record - > select buffs - > save to profile
 
Back
Top