Module:Exchange/Abyssal whip: Difference between revisions

From RuneRealm Wiki
Jump to navigation Jump to search
Content added Content deleted
(Created page with "return { itemId = 4151, icon = 'Abyssal whip.png', item = 'Abyssal whip', value = 120001, limit = 70, members = true, category = nil, examine = 'A weapon from the Abyss.', hialch = 72000, lowalch = 48000 }")
 
No edit summary
 
Line 1: Line 1:
return {
return {
itemId = 4151,
itemId = 4151,
icon = 'Abyssal whip.png',
icon = 'Abyssal whip.png',
item = 'Abyssal whip',
item = 'Abyssal whip',
value = 120001,
value = 120001,
limit = 70,
limit = 1,
members = true,
members = true,
category = nil,
category = nil,
examine = 'A weapon from the Abyss.',
examine = 'A weapon from the abyss.',
hialch = 72000,
hialch = 72000,
lowalch = 48000
lowalch = 48000
}
}

Latest revision as of 04:05, 7 November 2024

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

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

return {
	itemId = 4151,
	icon = 'Abyssal whip.png',
	item = 'Abyssal whip',
	value = 120001,
	limit = 1,
	members = true,
	category = nil,
	examine = 'A weapon from the abyss.',
	hialch = 72000,
	lowalch = 48000
}