• Visit Rebornbuddy
  • Visit Panda Profiles
  • Visit LLamamMagic
  • Warena - PVP Arms Warrior Combat Routine

    Discussion in 'Archives' started by worklifebalance, Jan 9, 2013.

    1. worklifebalance

      worklifebalance New Member

      Joined:
      Oct 26, 2012
      Messages:
      140
      Likes Received:
      2
      Trophy Points:
      0
      I did some more testing and it looks like it is no longer attacking ice block but rather just auto-attacking! I think that is working correctly.
       
      Last edited: Jan 28, 2013
    2. Romao

      Romao New Member

      Joined:
      Nov 19, 2012
      Messages:
      82
      Likes Received:
      0
      Trophy Points:
      0
      I like the new changes.
      Probably will do some night session of arenas today, in this season im slaking on PvP, so no high rating bracket. Will post how it went.

      What do you think about my suggestion on Intimidation Shout on Stampede?
       
    3. tobinopowa

      tobinopowa New Member

      Joined:
      Nov 13, 2012
      Messages:
      134
      Likes Received:
      0
      Trophy Points:
      0
      I tryed to change hot key and now not work anymore why?
       
    4. Romao

      Romao New Member

      Joined:
      Nov 19, 2012
      Messages:
      82
      Likes Received:
      0
      Trophy Points:
      0
      Try to delete Cache and CompiledAssemblies files.
       
    5. Romao

      Romao New Member

      Joined:
      Nov 19, 2012
      Messages:
      82
      Likes Received:
      0
      Trophy Points:
      0
      In Common.cs line 595-596 you still have your weapons assign instead the String define in Settings.cs:

      Lua.DoString("RunMacroText(\"/equipslot 16 " + "Malevolent Gladiator's Hacker" + "\")");
      Lua.DoString("RunMacroText(\"/equipslot 17 " + "Masterwork Spiritguard Shield" + "\")");
       
    6. worklifebalance

      worklifebalance New Member

      Joined:
      Oct 26, 2012
      Messages:
      140
      Likes Received:
      2
      Trophy Points:
      0
      Thank you I fixed this. This composite is not currently being used however so it should not have affected anyone.
       
    7. Romao

      Romao New Member

      Joined:
      Nov 19, 2012
      Messages:
      82
      Likes Received:
      0
      Trophy Points:
      0
      I notice that, just trying to help :D
       
    8. worklifebalance

      worklifebalance New Member

      Joined:
      Oct 26, 2012
      Messages:
      140
      Likes Received:
      2
      Trophy Points:
      0
    9. naic0n

      naic0n New Member

      Joined:
      Dec 26, 2011
      Messages:
      35
      Likes Received:
      0
      Trophy Points:
      0
      some1 tried warena with bgbuddy yet?
       
    10. Romao

      Romao New Member

      Joined:
      Nov 19, 2012
      Messages:
      82
      Likes Received:
      0
      Trophy Points:
      0
      Hello. This routine dont have movement or targeting so it wont work with BgBuddy.
       
    11. Romao

      Romao New Member

      Joined:
      Nov 19, 2012
      Messages:
      82
      Likes Received:
      0
      Trophy Points:
      0
      So i did some arenas yesterday, not as much as i wanted, but it work very well. Did some 2s, and i was destroying enemies teams. Didnt had time to analise the logs, i still did some CD's manually, old habits... But my review atm: the best Warrior Arms PvP routine i try! (didnt use Vindictam Deorum ~ Arma Bellator in Cata)
       
    12. amputations

      amputations Active Member

      Joined:
      Jan 6, 2011
      Messages:
      2,262
      Likes Received:
      11
      Trophy Points:
      38
      I never understood people replying in threads before even reading the first post, how hard is it to actually take a minute and read?

       
    13. worklifebalance

      worklifebalance New Member

      Joined:
      Oct 26, 2012
      Messages:
      140
      Likes Received:
      2
      Trophy Points:
      0
      1.0.4 is out. Some bug fixes. Added auto Safeguard.
       
    14. didu

      didu New Member

      Joined:
      Jan 1, 2013
      Messages:
      24
      Likes Received:
      0
      Trophy Points:
      0
      Thanks you for the update !

      This CC is so magic and so good ! I really want to help all as I can but I am busy this time, even for play :((
      When I will be free I will try to give a big feed back and idea !!!!

      Love Your work <3
       
    15. hesa2020

      hesa2020 New Member

      Joined:
      Mar 10, 2011
      Messages:
      2
      Likes Received:
      0
      Trophy Points:
      0
      Any update on this ?
      i would like you to explain me how your code work,
      im a great coder in c# but never coded any routine
       
    16. megabbyte

      megabbyte Banned

      Joined:
      Jan 15, 2010
      Messages:
      876
      Likes Received:
      3
      Trophy Points:
      0
      Cant use this CC.. when i use it.. my FPS drop so mutch.. like 10fps.. bugged?
       
    17. worklifebalance

      worklifebalance New Member

      Joined:
      Oct 26, 2012
      Messages:
      140
      Likes Received:
      2
      Trophy Points:
      0
      This is only for Arena/BGs. There is too much unit scanning going on for big raids. It will slow down for bigger raid BGs as well.
       
    18. Romao

      Romao New Member

      Joined:
      Nov 19, 2012
      Messages:
      82
      Likes Received:
      0
      Trophy Points:
      0
      Thanks! Works very well :D
       
    19. Romao

      Romao New Member

      Joined:
      Nov 19, 2012
      Messages:
      82
      Likes Received:
      0
      Trophy Points:
      0
      Last night had done some arenas. It went very good, but i check the logs and i see that the bot try to cast Safeguard to other team player, maybe same fraction issue?
       
    20. Xcesius

      Xcesius Community Developer

      Joined:
      May 1, 2011
      Messages:
      2,050
      Likes Received:
      61
      Trophy Points:
      48
      That's interesting.

      It's suppose to cast safeguard on your teammates, but not on your enemy

      Code:
                      
                                  u.IsAlive &&
                                  !u.IsMe &&
                                  u.IsFriendly &&
                                  u.HealthPercent <= 25 &&
                                  u.InLineOfSpellSight &&
      
      If it did try to cast safeguard on the enemy team-player, he should try
      Code:
       !u.IsHostile 
      Instead of
      Code:
       u.IsFriendly
       
      Last edited: Feb 4, 2013

    Share This Page