From 593e565ac225184a2c21b6789343f989b9fa3804 Mon Sep 17 00:00:00 2001 From: Isuldor Date: Mon, 1 Oct 2018 11:08:29 -0700 Subject: [PATCH] Commons chat search tool for TLP servers without the bazaar --- items | 29 +++++++++++++++++++++++++++++ watcher | 3 +++ 2 files changed, 32 insertions(+) create mode 100644 items create mode 100755 watcher diff --git a/items b/items new file mode 100644 index 0000000..412c112 --- /dev/null +++ b/items @@ -0,0 +1,29 @@ +#Vulch +#tells you, +need roll on +greed roll on +## Velious +#Picnic +#Qeynos Afternoon Tea +Ice Silk +Platinum Jacinth Wedding Ring +Velium Blue Diamond Bracelet +Rose Velium Engagement Ring +Velium Jacinth Wedding Ring +#Knotted Turtlebone Ring +Loam Encrusted Pantaloons +#Iksar Hide Manual +Renew Bones +Summon Companion +Dead Man Floating +Incinerate Bones +Paralyzing Earth +Bond of Death +#Short Sword of the Ykesha +#ssoy +# Spells 50-53 +Spell: Splurt +Spell: Sacrifice +Spell: Defoliation +Spell: Minion of Shadows +Spell: Convergence diff --git a/watcher b/watcher new file mode 100755 index 0000000..375c0bd --- /dev/null +++ b/watcher @@ -0,0 +1,3 @@ +#!/bin/bash +tail -2000 ${1} | grep -ivf skiplist | grep --colour -if items +tail -f ${1} | grep -ivf skiplist | grep --colour -if items