HelpAuto-aim

Posts 12 of 2 · Page 1 of 1
Auto-aim
I have been unable to get my auto-aim to work correctly. Anyone that is familiar with this code please send me a message and hopefully I can get this figured out. At this point the main thing I am trying to do is not ignore bosses when shielded. Unfortunately the changes I have made are not working and sometimes I just fire at blank space. Thanks for any help with this.
Quote Originally Posted by john29990 View Post
I have been unable to get my auto-aim to work correctly. Anyone that is familiar with this code please send me a message and hopefully I can get this figured out. At this point the main thing I am trying to do is not ignore bosses when shielded. Unfortunately the changes I have made are not working and sometimes I just fire at blank space. Thanks for any help with this.
Just remove these lines:
Code:
      getlocal            4
      callproperty        QName(PackageNamespace(""), $"FunctionsIsInvulnerable"), 0 ;Check if target is INVULNERABLE
      iftrue              NEXTOBJ
Also, you need to add a few things to ignore then, here is a list that pops in my mind atm:
Code:
      getlocal            15
      pushstring          "Top Vertical Trap"
      ifeq                NEXTOBJ
      
      getlocal            15
      pushstring          "45-225 Diagonal Trap"
      ifeq                NEXTOBJ
      
      getlocal            15
      pushstring          "135-315 Diagonal Trap"
      ifeq                NEXTOBJ
      
      getlocal            15
      pushstring          "Left Horizontal Trap"
      ifeq                NEXTOBJ
       
      getlocal            15
      pushstring          "Anti-Spectator"
      ifeq                NEXTOBJ
       
      getlocal            15
      pushstring          "Black Moon"
      ifeq                NEXTOBJ
       
      getlocal            15
      pushstring          "Black Planet"
      ifeq                NEXTOBJ
       
      getlocal            15
      pushstring          "Chase Element"
      ifeq                NEXTOBJ
       
      getlocal            15
      pushstring          "Guardian Element"
      ifeq                NEXTOBJ
       
      getlocal            15
      pushstring          "Ring Element"
      ifeq                NEXTOBJ
       
      getlocal            15
      pushstring          "White Moon"
      ifeq                NEXTOBJ
       
      getlocal            15
      pushstring          "White Planet"
      ifeq                NEXTOBJ
Urgle traps, and invulnerable things spawned by oryx.
Posts 12 of 2 · Page 1 of 1

Post a Reply

Similar Threads

Tags for this Thread

None

Need help?