• Visit Rebornbuddy
  • 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
      That is a REALLY unusual looking fear spell! Like a totem, but streaming fear instead of fire. In general I didn't include fear spells on any class, because it's so easy to get in a worse situation while using them with them running into other mobs and all.

      If you want to use it, place this in the combat loop next to the other stuns/fears:

      Code:
      Me.Cast Psyfiend
      	Target.Distance < 10
      
      Is it a 'targetable' spell, ie one that has a 'target circle' to place it after casting? If so, you'd also need to add that spellname to 'Spell_Target_Circle.txt'.
       
    2. randomstraw

      randomstraw Community Developer

      Joined:
      Jul 17, 2012
      Messages:
      1,611
      Likes Received:
      10
      Trophy Points:
      38
      hunter does not cancel feign dead in this version...
       
    3. Mrdeveus

      Mrdeveus Member

      Joined:
      Aug 6, 2012
      Messages:
      100
      Likes Received:
      0
      Trophy Points:
      16
      I use for my Pally and Warr ATM and it is wonderful
       
    4. Mrdeveus

      Mrdeveus Member

      Joined:
      Aug 6, 2012
      Messages:
      100
      Likes Received:
      0
      Trophy Points:
      16
      The one and only thing i have a problem with is, when i use the questbot it won't mount when i use the cc it will start to cast then keep walking to objective.
       
    5. SHJordan

      SHJordan Member

      Joined:
      Oct 20, 2012
      Messages:
      636
      Likes Received:
      1
      Trophy Points:
      18
      Yes it have to "confirm" where we want it to be cast... i.e green arcane circle. Also, have you pushed the update yet or do i have to update it myself? btw, i'm really happy that you have answered my PM. =]
       
    6. Nightmare

      Nightmare New Member

      Joined:
      Oct 12, 2012
      Messages:
      110
      Likes Received:
      0
      Trophy Points:
      0
      I will try and get you a log of Shadow Priest sometime today Kamilche, just woke up and need to do a few chores but I will try and get around to it.
       
    7. Nightmare

      Nightmare New Member

      Joined:
      Oct 12, 2012
      Messages:
      110
      Likes Received:
      0
      Trophy Points:
      0
      Here you go, I hope this helps.
      I have more logs and can recreate the issue if needed.
       

      Attached Files:

    8. SHJordan

      SHJordan Member

      Joined:
      Oct 20, 2012
      Messages:
      636
      Likes Received:
      1
      Trophy Points:
      18
      Reporting in... on BGs it will NOT dismount a.k.a being stand up mount wait as deadmeat... can you make a fix for that?
       
    9. SHJordan

      SHJordan Member

      Joined:
      Oct 20, 2012
      Messages:
      636
      Likes Received:
      1
      Trophy Points:
      18
      Also wanna know if there is a way to "comment" the code we will not be using, like on C++ that you would do /*BIG BIG 3 LINE PHRASE */
       
    10. randomstraw

      randomstraw Community Developer

      Joined:
      Jul 17, 2012
      Messages:
      1,611
      Likes Received:
      10
      Trophy Points:
      38
      --BIG BIG
      --3 Line
      --Phrase
       
    11. Kamilche

      Kamilche New Member

      Joined:
      Oct 2, 2010
      Messages:
      551
      Likes Received:
      30
      Trophy Points:
      0
      OK, that 'stop moving when casting if in combat' was a remarkably bad idea. I backed that out, and put in something else instead. Thanks for your feedback everyone! Here's the changes for today:

      • stopped 'i don't have a target' autoattack spam
      • no longer stop moving when casting instant cast spells in combat
      • now it stops when taking a new target, unless movement is disabled
      • paladin protection no longer heals healer when healer.health < 100 (old debug code)
      • executes when on horse only if me or party member in combat, or it's trying to pull.
      • Will dismount in battlegrounds now.
      • bad meshing in pandaria dungeons causes odd walk path, and some errors where 'navigator.findheights' returns an empty list. I could fix the second one, but it still walks funny - and it will until they fix the mesh. Till then, turn on scroll lock and navigate by hand when it tries to run into a wall, into a corner, up the staircase, etc. in Pandaria dungeons.
      • added psyfiend as a target spell
       
    12. SHJordan

      SHJordan Member

      Joined:
      Oct 20, 2012
      Messages:
      636
      Likes Received:
      1
      Trophy Points:
      18
      Thank you! Mind adding this great project to an SVN? So we can track all the changes and just one button update?
       
    13. Kamilche

      Kamilche New Member

      Joined:
      Oct 2, 2010
      Messages:
      551
      Likes Received:
      30
      Trophy Points:
      0
      Now that's something I could do relatively quickly. What would take longer, is the multiple requests I've had for foreign language support. :-O Still scratching my head on that one - nothing quick comes to mind.
       
    14. SHJordan

      SHJordan Member

      Joined:
      Oct 20, 2012
      Messages:
      636
      Likes Received:
      1
      Trophy Points:
      18
      You could for initial release, go only with english localization, then i could help translating to Brazilian Portuguese. What you think?
       
    15. jchiera

      jchiera Member

      Joined:
      Sep 25, 2012
      Messages:
      47
      Likes Received:
      0
      Trophy Points:
      6
      Yes please :)
       
    16. cn.

      cn. New Member

      Joined:
      Aug 15, 2011
      Messages:
      71
      Likes Received:
      0
      Trophy Points:
      0
      Hi I don't think battleground groups are counted as a party

      Resto shaman
      -----
      Me.Cast Water Shield
      Me.HasAura("Water Shield") = 0
      Me.InParty = 1

      Tank.Cast Earth Shield
      Tank.HasAura("Earth Shield") = 0
      Me.InParty = 1

      Me.Cast Earth Shield
      Me.HasAura("Earth Shield") = 0
      Me.InParty = 0
      -----

      My toon keeps switching water shield and earth shield when in a bg (it still heals people but when there's nothing to do it just wastes mana by switching shields)

      Also when scroll lock is on the log gets spammed with

      [FTW] 04:27:52 MOVEMENT DISABLED, not looking for better target
      [FTW] 04:27:52 Movement disabled - not following Porunga

      it's both messages every 15 seconds or so

      Other than that it's great! Good job
       
    17. Kamilche

      Kamilche New Member

      Joined:
      Oct 2, 2010
      Messages:
      551
      Likes Received:
      30
      Trophy Points:
      0
      Bark! I must go check that out immediately! YAP!
       
    18. Kamilche

      Kamilche New Member

      Joined:
      Oct 2, 2010
      Messages:
      551
      Likes Received:
      30
      Trophy Points:
      0
      OK - well - I've enabled some of the things while on horseback - is it enough? I am reluctant to turn it on fully, because it will pop you off to heal, to apply buffs, when you get jumped, if it's fully on. Check it out, let me know if it seems enough - it will pop you off horseback when you're pulling something, or a party member or you are in combat, now.
       
    19. metisgb

      metisgb New Member

      Joined:
      Apr 14, 2010
      Messages:
      66
      Likes Received:
      0
      Trophy Points:
      0
      Kamilche,

      I'm having an issue when using gatherbuddy2, it spams "Blacklisting Green Tea Leaf, blacklisting after 60s" and keeps spamming it on each and every node she comes to. Is there a way to make the routine not engage inanimate objects?
       
    20. AtticusG3

      AtticusG3 New Member

      Joined:
      Aug 27, 2011
      Messages:
      425
      Likes Received:
      11
      Trophy Points:
      0
      Loving this on my Dark Apotheosis Warlock, however there seems to be a few bugs in it.

      The poster above me commented on the inanimate object bug, I get this while farming things like Dark Soil too. So +1 on that, also there are a couple of spells on my Warlock that don't seem to work, or aren't handled quite right.

      Attached is the config I'm trying to get working, not sure if I've made some detrimental mistakes in there or not but I can't get it to cast immolation aura or demonic slash. It never uses Harvest life longer than 1 tick either.

      There are a few other things too but they may just be my config file so I'll ask about them again later with logs if I can't work them out.

      Thanks for releasing this to the community :-D
       

      Attached Files:

    Share This Page