Module:Exchange/Rune platebody: Difference between revisions

From RuneRealm Wiki
Jump to navigation Jump to search
Content added Content deleted
(Created page with "return { itemId = 1127, icon = 'Rune platebody.png', item = 'Rune platebody', value = 65000, limit = 70, members = false, category = nil, examine = 'Provides excellent protection.', hialch = 39000, lowalch = 26000 }")
 
No edit summary
 
Line 1: Line 1:
return {
return {
itemId = 1127,
itemId = 1127,
icon = 'Rune platebody.png',
icon = 'Rune platebody.png',
item = 'Rune platebody',
item = 'Rune platebody',
value = 65000,
value = 65000,
limit = 70,
limit = 1,
members = false,
members = true,
category = nil,
category = nil,
examine = 'Provides excellent protection.',
examine = 'Provides excellent protection.',
hialch = 39000,
hialch = 39000,
lowalch = 26000
lowalch = 26000
}
}

Latest revision as of 04:15, 7 November 2024

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

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

return {
	itemId = 1127,
	icon = 'Rune platebody.png',
	item = 'Rune platebody',
	value = 65000,
	limit = 1,
	members = true,
	category = nil,
	examine = 'Provides excellent protection.',
	hialch = 39000,
	lowalch = 26000
}