-
Notifications
You must be signed in to change notification settings - Fork 65
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[MASTER BRANCH] Minions teleporting to wierd places on map #91
Comments
It's actually commit 5907354 that caused this. Are you using a client older than 4.17? This only occurs for clients older than 4.17. |
Ah yes, I had my batchfile pointed at the backup I was using for the collision branch. Oops. |
I unknowingly did that while trying to figure out how to make the shop clickable. I'll document it in the next commit, as I've discovered the unknown variables. |
Inhibitors and nexus have hardcoded net IDs such as 0xFF26AC0F. These lines from dotdeath's commit activate them : MinionSpawn ms2(0xff26ac0f); // unk |
as of 9dea0d9 this happens: http://i.imgur.com/HsFWIGg.jpg
Minions from all lanes teleport and fight on the blue shrine. if you try to attack them you walk to their real location.
The text was updated successfully, but these errors were encountered: