Difference between revisions of "Template:HuntSearch"

From Medivia Online Wiki
Line 1: Line 1:
{{#cargo_query:
{{#cargo_query:
  |tables=HuntingSpots
  |tables=HuntingSpots
  |fields=name=Name, level=Level, location=Location, exp=EXP, loot=Loot, monsters=Monsters, background=Image
  |fields=name=Name, level=Level, team_size=Team, vocation=Vocation,
  location=Location, exp=EXP, loot=Loot, monsters=Monsters, background=Image
  |where=1=1
  |where=1=1
   {{#if: {{{min_level|}}} | AND level >= {{{min_level}}} }}
   {{#if: {{{min_level|}}} | AND level >= {{{min_level}}} }}
   {{#if: {{{location|}}}   | AND location HOLDS '{{{location}}}' }}
   {{#if: {{{team_size|}}} | AND team_size='{{{team_size}}}' }}
   {{#if: {{{monster|}}}   | AND monsters HOLDS '{{{monster}}}' }}
   {{#if: {{{vocation|}}} | AND vocation='{{{vocation}}}' }}
  |format=template
  |format=template
  |template=HuntCard
  |template=HuntCard
  |named args=yes
  |named args=yes
}}
}}

Revision as of 19:50, 22 September 2025

Error: No field named "level" found for any of the specified database tables.