Consumables: Difference between revisions

From IdleOn MMO Wiki
No edit summary
mNo edit summary
Line 1: Line 1:
{{Misc/head|Time Candy}}
{{Misc/head|Time Candy}}
{{#cargo_query:tables=Items
{{#cargo_query:tables=Items, SlabOrder
|fields=_pageName=Name, Image=Image, Type=type, Description=description, SellPrice=sellprice, Source=source
|join on=Items._pageName=SlabOrder.Item
|fields=Items._pageName=Name, Items.Image=Image, Items.Type=type, Items.Description=description, Items.SellPrice=sellprice, Items.Source=source
|named args=yes
|named args=yes
|where=type LIKE "Time Candy" AND NOT Source LIKE "%Unobtainable%"
|where=Items.type LIKE "Time Candy" AND NOT Items.Source LIKE "%Unobtainable%"
|format=template
|format=template
|template=InfoItem/Miscrow
|template=InfoItem/Miscrow
|default=
|default=
|order by=SlabOrder
|order by=SlabOrder.Number
}}
}}
|}
|}


{{Misc/head|EXP Balloons}}
{{Misc/head|EXP Balloons}}
{{#cargo_query:tables=Items
{{#cargo_query:tables=Items, SlabOrder
|fields=_pageName=Name, Image=Image, Type=type, Description=description, SellPrice=sellprice, Source=source
|join on=Items._pageName=SlabOrder.Item
|fields=Items._pageName=Name, Items.Image=Image, Items.Type=type, Items.Description=description, Items.SellPrice=sellprice, Items.Source=source
|named args=yes
|named args=yes
|where=type LIKE "EXP Balloon" AND NOT Source LIKE "%Unobtainable%"
|where=type LIKE "EXP Balloon" AND NOT Items.Source LIKE "%Unobtainable%"
|format=template
|format=template
|template=InfoItem/Miscrow
|template=InfoItem/Miscrow
|default=
|default=
|order by=SlabOrder
|order by=SlabOrder.Number
}}
}}
|}
|}


{{Misc/head|Character Consumables}}
{{Misc/head|Character Consumables}}
{{#cargo_query:tables=Items
{{#cargo_query:tables=Items, SlabOrder
|fields=_pageName=Name, Image=Image, Type=type, Description=description, SellPrice=sellprice, Source=source
|join on=Items._pageName=SlabOrder.Item
|fields=Items._pageName=Name, Items.Image=Image, Items.Type=type, Items.Description=description, Items.SellPrice=sellprice, Items.Source=source
|named args=yes
|named args=yes
|where=type IN ("Teleport", "Usable", "Reset Potion") AND NOT Source LIKE "%Unobtainable%"
|where=type IN ("Teleport", "Usable", "Reset Potion") AND NOT Items.Source LIKE "%Unobtainable%"
|format=template
|format=template
|template=InfoItem/Miscrow
|template=InfoItem/Miscrow
|default=
|default=
|order by=SlabOrder
|order by=SlabOrder.Number
}}
}}
|}
|}


{{Misc/head|Account Consumables}}
{{Misc/head|Account Consumables}}
{{#cargo_query:tables=Items
{{#cargo_query:tables=Items, SlabOrder
|fields=_pageName=Name, Image=Image, Type=type, Description=description, SellPrice=sellprice, Source=source
|join on=Items._pageName=SlabOrder.Item
|fields=Items._pageName=Name, Items.Image=Image, Items.Type=type, Items.Description=description, Items.SellPrice=sellprice, Items.Source=source
|named args=yes
|named args=yes
|where=type IN ("Ticket", "Boss Key", "Gem", "Office Pen", "Talent Point") AND NOT Source LIKE "%Unobtainable%"
|where=type IN ("Ticket", "Boss Key", "Gem", "Office Pen", "Talent Point") AND NOT Items.Source LIKE "%Unobtainable%"
|format=template
|format=template
|template=InfoItem/Miscrow
|template=InfoItem/Miscrow
|default=
|default=
|order by=SlabOrder
|order by=SlabOrder.Number
}}
}}
|}
|}

Revision as of 19:05, 2 March 2023

Time Candy
Name Image Type Description Sell Price Source
Error: No field named "Source" found for the database table "Items".


EXP Balloons
Name Image Type Description Sell Price Source
Error: No field named "Source" found for the database table "Items".


Character Consumables
Name Image Type Description Sell Price Source
Error: No field named "Source" found for the database table "Items".


Account Consumables
Name Image Type Description Sell Price Source
Error: No field named "Source" found for the database table "Items".