Quote:
Originally Posted by shilayley
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.");