whew this kind of prgram its expensive but you give us for free, thanks:D
do you have a release date yet?
do you have a release date yet?
I would use it to hunt and I think many others too. You fly with 1 account but have 3 or 4 with you ;)Quote:
lol
dude no body will use to hunt enemies with this tool
only npcs
it´s difficult to check if it is an enemy or player. I think the packet is same (exept id), but maybe I´m wrong. But...Quote:
gahn please add something like
if bot map is company map ( as if you r MMO , then MMO map only)
then only it will shoot enemy ships
if bot and master account is in enemy map it will not shoot any ship only shoot aliens
...he is not the only one who want to hunt. maybe I can make a account limit ;)Quote:
make possible to choose if set it or not because i want to go hunt with this
Pet will be added.Quote:
But pet not good i think this thing is good (pet hit max 5k++) (f/e goli sep all 6k+)
noQuote:
do you have a release date yet?
Quote:
it´s difficult to check if it is an enemy or player. I think the packet is same (exept id), but maybe I´m wrong. But...
ships[args[2]] = dict({"shiptype" : int(args[3]), "expansiontypeid" : int(args[4]), "clantag" : args[5], "uname" : args[6], "posx" : int(args[7]), "posy" : int(args[8]), "factionid" : int(args[9]), "clanid" : int(args[10]), "rank" : int(args[11]), "warnicon" : int(args[12]), "clandiplo" : int(args[13]), "finnishedggs" : int(args[14]), "isnpc" : int(args[16]), "cloaked" : int(args[17])})
Unuseful. I find out that we can find a different:Quote:
Just sayin... thats what I've got.PHP Code:ships[args[2]] = dict({"shiptype" : int(args[3]), "expansiontypeid" : int(args[4]), "clantag" : args[5], "uname" : args[6], "posx" : int(args[7]), "posy" : int(args[8]), "factionid" : int(args[9]), "clanid" : int(args[10]), "rank" : int(args[11]), "warnicon" : int(args[12]), "clandiplo" : int(args[13]), "finnishedggs" : int(args[14]), "isnpc" : int(args[16]), "cloaked" : int(args[17])})
0|C|UserID|.|.|.|.|.|.|FactionID
0|A|STM|friendlyfire
well. The idea is nice and I think of trying to code something like this:Quote:
Ok, so this will be NPCs or players hunting bot?? I want to use it for NPCs and flee from enemies...:cool:
Not exactly. there is no 1 packet for all. you get packet with uid, position, name, clan and faction id, ship, but eg you don´t get the status of visibility. it´s a seperate packet like this: INV|UserID|0 or INV|UserID|1Quote:
That's exactly what I wrote :D