Thread: EQ Browser
View Single Post
  #10  
Old 05-21-2006, 09:48 PM
Muuss
Dragon
 
Join Date: May 2003
Posts: 539
Default

Here are ALL the variables that should be in config.php :
Code:
// OPTIONS
$ShowNpcDropChances=TRUE; // if TRUE, chances of droping of each item will be shown when browsing npcs
$MerchantsDontDropStuff=TRUE; // if TRUE, you won't see merchants drops, damned PEQ word builders ! :)
$SpawngroupAroundRange=100; // range of surrounding spawngroups, spawngroups page
$EnableNews=FALSE; // Enable the use of the News, need to source includes/sql/news.sql
$ShowNPCNumberInZoneLevelList=TRUE; // choose between number and x for npcs in zone levels list
$SortZoneLevelList=TRUE; // sort or not the zones in zone levels list
$MaxItemsReturned=100; // max number of items returned by search engines (0=all)
$MaxNpcsReturned=100; // max number of npcs returned by search engines (0=all)
$AllowQuestsNPC=TRUE; // quests for npcs are available from NPC's page
$AlwaysBuildQuest=TRUE; // rebuilds the quest each time a visitor browse it, put false if you don't modify them anymore
$GroupNpcsByName=TRUE; // groups the NPCs by their name in zone npcs lists
$HideInvisibleMen=TRUE; // hide the invisible mens in bestiaries
$ItemAddChanceToDrop=TRUE; // shows what are the chances to see the item droped by the npcs 
$ShowNpcsAttackSpeed=TRUE; // shows informations about NPCs' attack speed
$ShowNpcsAverageDamages=TRUE; // How much NPC does as melee damages, in average, this allows to comparate mobs together
May include some that won't have any effect on your eqbrowser, depending of its version.
__________________
Muuss - [PEQGC] Dobl, the ogre that counts for 2 !
http://www.vilvert.fr/page.php?id=10
Reply With Quote