73
edits
No edit summary |
No edit summary |
||
Line 648: | Line 648: | ||
['level'] = 40, | ['level'] = 40, | ||
['entities'] = {'Rune 2H Sword', 'Rune Battleaxe', 'Rune Dagger', 'Rune Scimitar', 'Rune Sword'} | ['entities'] = {'Rune 2H Sword', 'Rune Battleaxe', 'Rune Dagger', 'Rune Scimitar', 'Rune Sword'} | ||
}, | |||
{ | |||
['verb'] = 'Wear', | |||
['name'] = 'Melee Slayer Gear (Basic)', | |||
['level'] = 1, | |||
['entities'] = {'Slayer Helmet (Basic)', 'Slayer Platebody (Basic)'} | |||
}, | }, | ||
{ | { | ||
Line 1,392: | Line 1,398: | ||
end | end | ||
if entity.entityType == 'shop' then | if entity.entityType == 'shop' then | ||
--[[if entity.entity.contains.petID then | |||
iconType = 'pet' | |||
elseif entity.subType == 'melvorD:SkillUpgrades' then | |||
iconType = 'upgrade' | |||
else | |||
iconType = 'item' | |||
end | |||
--]] | |||
iconType = string.lower(entity.subType) | |||
end | end | ||
if entity.entityType == 'plot' then | if entity.entityType == 'plot' then |
edits