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

Tricks - Subtlety - PVP/BG/Arena Rogue CR

BY ME ALSO.....
Will not attack same faction players in arena!!!!!!

PLZ fix it
 
Yes, I noticed it is not attacking them as well. Big issue. Has anyone noticed this in BGs as well? I will post an update once i figure it out. I don't have this issue on my warrior routine. It is likely something very simple in my IsAttackable function.
 
I made a change to IsAttackable that should fix the problem for now. It currently does not have any checks that will cause it to stop attacking friendly targets. I do not have a reliable arena partner right now so please let me know if this is working for you.

If someone has a "best practice" for identifying hostile players of the same faction please let me know. I believe that IsHostile does not return true on members of the same faction but I am not 100% sure right now. For now it should be attacking everything!
 
4. This CR does not do everything for you. Just basic things and the rest is for you to do manually.

Could you tell us what it does tho, so that I can enter an arena knowing what parts I need to do myself and what is done by the CR?
 
Could you tell us what it does tho, so that I can enter an arena knowing what parts I need to do myself and what is done by the CR?

For the general idea open Tricks.cs and it is easy enough to understand. You could likely understand the the code it references in Common.cs as well. // means the code is commented out and will not run until the // is removed.

Code:
return new PrioritySelector(
                Hotkeys(),
                AlwaysStealth(),
                BlindAfterSap(),
                //DisableAutoAttack(),
                //SapStealthy(),

            #region Defense
                UseHealthstone(),
                Dismantle(),
                Interrupts(),
                Feint(),
                WillOfTheForsaken(),
            #endregion

            #region Offense
                //Tricks(),
                PremeditationSliceandDice(),
                Openers(),
                Finishers(),
                Shiv(),
                Gouge(),
                Backstab(),
                Hemorrhage()
            #endregion

*edit* You might want to try some BGs first. :)
 
Last edited:
Hello again!

Are you still working on this CR?

Currently, I have it on-hold until I finish implementing my warrior routine into Pure. I may try implementing this into Pure as well after that. If someone solves for the same faction arena bug I will surely update the latest build. I am not spending more time on this for a little while though. I won't have Internet till Thursday and I have a lot going on.

I do however use this as my primary rogue CR so it will get more love at some point. Feel free to adjust it and post code and/or recommend changes.
 
So any updates here???

ive somebody make an good PvP rota i will pay 150$
 
Back
Top