Quote:
Originally Posted by supdood
how are you winning value packs and so many memory fragments per hr? is this somehow more efficient than a macro bidding on everything manually?
|
When the memory fragments leave the End-Bidding phase the bot instantly buys everything left on the market and is faster than a human or a pixel bot.
Regarding the Value Packs I guess I was a bit lucky. I got about 5 in 2 weeks.
Quote:
Originally Posted by piwek7
I must be missing something. The injection goes fine, but everytime I choose my server, the game crashes with an error message (bad_module_info has stopped working)
|
Yeah, you need to update the addresses for the current version.
Quote:
Originally Posted by ruikangzhu1990
obviously because you didn't update the addresses, the dll he included is for version 802, the game did a stealth update to 805 on thursday.
if I want to use the npc at calpheon I should change the key to 2 or 3? how do I check which key is the right one?
|
I'm not sure what the keys for the other territories are.
You can use this to iterate them:
Code:
local regionInfoCount = getRegionInfoCount()
for index = 0, regionInfoCount - 1 do
local regionInfo = getRegionInfo(index)
local territoryName = regionInfo:getTerritoryName()
local territoryKey = regionInfo:getTerritoryKeyRaw()
end