Module:Exchange/Bones: Difference between revisions

From RuneRealm Wiki
Jump to navigation Jump to search
Content added Content deleted
(Created page with "return { itemId = 526, icon = 'Bones.png', item = 'Bones', value = 1, limit = 3000, members = false, category = nil, examine = 'Bones are for burying!', hialch = 0, lowalch = 0 }")
 
No edit summary
 
Line 1: Line 1:
return {
return {
itemId = 526,
itemId = 526,
icon = 'Bones.png',
icon = 'Bones.png',
item = 'Bones',
item = 'Bones',
value = 1,
value = 0,
limit = 3000,
limit = 1,
members = false,
members = true,
category = nil,
category = nil,
examine = 'Bones are for burying!',
examine = 'Bones are for burying!',
hialch = 0,
hialch = 0,
lowalch = 0
lowalch = 0
}
}

Latest revision as of 04:08, 7 November 2024

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

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

return {
	itemId = 526,
	icon = 'Bones.png',
	item = 'Bones',
	value = 0,
	limit = 1,
	members = true,
	category = nil,
	examine = 'Bones are for burying!',
	hialch = 0,
	lowalch = 0
}