Module:Exchange/Rune axe: Difference between revisions

From RuneRealm Wiki
Jump to navigation Jump to search
Content added Content deleted
(Created page with "return { itemId = 1359, icon = 'Rune axe.png', item = 'Rune axe', value = 12800, limit = 40, members = false, category = nil, examine = 'A powerful axe.', hialch = 7680, lowalch = 5120 }")
 
No edit summary
 
Line 1: Line 1:
return {
return {
itemId = 1359,
itemId = 1359,
icon = 'Rune axe.png',
icon = 'Rune axe.png',
item = 'Rune axe',
item = 'Rune axe',
value = 12800,
value = 12800,
limit = 40,
limit = 1,
members = false,
members = true,
category = nil,
category = nil,
examine = 'A powerful axe.',
examine = 'A powerful axe.',
hialch = 7680,
hialch = 7680,
lowalch = 5120
lowalch = 5120
}
}

Latest revision as of 04:14, 7 November 2024

This module is a Grand Exchange Market Watch data page for the item Rune axe.

The Grand Exchange Market Watch has several pages associated for this item:

return {
	itemId = 1359,
	icon = 'Rune axe.png',
	item = 'Rune axe',
	value = 12800,
	limit = 1,
	members = true,
	category = nil,
	examine = 'A powerful axe.',
	hialch = 7680,
	lowalch = 5120
}