sIKE23 / Mage-Wars

Mage Wars for OCTGN
7 stars 5 forks source link

Migrate Game Definition to the 3.1.0.2 API #292

Closed sIKE23 closed 8 years ago

sIKE23 commented 9 years ago

https://github.com/octgn/OCTGN/wiki/OCTGN-Python-3.1.0.2-API-Reference

sIKE23 commented 8 years ago

@ACG8 I am unable to Bind a Hurl Rock to an Elemental Wand, do you think it could have something to do with the API migration?

ACG8 commented 8 years ago

Figuring out the problem now. There seems to be an issue with the onMoveCards function.

sIKE23 commented 8 years ago

I figured this out, it was a formatting error on my part trying to merge what was over in the V2 branch into the V1 branch with the mount work added. I also went ahead and normalized the mount code to reflect the changes you made to the code section over in V2. I will push this fix out in a while, I am trying to take another pass at the Rune of Power code.

//FC

On Sun, Jan 31, 2016 at 8:27 PM, Ananda notifications@github.com wrote:

Figuring out the problem now. There seems to be an issue with the onMoveCards function.

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

sIKE23 commented 8 years ago

Reopening since we are now migrating v1 to this version of the API