View Single Post
  #2  
Old 11-12-2009, 01:19 PM
leslamarch
Discordant
 
Join Date: Sep 2006
Location: Green Bay, WI
Posts: 436
Default

Quote:
Originally Posted by shilayley View Post
When I am doing a #searchitem I get a list of 50 and no more. Is there a way to be able to view all items withing my search criteria in game?

Thanks!


Shil....
This would require a source code edit then you would have to recompile ...

around line 6000 and look for this
Code:
            if (count == 50)
                break;
        }
        if (count == 50)
            c->Message(0, "50 items shown...too many results.");
Reply With Quote