skip navigation

Welcome, Guest [log in · register]
Cwn Annwn
Search
Page 1 of 1 1
Lesa the quote is from the qsearch one, i have tinkered with it trying to make it where when i type itemsearch (item name) it will open annwn.info item search page to the item or closely matching items.

If someone could please help with this it would be appreciated, me and a couple friends have tried and tried to do this but can not figure it out.

Posted on November 24, 2007 12:52am

Type qsearch and you’ll get a pop up for the Clan Annwn website with your quest search criteria!

Code:

#CLASS {qsearch}
#ALIAS qsearch {#url http://www.annwn.info/questsearch.php?search=%replace( @quest, " ", "+")}
#TRIGGER {^This quest is called '(*)', for Adventurers levels (%1) to (%2).$} {quest = %1}
#CLASS 0
Katran
Avatar
I have my "itemsearch" aliased to the following:

#URL http://www.annwn.info/itemsearch.php?lastsearch=%replace( %-1, " ", "+")&orderby=itemname&field=all&low=1&high=250&type=keyword&order=ASC

Last edited on March 19, 2009 02:22am.
Olorin #URL http://www.annwn.info/itemsearch.php?lastsearch=%replace( %-1, " ", "+")~&orderby=itemname~&field=all~&low=1~&high=250~&type=keyword~&order=ASC

i had to add ~ to parts of it to get it to work for me, figured i’d post in case anyone else had the same problem


Last edited on March 26, 2009 02:50am.
Katran
Avatar

#URL http://www.annwn.info/item/search/?search=name~&keyword=%replace( %-1, " ", "~+")~&type=0~&lowlevel=~&highlevel=~&sort=itemname

(updated)

Edited by Katran on Mon, 17 Oct 2011 18:06:13 -0400

Page 1 of 1 1