[willow] MaxMagic-Sword +InstantMagic +Invincibility

This forum is for posting M.A.M.E. arcade cheats. Requests will be fulfilled here....but please keep the requests to the requests forum.
Post Reply
User avatar
Mohsin
Posts: 85
Joined: Sun Mar 15, 2009 1:06 pm
Location: Pakistan

[willow] MaxMagic-Sword +InstantMagic +Invincibility

Post 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.
Last edited by Mohsin on Mon May 04, 2009 8:37 am, edited 1 time in total.
Image
Thats not a game hack

http://mamec.netii.net/
User avatar
Pugsy
Posts: 3675
Joined: Fri Aug 17, 2001 12:59 am
Location: North Wales, UK.
Has thanked: 1 time
Been thanked: 15 times
Contact:

Re: [willow] MaxMagic + MaxSword + InstantMagic

Post by Pugsy »

Thanks, added.
Pugsy

Servicing your cheating needs since 1985 8)

Grab the latest cheat collection:
MAME 0.264 XML cheat collection (3 APRIL 2024) from http://www.mamecheat.co.uk or direct from:-
https://mega.nz/file/SxsQUJoT#jBdz6GLm_ ... QzFGSMms2c (ZIP Archive 3.8 MB)
User avatar
Mohsin
Posts: 85
Joined: Sun Mar 15, 2009 1:06 pm
Location: Pakistan

Re: [willow] MaxMagic + MaxSword + InstantMagic

Post 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
Image
Thats not a game hack

http://mamec.netii.net/
Post Reply