Reply to Re: Make a better bow
If you don't have an account, just leave the password field blank.
you could fix the damaging enemies thing by doing this in the arm part...
init("set_frame_special 102 3 0");
init("set_frame_special 104 3 0");
init("set_frame_special 106 3 0");
init("set_frame_special 108 3 0");
...but you'd have to set the last number back to 1 with any weapon you wanted to hit with. unless you could set it back in the disarm part that is; i don't think that works though(but i may be wrong)...
init("set_frame_special 102 3 0");
init("set_frame_special 104 3 0");
init("set_frame_special 106 3 0");
init("set_frame_special 108 3 0");
...but you'd have to set the last number back to 1 with any weapon you wanted to hit with. unless you could set it back in the disarm part that is; i don't think that works though(but i may be wrong)...