i want to modify my clanhall buffers that they buff more than only 1 buff per click.
This is a original Part from the htm:
<a action="bypass -h npc_%objectId%_support 4360 1">Death Whisper Lv.1</a><br1><br>
How to mod it that the buffer buffs 2 or more buffs with one click?
i already tested:
<a action="bypass -h npc_%objectId%_support 4360 1 ; 4342 2">Death Whisper Lv.1</a><br1><br>
<a action="bypass -h npc_%objectId%_support 4360 1 , 4342 2">Death Whisper Lv.1</a><br1><br>
<a action="bypass -h npc_%objectId%_support 4360 1 ; 4342 2" action="bypass -h npc_%objectId%_support 4342 2">Death Whisper Lv.1</a><br1><br>
but nothing happened
