requesting for Sniper nonstop Sonic Blow When Using Injustice Card or Iset When under status of Hunter Spirit
On src/map/skill.c
if (skill == AS_SONICBLOW)
pc_stop_attack(sd); //Special case, Sonic Blow autospell should stop the player attacking.
What Code i need to put ONLY Work For Sniper ?
On src/map/skill.c
if (skill == AS_SONICBLOW)
pc_stop_attack(sd); //Special case, Sonic Blow autospell should stop the player attacking.
What Code i need to put ONLY Work For Sniper ?