Creatures by experience value: Difference between revisions

m
fix query
(Created page with "Refer to the Experience page for more information about XP Values and Tiers. {{#cargo_query: tables=Characters |fields=CONCAT('{{((}}favilink{{!}}',CONCAT(_pageName),'{{)...")
 
m (fix query)
Line 4: Line 4:
tables=Characters
tables=Characters
|fields=CONCAT('{{((}}favilink{{!}}',CONCAT(_pageName),'{{))}}')=Creature,XPValue=XP_Value,XPTier=XP_(Level)_Tier
|fields=CONCAT('{{((}}favilink{{!}}',CONCAT(_pageName),'{{))}}')=Creature,XPValue=XP_Value,XPTier=XP_(Level)_Tier
|where=XPValue IS NOT NULL and XPVALUE > 0
|where=XPValue IS NOT NULL and XPVALUE > 0 AND (_pageNamespace = "0" OR _pageNamespace= "10002")
|order by=XPValue DESC
|order by=XPValue DESC
|limit=999
|limit=999
}}
}}