Final Fantasy Wiki
Advertisement

Magic Pot is an enemy from Final Fantasy VII fought in the Northern Cave, yielding abundant EXP, gil, and AP, making them perfect for grinding. They are immune to all damage unless given an Elixir.

Stats[]

Formations[]

# Formation
885 Magic Pot
886 Magic Pot A, Magic Pot B
887 Magic Pot A, Magic Pot B (Side Attack)

Locations[]

Northern Cave
Water Crossing 885, 886, 887 (Side Attack)
Water Path 885, 886, 887 (Side Attack)

Battle[]

Gimme Elixir!

Magic Pot

Magic Pot is immune to damage until being given an Elixir (even Game Over from Cait Sith's Limit Break will miss). They may steal items from the player or escape if attacked before being fed an Elixir. After being given an Elixir, if the Magic Pot who has stolen an item is defeated, the item will almost always be given back to the party.

The needed Elixirs can be stolen from other enemies in the area (Master Tonberry and Gighee), or the player can use the W-Item duplication bug to produce more.

Before being fed an Elixir, the Magic Pot will only ask for them until being attacked. After being fed an Elixir, Magic Pot performs no action or counter action. Thus, this is a convenient opportunity to use the W-Item duplication bug.

AI script[]

AI: Setup {

Magic Pot's Physical Immunity = On
Magic Pot's Magical Immunity = On

} AI: Main {

If (TempVar:Elixir == 0) Then
{
Print Message [Magic Pot "Gimme Elixir!"]
}

} AI: Counter - General {

If ((Last Command was Item or W-Item)
& (Last Sub-Command == 0x05 (Elixir))) Then
{
TempVar:Elixir = 1
Magic Pot's Physical Immunity = Off
Magic Pot's Magical Immunity = Off
} Else If (TempVar:Elixir == 0) Then {
If (1/4 Chance) Then {
Choose Magic Pot's Last Attacker (General)
Use <Gimme> on Target
} Else If (1/16 Chance) Then {
Choose Self
Use <(Report)> on Target
Remove Self
}
}

}

Other appearances[]

Mobius Final Fantasy[]

MFF Magic Pot FFVII
Impresario-ffvi-iosThis section in Mobius Final Fantasy is empty or needs to be expanded. You can help the Final Fantasy Wiki by expanding it.


Gallery[]

Advertisement