sIKE23 / Mage-Wars

Mage Wars for OCTGN
7 stars 5 forks source link

Automate Jinxing an Attack Spell #350

Open sIKE23 opened 8 years ago

sIKE23 commented 8 years ago

@ACG8 - thoughts?

[3/4/2016 1:32:17 PM] Philipp Lindenberg: Is it possible to automate Jinx? The Reveal Prompt comes at the right time. it just needs to prompt only when making an Attack spell ... and cancel that spell like Fumble does it with physical attacks [3/4/2016 1:32:23 PM] Philipp Lindenberg: (maybe give back the mana)

why only attack spell?

[3/4/2016 1:39:48 PM] Philipp Lindenberg: Because they are automated Chain process [3/4/2016 1:40:11 PM] Philipp Lindenberg: Enchants or Formulas are not automated, so you can do the Jinx manual too

ACG8 commented 8 years ago

I gave it a shot, putting it in the cast spell code. The problem is that currently the spell is cast before the player gets a prompt to reveal jinx. So for now we should put it in the avoid attack code. I tried to make a commit, but github is not letting my sync for some reason.

sIKE23 commented 8 years ago

What is the error that you are getting? On Mar 5, 2016 7:08 PM, "Ananda" notifications@github.com wrote:

I gave it a shot, putting it in the cast spell code. The problem is that currently the spell is cast before the player gets a prompt to reveal jinx. So for now we should put it in the avoid attack code. I tried to make a commit, but github is not letting my sync for some reason.

— Reply to this email directly or view it on GitHub https://github.com/sIKE23/Mage-Wars/issues/350#issuecomment-192775774.

sIKE23 commented 8 years ago

Any luck on getting your changes committed?

//FC

On Sat, Mar 5, 2016 at 7:16 PM, Frederick Czajka fczajka@pobox.com wrote:

What is the error that you are getting? On Mar 5, 2016 7:08 PM, "Ananda" notifications@github.com wrote:

I gave it a shot, putting it in the cast spell code. The problem is that currently the spell is cast before the player gets a prompt to reveal jinx. So for now we should put it in the avoid attack code. I tried to make a commit, but github is not letting my sync for some reason.

— Reply to this email directly or view it on GitHub https://github.com/sIKE23/Mage-Wars/issues/350#issuecomment-192775774.

ACG8 commented 8 years ago

Yes, I'm not sure what the problem was but it seems to be fine now.

nirizr commented 6 years ago

Hi, I commented on the commit referencing this issue. Just wanted to make sure it isn't missed, no pressure.