I tried it but all the infos i tried returns the same even after pick up for some seconds. I found a solution though. I stored pick up radius in a var check if the item is gold or globe, try pick up and break the loop when distance is <= pickup radius. It works pretty well.
Cheers![]()
How can i get the players active skills? Like left click skill, right click, 1, 2, 3, 4 ??
Lol, I thought you were going to be able to figure it out yourself but I guess not... When you pick those ACDs up, they are "released", meaning ID is set to -1, and that memory slot is allowed to be used when allocating a new ACD. You can't just get the address of an ACD and then assume it's valid forever. Check for a change in ID to know when it's invalid, a new ACD might be allocated between your reads so it doesn't always have to go to -1.
Somewhere in PlayerData but I don't know where and I'm not planning on figuring it out either. A quick solution might be to look at some UI elements, not sure if that's good enough.
Well what you suggested i already did before posting here for help. And as i already said i have problem with this solution because it takes some second for the acd to release.
Which means after i loot the item, i will be turning around it for some seconds until their acd is released. Sometimes is released immediatly sometimes not. I performe a mouselick every 50ms. So if i turn arround for 5-10sec waiting for its acd to be released i will performe a lot of mouseclicks which will propably lead me to a ban. And i dont want to get banned
As for the skills, i know how to read them in the memory. And this is what i am currently doing. I can read all skills but i was wondering if the framework has it already done.
Anyway thanks
U guys performing well![]()
I get the localplayer, and then i add 0xBC to the memory with the index of each skill + 0x10 to definy the skill. Every 0x10 the skill changes.
If you get the skill and then you add 4 bytes you get the rune of the skill.
Does anyone knows how to check if a skill's power is active? I mean if it is on cooldown or ready for use.
I am creating a bot with this framework and i am loving itGreat job enigma.
I created a little demo of the bot and the progress until now. I will upload soon![]()
Here is a small demo. I will make a complete run and post it
Deleted
I didnt want to use youtube so i upload to tiypic
Last edited by ileandros; 07-08-2014 at 06:02 AM.
Enigma.. what's up. Just came to drop you a shout to my new app, EnigmaSS. Take a peep!