L2Net is an in-game (IG) bot. I already have Adrenaline for that. I'm looking for an out-of-game (OOG) bot - one that doesn’t require the Lineage 2 client to run.
I came here to say something about ave but it seems i am late already
Note for people who might see this topic.
Use custom sources of updater, do it your self, learn do it on your time and schedule.
its only a how to build it in visual studio youtube video and you're done 90%
no time? pay to a pro like nevesoma.
its easy as fuck
Hello everyone, this is ADENA L2REBORN / LU4 / MASTERWORK
We also have items, epics, etc.
discord - adver745645
Our prices are reasonable, so have a nice shopping and a nice day.
Question
Solomun
Lets say i have an ArrayList list = new arraylist<l2pcInstance>. This list has about 1.000.000 l2pcinstance objects.
Do you think this would be a problem?
Lets say i want to create a method somewhere like:
getPlayersByLocation(String location)
{
ArrayList beta = new ArrayList<L2PcInstance>();
for (L2PcInstance pc : list)
{
if (pc.getLocation.equals(location)
beta.add(pc);
}
return beta;
}
Do you think this would cause a problem to servers memory? If this arraylist has about 1m items + i search in all of them frequntly?
I mean, it is better to search all time the database (SELECT from players where location = location)?
8 answers to this question
Recommended Posts