What's new
  • Visit Rebornbuddy
  • Visit Resources
  • Visit API Documentation
  • Visit Downloads
  • Visit Portal
  • Visit Panda Profiles
  • Visit LLamamMagic

Issues with Phalanx Stampede

aiTMaster

Member
Joined
May 20, 2011
Messages
110
Reaction score
0
Hey

It's not working properly
Code:
                // Phalanx
                if (CanCastPhalanx())
                {
                    return new TrinityPower(SNOPower.x1_Crusader_Phalanx3, 45f, TargetUtil.GetBestClusterPoint(15f, 45f));
                }
Thats the default one

It's trying to "shoot" the Enemys thru some "Walls"
Normaly you have to stand kinda infront of the enemys

He is autoattacking sometimes.. Sometimes using Phalanx then runaway autoattack.. Wtf?
[video=youtube;ye4pJZoRnJc]https://www.youtube.com/watch?v=ye4pJZoRnJc&feature=youtu.be[/video]

Wall "Shoot" Problem:
Code:
[ATTACH]143387.vB[/ATTACH]

Combat Settings:
Code:
[ATTACH]143385.vB[/ATTACH]

Crusader Settings:
Code:
[ATTACH]143386.vB[/ATTACH]
 

Attachments

  • uEtbCKC.webp
    uEtbCKC.webp
    41.2 KB · Views: 63
  • qzAHEU0.webp
    qzAHEU0.webp
    41.8 KB · Views: 58
  • JGvZR9z.webp
    JGvZR9z.webp
    47.8 KB · Views: 57
Last edited:
You can edit the crusader combat file and on line 302-304 make it say

private static bool CanCastPhalanx()
{
return CanCast(SNOPower.x1_Crusader_Phalanx3);

instead of what it did, then it will always spam Phalanx
 
Back
Top