View Single Post
03-07-17, 08:47 PM   #3
Layback_
An Onyxian Warder
Join Date: Feb 2016
Posts: 358
Originally Posted by Lombra View Post
You can simply loop over item IDs from 1 to some plausible number. I have no idea what item IDs exists these days. Maybe 200 000 or something? You probably can't do it all at once, though, or you might get disconnected. I don't know what the throttling rate is.
Hi Lombra,

So, there is no solid answer for this but going through the for loop over 200,000 times?

That's bit sad

What about using a data that is obtained from other database in JSON format?
EDIT: Nevermind... I am actually being contradictory to myself... haha

Last edited by Layback_ : 03-07-17 at 08:54 PM.
  Reply With Quote