• Hi Guest! To get rid of ads on the page, please consider donating through user upgrades or other methods.

Addon Forcemaster Autocast Charge FM 3rd

DkScott

Cricket
Member
hey, i try by myself find and make a addon to auto chast the Charge skill (LMB) for the 0-4 stacks.
but i wasnt be able to find the skill number to do that.
anyone can make that addon or say to me the correct number so i can make the file?
the addon is for normal mode, not simple mode.

thanks
 
Last edited:

roskiboy

Cricket
Member
KEY MAP

context-1= LMB
context-2= RMB
context-3= F
skillbar-1= 1
skillbar-2= 2
skillbar-3= 3
skillbar-4= 4
skillbar-5= Z
skillbar-6= X
skillbar-7= C
skillbar-8= V
stance= TAB
cmd-key-right= E
cmd-key-left= Q
cmd-key-down= SS
special-1= G
special-2= B
 

Attachments

  • FM Charge 0-4 BALLS Autocast IN NORMAL MODE by roskiboy.xml
    1.5 KB · Views: 257

roskiboy

Cricket
Member
@nekozora
You only have to edit to change the keymap where you have the "charge" skill.
In the file that I send it is in "special-2" so you should change it to the keymap where you have this skill.
If you have it by default it would be "context-1"

Example that went up.
Code:
<append-attribute name="special-2">
   <set-value value="133100"/>
  </append-attribute>


Default skill
Code:
<append-attribute name="context-1">
    <set-value value="133100"/>
</append-attribute>

KEYMAP
Code:
context-1=LMB
context-2=RMB
context-3=F
skillbar-1=1
skillbar-2=2
skillbar-3=3
skillbar-4=4
skillbar-5=Z
skillbar-6=X
skillbar-7=C
skillbar-8=V
stance=TAB
cmd-key-right=E
cmd-key-left=Q
cmd-key-down=SS
special-1=G
special-2=B
 
Top Bottom