Hi is it possible to make a plugin for continues sonic blow?
I don't really want to edit my src using this method:
if (temp == AS_SONICBLOW)
pc_stop_attack(sd); //Special case, Sonic Blow autospell should stop the player attacking.
else if (temp == PF_SPIDERWEB) //Special case, due to its nature of coding.
type = CAST_GROUND;
to
if (temp == PF_SPIDERWEB) //Special case, due to its nature of coding.
type = CAST_GROUND;
because i regularly update my trunk with the latest version of hercules. so I was thinking of using a plugin but i really don't know how to make a plugin.
Hi is it possible to make a plugin for continues sonic blow?
I don't really want to edit my src using this method:
if (temp == AS_SONICBLOW) pc_stop_attack(sd); //Special case, Sonic Blow autospell should stop the player attacking. else if (temp == PF_SPIDERWEB) //Special case, due to its nature of coding. type = CAST_GROUND;
to
if (temp == PF_SPIDERWEB) //Special case, due to its nature of coding. type = CAST_GROUND;
because i regularly update my trunk with the latest version of hercules. so I was thinking of using a plugin but i really don't know how to make a plugin.
Thanks!
Share this post
Link to post
Share on other sites