Jump to content

xNeox

New Members
  • Posts

    4
  • Joined

  • Last visited

    Never

Everything posted by xNeox

  1. Or if anyone has a completely different code that will do want i need it to that would be great too.
  2. There is a attack button and a fight again button, once you click the attack button i want it to wait 1.75 second then click the fight again button and i want it to do that 15 times, i hope that makes more sense, thanks for the help.
  3. I am making a mmorpg, and am addind a auto attack button that i want to attack 15 times at 1.75 second intervals then stop, i already have it set up to when you click auto attack it waits the 1.75 second but it doesnt click the next button here is the code function fightDisable() { $('#Fight').attr("disabled","disabled"); $('#Fight').blur(); $("#Fight").val("-=Wait=-"); $('#Fight').oneTime(1750, function() { $('#Fight').removeAttr("disabled"); $("#Fight").val("Fight again!"); });
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.