Item search page

Got a problem or suggestion?
User avatar
Topsy
Posts: 517
Contact:

Item search page

Post#1 » Wed Sep 02, 2009 7:28 am

Looks like there is a couple variances from the item search page THF has and the one i loaded up.

    1. No minimum level for items. I get tired of getting 2000 items returned by searching for an earing.

    2. No drop button, no one remembers to check it. Should probally be set by default.




In items.php line 151ish if you change:

Code: Select all

print "              <tr><td nowrap='1'><b>With effect : </b></td><td><input type='text' value='".$ieffect."' size='30' name='ieffect' class='form'/></td></tr>\n";
print "              <tr><td nowrap='1'><b>Max required level : </b></td><td>\n"; SelectLevel("ireqlevel",70,$ireqlevel); print "</td></tr>\n";
print "              <tr><td nowrap='1'><b>Include nodrop items : </b></td><td><input type='checkbox' name='inodrop'  ".($inodrop?" checked='1'":"")."/></td></tr>\n";
print "              <tr>\n";



with

Code: Select all

print "              <tr><td nowrap='1'><b>With effect : </b></td><td><input type='text' value='".$ieffect."' size='30' name='ieffect' class='form'/></td></tr>\n";
print "              <tr><td nowrap='1'><b>Min required level : </b></td><td>\n"; SelectLevel("iminlevel",70,$iminlevel); print "</td></tr>\n";
print "              <tr><td nowrap='1'><b>Max required level : </b></td><td>\n"; SelectLevel("ireqlevel",70,$ireqlevel); print "</td></tr>\n";
print "              <tr><td nowrap='1'><b>Include nodrop items : </b></td><td><input type='checkbox' name='inodrop' checked='1' ".($inodrop?" checked='1'":"")."/></td></tr>\n";
print "              <tr>\n";


it will both add the option for a minimum item level in your search, and have the checkbox for nodrop set by default.

User avatar
Tyler
Posts: 4365

Re: Item search page

Post#2 » Wed Sep 02, 2009 12:31 pm

and have the checkbox for nodrop set by default
Item Change -> Reload needed
Spell Change -> Reload AND new Spellfile needed

uweyen
Posts: 120

Re: Item search page

Post#3 » Wed Sep 02, 2009 12:40 pm

God, there's been countless times that I forget to check the no drop box, and the items are some whacked up list that I haven't seen before... leaving me wonder for 5 minutes. lol.

This sounds like a nice change though if they do it.
Tiril Spellbender - 70 Wizard
Tigger Isbouncybouncy - 70 Warrior
Tikki Torch - 70 Shaman
Sweett Ridedude - Bard
Kerafyrm Thesleepingbeauty - Cleric


Guild Leader of Relentless Visions

Return to “Website”

Who is online

Users browsing this forum: No registered users and 1 guest

cron