Page 1 of 1

[willow] MaxMagic-Sword +InstantMagic +Invincibility

Posted: Sat Apr 25, 2009 8:13 am
by Mohsin

Code: Select all

<cheat desc="Maximum Magic Power">
    <script state="run">
      <action>maincpu.pb@FF8366=06</action>
    </script>
  </cheat>
  
  <cheat desc="Maximum Sword Power">
    <script state="run">
      <action>maincpu.pb@FF8367=04</action>
    </script>
  </cheat>
  
  <cheat desc="Select Instant Magic">
    <parameter>
     	<item value="0x4E">Moon Light</item>
      <item value="0x6E">Tornado</item>
      <item value="0x8E">Gold</item>
      <item value="0x9E">Time</item>
      <item value="0xAE">Blast</item>
      <item value="0xBF">Crystal</item>
    </parameter>
    <script state="run">
      <action>maincpu.pb@FF8376=param</action>
    </script>
  </cheat>
Instant magic will not perform a one press button magic, but it will reduce the time for the recharge, pressing the key for 1+ sec will be enough.

Re: [willow] MaxMagic + MaxSword + InstantMagic

Posted: Sat Apr 25, 2009 10:54 am
by Pugsy
Thanks, added.

Re: [willow] MaxMagic + MaxSword + InstantMagic

Posted: Mon May 04, 2009 8:36 am
by Mohsin
Invincibility

Code: Select all

<cheat desc="Invincibility"> <!-- Standard Flickering Type Invincibility-->
    <parameter>
      <item value="0x01">Yellow Type</item>
      <item value="0x02">Blue Type</item>
    </parameter>
    <script state="run">
      <action condition="(param==01)">maincpu.pb@FF987D=FF</action>
			<action condition="(param==02)">maincpu.pb@FF9897=FF</action>
    </script>
  </cheat>
Notes about invincibility:

Flickering (will solve later some time)
Yellow type is when u get hurt & flicker yellow
Blue type is when you die and new character appears
You can still die when falling into water