Jump to content
  • 0

Multiple Bypasses From One Button?


Question

Posted (edited)

What I'm trying to achieve is to create a button that when you click it, it's gonna give you an amount of buffs, I'm sure you've seen a buffer that has a Mage or Fighter button, that's the idea, can I do that over html only or do I need to know how to Java and use eclipse? If yes (html) how will the line look like,

 

For example I want this

bypass -h npc_buffer_buff 4343 1

bypass -h npc_buffer_buff 4344 1

bypass -h npc_buffer_buff 4348 1

(To give me all of the above with one click)

 

Or should I forget the idea, (thinking about floods)

 

Thanks.

Edited by HardCoreIV

3 answers to this question

Recommended Posts

  • 0
Posted (edited)

You can't do that, the example you provided. You can do like

bypass -h npc_buffer_buff 4343 1;4344 2;4345 3

but, obviously, you have to edit the core to support such bypass.

Edited by SweeTs
  • 0
Posted

You can't do that, the example you provided. You can do like

bypass -h npc_buffer_buff 4343 1;4344 2;4345 3
but, obviously, you have to edit the core to support such bypass.

Pch... I'm hopeless. Java is so difficult! And I have no patience! Lock this! :(

Guest
This topic is now closed to further replies.


×
×
  • Create New...