Page 1 of 1

item lookup

Posted: Sat May 06, 2006 5:29 pm
by dark3d
I know i'm missing something horribly obvious..

Code: Select all

// autoexec.cfg 

/declare itemlookup global
/custombind add lookupitem
/custombind add lookup
/custombind set lookupitem /www everquest.allakhazam.com/db/searchdb.html?iname=${itemlookup}
/custombind set lookup itemlookup
/bind lookup ?

is there a way to parse text to replace the spaces in item names with +?

any help is greatly appreciated.

Posted: Sat May 06, 2006 6:35 pm
by dont_know_at_all
use lucy and search for id maybe

Posted: Sat May 06, 2006 7:49 pm
by dark3d
well I was sort of going about it all wrong.. creating an alias like

/alias /lookup /www everquest.allakhazam.com/db/searchdb.html?iname=

then using:

/lookup itemname

was a much simpler solution, however I still end up with a leading space I cant figure out how to trim out