Jump to content

Ascension: Map not working, Bot allways running into walls.


Crackedy

Recommended Posts

Hello,

Ascension use launcher (and modified game client), that launcher inject dll which contains protection code agains bot (in this case he changes continent ID on memory to make WRobot think he's in another place). 

To fix it you need to run code like 

wManager.Wow.Memory.WowMemory.Memory.WriteInt32(wManager.Wow.ObjectManager.ObjectManager.ObjectManagerAddress + 0xCC, (int)wManager.Wow.Enums.ContinentId.Azeroth);

But it is unsafe (for your account).

In any case, use bot on this server is not recommanded and very unsafe

Link to comment
Share on other sites

The code that I given is for Azeroth, for Kalimdor use 

wManager.Wow.Memory.WowMemory.Memory.WriteInt32(wManager.Wow.ObjectManager.ObjectManager.ObjectManagerAddress + 0xCC, (int)wManager.Wow.Enums.ContinentId.Kalimdor);

You can run it in your profile, in plugin, or in "Dev... tools" (tab "Tools"), paste the code in top textbox, select "C#" (instead "Lua (Wow)") and click on "Run Code".

Link to comment
Share on other sites

15 hours ago, Crackedy said:

Thanks i'll try this. I don't really care about the accounts so thats all fine and dandy.

hi, how did you managed to get pass the game incorrect version? i am using wrobot 1.7.2 for 3.3.5a

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...