Quote:
Originally Posted by Matrixmaster
im not so experienced in that things .. and with php you cant write a packed based grab-bot :D
would be nice if someone does that as an addon for lolkops autoIT bot because it doesnt grab.
i dont use this bot but ive done the media.pk2 edit for autoselect and worte me a G15 makro to push my buffs and attack skills inclusive Grabbing (G)
but it grabs all shit on the floor and in a couple of seconds my inventory is full of arrows , alchemy items grains and all other items that i dont want. ^^
|
well all it would have to do is read Spawn Packets and Pickup Notify Packet. Would need to read the ID and check application options for items user chose to pickup. They would need to copy the itemdata.pk2 tables or develop a reader for them.
Then it just injects pickup packet from going in range of it. Like I said would take few hours if you knew what you were doing, can be done in any programming language really, does not need complex languages such as C++ for efficiency since its small application.