• Visit Rebornbuddy
  • Visit Panda Profiles
  • Visit LLamamMagic
  • FightThisWay

    Discussion in 'All in One' started by Kamilche, Oct 14, 2012.

    1. Kamilche

      Kamilche New Member

      Joined:
      Oct 2, 2010
      Messages:
      551
      Likes Received:
      30
      Trophy Points:
      0
      Ok, added it. Let me know how it works for ya, I don't have a level 90 priest yet. Working on druid right now.

      Now you can use the handy-dandy SVN to auto-update!
       
    2. SHJordan

      SHJordan Member

      Joined:
      Oct 20, 2012
      Messages:
      636
      Likes Received:
      1
      Trophy Points:
      18
      ty so much
       
    3. SHJordan

      SHJordan Member

      Joined:
      Oct 20, 2012
      Messages:
      636
      Likes Received:
      1
      Trophy Points:
      18
      change it to
      cause it is only usable when mobs are under 20%.
       
    4. Prox

      Prox New Member

      Joined:
      Jan 9, 2011
      Messages:
      37
      Likes Received:
      2
      Trophy Points:
      0
      If I use the action Blacklist, when will it clear it, and is it possible to clear it on time, like every 5 minutes?
       
      Last edited: Nov 1, 2012
    5. Ramakandra

      Ramakandra New Member

      Joined:
      Oct 18, 2012
      Messages:
      49
      Likes Received:
      1
      Trophy Points:
      0
      Attached is a patch to your Windwalker Monk, it does:

      View attachment Monk_Windwalker.patch.txt

      * Add Rising Sun Kick
      * Disables moving and targeting, this is importaing for raiding and heroics
      * Save Chi when Touch of Death procs, untill it can use it.
       
    6. Brentus

      Brentus New Member

      Joined:
      Nov 29, 2011
      Messages:
      132
      Likes Received:
      0
      Trophy Points:
      0
      i keep getting this [FTW] 11:26:40 GetSpellInfo says you don't know spell Frost Strike (0) on my 85 frost dk... any way to fix this?
       
    7. PhaseRoll

      PhaseRoll New Member

      Joined:
      Oct 29, 2012
      Messages:
      48
      Likes Received:
      0
      Trophy Points:
      0
      Im gonna try it but would this work for RSK?

      Code:
      Rising Sun Kick
      Me.Chi >= 2
      OnCooldown 8000
      So basically I want to cast RSK as soon as its off CD
      Im not quite sure if its suppose to be Me.OnCooldown or just plain OnCooldown

      I apologize for the noobiness first time user but Im trying to learn (Reading the ReadMe by Kalimche atm)
       
    8. Ramakandra

      Ramakandra New Member

      Joined:
      Oct 18, 2012
      Messages:
      49
      Likes Received:
      1
      Trophy Points:
      0
      As far as i know, the whole .txt file is a description of priorities for spells, ie the first that is used sucessfully resets the list and it starts over, so if you had:
      Code:
      Jab
         Me.Chi < 4
      Rising Sun Kick
      Blackout Kick
      
      It would use Jab untill 4 Chi, then use RSK then Jab untill 4 chi and then Blackout Kick and repeat
       
    9. Kamilche

      Kamilche New Member

      Joined:
      Oct 2, 2010
      Messages:
      551
      Likes Received:
      30
      Trophy Points:
      0
      Oh yeah, unfortunately we have very little control over the built-in blacklist. You can't remove things from it, or even clear it.

      Blacklist will immediately blacklist the mob and clear your target.
       
    10. Kamilche

      Kamilche New Member

      Joined:
      Oct 2, 2010
      Messages:
      551
      Likes Received:
      30
      Trophy Points:
      0
      That's true. I always tack 5% more onto the percentages though to allow for lag. You might be in the middle of casting a spell, or something, or be slow in responding for another reason, and by the time the code gets to that point again, it's already dead. By 'advancing' it a bit, you're more apt to catch him while he's still alive. But it does result in some false attempts. No harm done tho.
       
    11. Kamilche

      Kamilche New Member

      Joined:
      Oct 2, 2010
      Messages:
      551
      Likes Received:
      30
      Trophy Points:
      0
      That's true. Also, I know what you mean about 'saving chi'. It's hard to determine when to lay off spending it. I will examine your changes in detail tomorrow, thanks for posting it.
       
    12. Ramakandra

      Ramakandra New Member

      Joined:
      Oct 18, 2012
      Messages:
      49
      Likes Received:
      1
      Trophy Points:
      0
      I mean when you have a proc of Touch of Death, it becomes priority 1 because it will kill the mob no matter what. So any other skill will be less desired if it spends chi untill ToD is used.
       
    13. Mupp

      Mupp New Member

      Joined:
      May 3, 2010
      Messages:
      613
      Likes Received:
      5
      Trophy Points:
      0
      Hi Kamilche,

      I noticed this comming up alot lately " GetSpellInfo says you don't know spell Incarnation: King of the Jungle (0) " not only on King of the Jungle but alot of the spells.
      So this morning I started using your SVN link ( thanks alot for that one :) ) and I started noticing that the folder was marked red even though it was updated. The " red " file was Spell_All.txt
      I opened it and noticed that there were only skills for hunter and druid_balanced in that text file. Went back to your SVN linked and it looked the same.

      When I then started HB with my feral druid it marked the file with the red dot ( ofcourse because it wrote some new lines in it ) I then check it and it had put SOME of the feral druid spells there but not all.
      Im not sure if this is a HB issue or something. Just a quick note from my side.

      Thanks love your work.

      BR
      Mupp
       
      Last edited: Nov 2, 2012
    14. randomstraw

      randomstraw Community Developer

      Joined:
      Jul 17, 2012
      Messages:
      1,611
      Likes Received:
      10
      Trophy Points:
      38
      i'd like to quote myself, iso an answer :p
       
    15. Kamilche

      Kamilche New Member

      Joined:
      Oct 2, 2010
      Messages:
      551
      Likes Received:
      30
      Trophy Points:
      0
      Yeah, I see that. I fixed it for all the Druids, and reuploaded.

      What other spells are showing up as 'GetSpellInfo says you don't know'? That's a bit I put in when I discovered HonorBuddy's CanCast wasn't batting 100%.

      The 'spells_all' is a red herring - it's not used for anything. It started out life as an attempt at foreign language support. But it looked handy anyway, so I left it in there even though FTW doesn't currently have foreign language support. As you log on all your characters, one by one, it will dump the spells it knows in there.


       
    16. randomstraw

      randomstraw Community Developer

      Joined:
      Jul 17, 2012
      Messages:
      1,611
      Likes Received:
      10
      Trophy Points:
      38
      another one: why do i target already tagged-targets and fire at them?

      targetting issue? changed nothin myself.
       
    17. Mupp

      Mupp New Member

      Joined:
      May 3, 2010
      Messages:
      613
      Likes Received:
      5
      Trophy Points:
      0
      I see then might come in handy someday :) I will check the logs for more spells with " GetSpellInfo ".
      Thanks for the fast update on the spells, though the revision is still on 10 never gave my any update.

      BR
      Mupp
       
    18. Mupp

      Mupp New Member

      Joined:
      May 3, 2010
      Messages:
      613
      Likes Received:
      5
      Trophy Points:
      0
      If your running the HB-Beta with questbot its a bug with there new targeting mechanism. ( I think, it was reported in the beta thread )
       
    19. h00n3r

      h00n3r New Member

      Joined:
      Feb 9, 2011
      Messages:
      19
      Likes Received:
      1
      Trophy Points:
      0
      Just spams victory rush for my fury warrior. Appears to be because impending victory is not accounted for. log attached.

      *update: Ran this with my combat rogue. It only took a few minutes for me to decide this is hands down the best routine I have found for rogues. Good work.
       

      Attached Files:

      Last edited: Nov 2, 2012
    20. Redefined81

      Redefined81 New Member

      Joined:
      Nov 2, 2012
      Messages:
      7
      Likes Received:
      0
      Trophy Points:
      0
      Giving me an error every time I try and use it. I did it properly. Registers, but just errors.

      EDIT: It says it's spell overides.txt.
       
      Last edited: Nov 2, 2012

    Share This Page