PDA

View Full Version : In game item search


shilayley
11-12-2009, 01:04 PM
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....

leslamarch
11-12-2009, 01:19 PM
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
if (count == 50)
break;
}
if (count == 50)
c->Message(0, "50 items shown...too many results.");