Yes.
I think so, I've not needed to look into these packets yet as I'm not adding a bot to my proxy, however it's easy to test...log on using a proxy (crack/venom) and find your accid, write it down and log in the proxy with another character, then send a trade request/team invite from the character whos packet you just logged to your other character, log that packet and compare (look for the other accounts id in the packet).Quote:
when acepting trades or team invite or team join,do you have to use the targets accid?
yeah i know.The part that i need to figure out is the command in vb to use(to use my acount its accid,i havent found out what to use for player acounts)lol i need to quit being lazy and see what i can do,before i start complaining here-my own faultQuote:
I think so, I've not needed to look into these packets yet as I'm not adding a bot to my proxy, however it's easy to test...log on using a proxy (crack/venom) and find your accid, write it down and log in the proxy with another character, then send a trade request/team invite from the character whos packet you just logged to your other character, log that packet and compare (look for the other accounts id in the packet).
Other players account IDs are included in any movement/appear/attack packets that involve them (when they are close enough to see, you receive an information packet containing their name, equipment, pk points and any other information the client needs) and also you could do something like:Quote:
yeah i know.The part that i need to figure out is the command in vb to use(to use my acount its accid,i havent found out what to use for player acounts)lol i need to quit being lazy and see what i can do,before i start complaining here-my own fault
Private Sub TG1_Click()Quote:
And about TG NPC 0x7EF packet for clicking him, the bytes 4,5,6,7 are the bytes for the npcid. Let me test it on proxy. Okeey how did u get a weird packet like that??? ur 0x7f0 packet is waaay off.
Don't learn C++ learn C#, but you should probabley start with java since QOProxy is written in it. Just get a source of the QOProxy, old new whatever and learn using the filter function or any other program that has the filter function and read the packets. Also learn how bytes are in a packet structure and read trough the whole QOProxy source, I would start reading the PacketTypes. And don't try VisualBasic :P it sucks you don't want to program in this crap. I just did it for fun to fix the program and now ive fixed it and done everything to it and I say, screw it. But you know what? You could start out with VB aswell it's totaly a beginner language, but I myself as a person wouldn't waste time on it anyway, that is my 2 cents.Quote:
After reading all this I see myself as the little noob I am (in Programing I mean). I need Pointers on where to start. I already started studying C++ (as hinted by some programers in this forus) but I am still starting, what else would I need so I start getting the material. I don't know anything about packets, what are the materials or courses that I need to study.
So to be able to examine, Modify or even better create packet Based Bots I need to study C++ & ?? what exactly. Please Don't ignore This I am smart and If I got my feet in this I will be a strong helper here indeed.
this is my first attempt at VB,or realy any programing(i screwed with java a little bit but nothing like this)its not as hard as it looked at first and the ppl here are helpful,and making it easy to learn and understand what's going on jump on in and give it a try:)Quote:
After reading all this I see myself as the little noob I am (in Programing I mean). I need Pointers on where to start. I already started studying C++ (as hinted by some programers in this forus) but I am still starting, what else would I need so I start getting the material. I don't know anything about packets, what are the materials or courses that I need to study.
So to be able to examine, Modify or even better create packet Based Bots I need to study C++ & ?? what exactly. Please Don't ignore This I am smart and If I got my feet in this I will be a strong helper here indeed.
Wow i had it up for a 3 minutes before i seen the mistake,and deleted my post,thanks for seeing it anyway.well that was just a copy and past from crack(thats where the g_accid came in).my guess,it was old and dident work cus it wouldent work even using it in crack,but it is a cool feture and walking through portals dont work for me so far(so jumping is needed i guess),im planing on figuring it out soon thanksQuote:
why did you add xjx & xjy twice? Copy paste the packet structure cant go in now and logg packets.
and you sure g_accid is working? maybe you should use accid, same the you used for walk/run.
I think your packet is wronh not sure though.
Isn't it supposed to be for bytes 12,13 for x and 14,15 for y, that are the bytes you are jumping TO and then 16,17 x2 and 18,19 y2 which are the cords you are jumping FROM.
but yours might work I haven't logged any packets or checked anything.
logg 0x3f2 when you jump once and copy paste the packet structure here and I will have a look.