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

[BETA] Apsalar - Lady of Thieves - PvP Subtlety Rogue CC

Status
Not open for further replies.
yeah newest release just stands there does nothing..
and 0.7.3 sometimes has problems targetting/chasing enemies.. dont know why tbh..
 
it does not allways use hemo, would be nice if it did spam hemo a bit

also the combat distance is a little weird, i would like it to move allways to the target no matter what, when reach 2 distance it will stop moving ( better for chaseing people )


PHP:
if (Target.Distance < 2 && Styx.BotManager.Current.Name != "BG Bot [Beta]")
                Navigator.PlayerMover.MoveStop();

PHP:
Move(Target.Location);

or something like that maybe ( if useing allways follow target no matter what )

and allways face target something like

PHP:
    private void Face(WoWUnit tar)
        {
            if (Styx.BotManager.Current.Name != "BG Bot [Beta]")
            {
                tar.Face();
            }
        }

PHP:
Face(Target);

i think that is right? i am not coder, well maybe if u can add checkbox to enable or disable this funtion it would help alot :)
 
Last edited:
Hi running 0.7.3

It has been working great, but it has stopped pathing,

if i move the bot around it kills stuff lovely but it has stopped any form or movement, whether by foot or mount,

Ive probably changed something without realising but can figure out what


Any help is really appreciated




Edit: got it working. did a fresh install of everything, couldnt say what i was doing wrong
 

Attachments

Last edited:
Code:
[01:40:21:946] You forgot to buy your off hand poison!
It's just not placed where its supposed to ;(
 
Could someone explain the settings

Switch to target attacked by

&

Prefer target attacked by

please :)
 
those 2 are explained in one of links from first post.

In short:
prefer - pick the target if you don't have any right now
switch - change to target even if you are fighting someone else
 
Brill cheers, swear down I looked, apparently attention to detail isnt my strong point the last few days, thank you for helping again
 
Last edited:
Hi strix.
At first i must say im from spain, i will try to speak in enlgish :P
Ill use your CC with mixed mode (gb2 and PvP). For PvP its really good, i had no problem, but when he is gathering and gets some agro he has many troubles like, using offensive vanish vs a mob (then the mob goes full hp again), sometimes your cc gets stuck and spams backstab still the mob dies (obiously with normal hits coz hes spamming JUST backstabs)

ill hope you understand me lol, see you and thanks
 
Hi strix.
At first i must say im from spain, i will try to speak in enlgish :P
Ill use your CC with mixed mode (gb2 and PvP). For PvP its really good, i had no problem, but when he is gathering and gets some agro he has many troubles like, using offensive vanish vs a mob (then the mob goes full hp again), sometimes your cc gets stuck and spams backstab still the mob dies (obiously with normal hits coz hes spamming JUST backstabs)

ill hope you understand me lol, see you and thanks


There is an option to switch off offensive vanish,

Ive got mine setup doing hemo and its killing things good, might be worth a shot
 
Status
Not open for further replies.
Back
Top