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

Bot keep aborting teleport at 80% and then casts it again BUG

satan2004

New Member
Joined
Jun 12, 2012
Messages
456
Reaction score
0
Bot keep aborting teleport at 80% and then casts it again and does the same thing again at 80%

Its allways at the same location and its getting really fhking annoying!

Now what the hell is doing this? a plugin? the bot itself?


The spot is "the field of misery" im running act 1 champ farm by radonic with the plugins

Radsprofile manager beta
Giles combat replacer (latest
Gilestashreplacer (latest
Gilesworldobjecthandler (latest
Unstuck me 1.1



it keeps doing it until i stop the bot, logout and start it again then it ends up in the same spot and repeat...
 
Are you guys both monks? And if so when casting are you at enough fury to cast Fist of Thunder? If so its GilesCombatReplacer

look for the fist of thunder line in the combat log (im not at home and cant show you teh code right now) but look for PowerCan.Cast.FistOfThunder(xx) or something similar and delete that line and it should let you cast tp again.
 
im using 1 monk yes and it is him that has the problem and yes im using fist of thunder and it doesnt cost to cast it. it genereates it

Also i opened gilescombatbehaviour CS file and looked for what you said but i cant find it
 
im using 1 monk yes and it is him that has the problem and yes im using fist of thunder and it doesnt cost to cast it. it genereates it

Also i opened gilescombatbehaviour CS file and looked for what you said but i cant find it

Try to find this line:
if (!bBuffsOnly && !bAvoidanceEmergency && !bMeIncapacitated && powerHotbarAbilities.Contains(SNOPower.Monk_FistsofThunder) && PowerManager.CanCast(SNOPower.Monk_FistsofThunder))

and change it to this:
if (!bBuffsOnly && !bAvoidanceEmergency && !bMeIncapacitated && powerHotbarAbilities.Contains(SNOPower.Monk_FistsofThunder)


It has fixed TP problem for my Monk:-)
 
Yeah thats the line lobin pasted it should fix it all. uhm just becareful copy n pasting his line he forgot to close the if statement

Code:
if (!bBuffsOnly && !bAvoidanceEmergency && !bMeIncapacitated && powerHotbarAbilities.Contains(SNOPower.Monk_FistsofThunder))

is the correct line
 
Back
Top