Personally I used an update speed to control how often client jump was sent.
I used a Updated X/Y value which I only updated every time I sent a client jump packet. I then used a client update speed as well as checking updated x/y vs server x/y. If the two did not match and enough time had passed then I updated the client.
That way I could have the client be updated say every... 500 ms... 1000ms... 100000 ms, etc.
Made controlling updates much simpler and I felt no need to display every single movement (pointless and can crash your client if you send too many updates)
Personally I'd check last updated position vs current position...
Also you aren't moving so you shouldn't be calling updatelocal.
Nor are you jumping so setting last jump is pointless
Also this will only run if you are attacking... IE: What happens if no mobs are in range? ^^ The whole point of doing an update client type action is to display where you are. There are lots of times you want the position to update even if no mobs are in range.
p4n i changed it , now i will only send clijump in 2 occasions:
1 - When fatalstrike is over ( infatalstrike=false ,hunting=false , clijump)
2 - When theres no mobs in range ( aKa RandomJump condition: clijump + jump -18+18 cords)
What do you think?
And I really need help on looting code , mine is just ****** up , im not a leecher but im a newbie coder and looting is causing me 1022 error packet ( wich is not jump packet , so I guess whres the problem? in the PickItem packet? Or the delaye between Picking and Attacking? )
p4n would be really good if you release some of your code pattern , ESPECIALLY for the outsiders players ( like me Brazilian ) who will never had a chance to play in your proxy.
My hunting is going very good , very stable , but im pretty sure you have better stuff than I do , because that whole code is yours and im just a nb coder
Personally I'd check last updated position vs current position...
Also you aren't moving so you shouldn't be calling updatelocal.
Nor are you jumping so setting last jump is pointless
Also this will only run if you are attacking... IE: What happens if no mobs are in range? ^^ The whole point of doing an update client type action is to display where you are. There are lots of times you want the position to update even if no mobs are in range.
I'm bored... kinda tempted to make a simple pserver proxy to let people use ahahah...
I am thinking about writing c++ proxy... just for fun Also I want to include loader as part of proxy. But I am kind of lost where to start... I am not sure what I can do to make client exe to listen to proxy address without changing co files.
1 -p4n why on some videobots , some proxys updates CLIJUMP while attacking ( co farmer ) and others not ( COOperative) ? Whats the big deal in it?
2 - p4n my hunting is runing , my best mark was 170 in 1 fatal strike ( 60 seconds ) , with 2 katanas ( no rage skill )
is it good or i can go faster?
im using the lowest speed attack ( 1 )
Well there's no way you are attacking every 1 millisecond so obviously there are other limiting factors.
170 ko's in 60 seconds seems really low but it seems more likely that xp just re-activated (it only takes like 100-150 ko to chain fatal). I know in my tests I was able to do around 10 ko per second fairly stable (like 500-600 ko per minute) but it all depends on if you are looting, how easy you kill monsters, how many monsters are in range and how efficient you are at moving between groups of monsters.
Could you p4v to gimme the packet for Divinhear :P please .
..... useskill...
I could be incredibly mistaken but I'm confident it just involves sending the useskill packet just like I do for fatal strike except with the desired skill id, target id of either 0 or charuid (depends on the skill... fairly sure disguise would be target uid 0) and most likely X/Y of 0 also.
[RELEASE(SOURCE CODE)]-- KabBOT2 v1 Full Source(vb6) 10/07/2011 - Dekaron Exploits, Hacks, Bots, Tools & Macros - 106 Replies I've been meaning to post this for awhile but I pretty much forgot about it. I've been getting quite a few requests for it so I decided to finally get around to posting it.
#1. So here you go, Just have or Download Visual Basic 6, you need to update it to VbRuntime 6 Service Pack 6.
#2. Run the file name KabBOT.vbp.
#3. Enjoy.
100% Virus Free VirusTotal.com report.
VirusTotal - Free Online Virus, Malware and URL Scanner
[RELEASE] [OPEN SOURCE] CE 5.5 Pointer to AutoIt Source-Code 02/13/2011 - AutoIt - 6 Replies Habe heute erst gemerkt, dass es hier eine AutoIt Sektion gibt xD also poste ich mal mein Programm mit rein.
Funktionsweise:
1. in CE Rechtsklick auf den Pointer und auf "Copy" klicken
2. in meinem Programm auf "Code generieren" klicken
3. In euer Scite gehen und einfügen
Hier ist der Source Code vom Programm: