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, teamsize=Team, vocation=Vocation,
  |fields=name=Name, level=Level, team=Team, vocation=Vocation,
   location=Location, exp=EXP, loot=Loot, monsters=Monsters, background=Image
   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: {{{teamsize|}}} | AND teamsize='{{{teamsize}}}' }}
   {{#if: {{{team|}}} | AND team='{{{team}}}' }}
   {{#if: {{{vocation|}}}  | AND vocation='{{{vocation}}}' }}
   {{#if: {{{vocation|}}}  | AND vocation='{{{vocation}}}' }}
  |format=template
  |format=template

Revision as of 19:51, 22 September 2025

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