Hi! Would this bot also work on a private server that runs 2.4.3? And would that work with the regular rotation that I bought some years ago from you already?
How does it work? (Learn more about CoreCoins here)
Hi! Would this bot also work on a private server that runs 2.4.3? And would that work with the regular rotation that I bought some years ago from you already?
What version is being used on the PQR profiles for private servers? I'm asking because i have an old version (1.81) for MoP and i have some problems with it. Burst of speed keeps casting three times when it expires wasting energy (this is probably because i have 330ms). I did try changing the <recastdelay> but nothing seemed to work. Is there anywhere i can look at a full changelog between versions? It would be nice if the OP was updated with version numbers as well. Also I am guessing the interface shown in the pictures is only for the legion versions? If i can get these questions answered would be very interested in purchasing thanks!
@ownedpandas That issue was fixed in a later update. The front page only shows the HB version.
There is a video from MoP here: Vitalic Elite Rogue Multi-Spec PvP Profile - Battleground Uncut - YouTube
@vitalic Are we able to use your Rotation in the future without HB? And is it possible to play with it on Arena Tournament for example?
This is a very good question ... I come from Germany and can not use HB anymore and the only BotBase I currently own is SBR ... Would be nice to know how I can use Vitalic in the future ...! Beautiful greetings Benni
I have some problems with the MoP routine (1.83).
[Bugs/Major Issues]
1. Spams burst of speed when in a ice trap using all of your energy (Fix below)
2. The poison script doesn't even allow you to open on a target until you have applied the poisons it wants to cast, players should be able to change poisons without the script trying to change it back or not functioning properly outside of combat (I am aware you can change behavior in the xml but you wont have time in arena).
3. Re-targeting after Mirror image keeps targeting the mirrors even if you manually switch to the mage the script keeps re-targeting the mirrors.
4. The routine tries to blind scatter/deep/intimidating shout etc on kill targets this it is a big waste of a cooldown it should preform more checks before using such an important cooldown especially in arena. I posted how you can disable this below (not a fix)
5. No easy way to stop the rotation from using stuns /toggle eviscerate for instance will completely stop the rotation until the cast has been completed. This a huge problem vs some classes or when you want to quickly kill someone before they can receive a heal.
6. Flag auto-return doesn't work
7. Totem stomping doesn't work
8. The smoke bomb button doesn't cast bomb during a rotation (requires you to spam the button and the bomb will be very delayed)
9. /toggle macros that have a GCD don't go cast immediately the rotation will keep using GCDs and it will be delayed.
10. auto smoke bomb doesn't seem to work properly In arena when you are about to kill someone.
10. The /toggle macros should not stop auto burst of speed from working until the macro finishes since it's not on GCD.
11. The routine doesn't check if your target is friendly it will cloak physic scream or evasion on stampede even if your target is friendly..
12. It will gouge certain abilities despite having dots on target and not specced into dirty tricks wasting lots of energy.
Requests
Option to change the maximum interrupt/cloak/cc/stun time in reaction to an enemy spell cast due to my lag it keeps cloaking just after a cast has completed.
Ability to toggle auto focus in-game so it doesn't keep clearing your focus for no reason.
Change the poison script functionality so it doesn't replace poisons unless the player has paralytic or leech talented (and not applied) we should be able to change poisons without the script breaking or having to go into the XML and restart PQR.
Toggle auto stealth on and off in-game.
Fixes & Workarounds
Ice trap burst of speed fix:
Find this line
and not UnitBuffID("player",2983)
Add this after (so you have both)
and not UnitDebuffID("player",135299)
You should probably add daze as well (The slow from npcs that also dismounts) it will waste all your energy.
and not UnitDebuffID("player",1604)
Now to stop the routine from casting blind (or any spell you want) on specific spell casts e.g scatter shot you have to find the spell ID blind is 2094 and scatter is 19503.
Find this line:
[19503]={1776,2094,1966,5938}
Remove "2094," so you get this
[19503]={1776,1966,5938}
Alternatively you can add a different spell ID e.g cloak of shadows (31224) just make sure you have it in the proper order, 1776 is at the start because it tries to gouge before doing anything else.
Last edited by ownedpandas; 03-29-2017 at 11:35 PM.
@ownedpandas
Make a backup of the Rotation's order (be it "Subtlety Backup"). Then reorganize the original rotation's order. The Rotation name must be Subtlety, Assassination, or Combat (because the rotation is scripted to recognize rotation name). The rest requires some COMBAT_LOG_EVENT_UNFILTERED manipulation. If you know what I am talking about, addwithCode:(bit.band(sourceFlags,COMBATLOG_OBJECT_REACTION_HOSTILE) == COMBATLOG_OBJECT_REACTION_HOSTILE). You also need to add a filter for the Gouge spell (1776) to not Gouge when the "target" or "focus" has a dot debuff with an absorb effect (such as powerword: shield). There are filters if you can read code for CLEU counter spells. You can generate a table of dots with SPELL_PERIODIC_DAMAGE with table.insert, but you have to also allow the player to Gouge if he talented dirty deed. Apparently Dirty Tricks hasn't been coded for it, but the talent table is VFltG[15] (for dirty tricks). Make a table of dots, iterate it checking if it's not from player UnitDebuffID("target",ID,"player"), and this will allow you to prevent Gouging targets with dotsCode:local COMBATLOG_OBJECT_REACTION_HOSTILE = COMBATLOG_OBJECT_REACTION_HOSTILE
That seems rather odd since there was never an issue with flag return before, and I have not touched the private server stuff for a long while. It's possible I will get a chance to revisit it at some point. Bear in mind you can remove things from the rotation in PQR, i.e. Poisons if you want to handle it manually, you can also blacklist specific spell counters in the config. This thread has almost four years of information in it, so you may well find solutions by searching, i.e. regarding Smoke Bomb.
---
Currently working with two developers from here on OC on a new platform for my HB Rogue/Monk routines, it's in the closing stages of development. Join the Discord if you want to follow the latest news.
@Numba1Stunna
Thanks, I'm not sure if i will get it working but i can try.
@Vitalic Well I'm aware you can remove the poison functionality i did it already actually i just wanted to report on bugs/issues i had in case you were still developing or fixing bugs for it. As for the flag return I have only tried it on warmane so maybe i will have to try pandawow and see if it works there. The blacklist isn't really a solution since it just removes functionality all-together rather than fix issues with it.
Edit: I did a search and couldn't see anyone having the same issue i have with smoke bomb but it seems most of my results were from WoD
Last edited by ownedpandas; 04-02-2017 at 12:55 AM.
Rogue/Windwalker Routines updated for patch #7.2.0.23877 (auto-update).
Rogue/Windwalker Routines updated for patch #7.2.0.23877 (auto-update).
Last edited by vitalic; 04-09-2017 at 02:05 PM.
@vitalic
Please can you explain to me why my purchase of monk was refunded, I did not ask for a refund?
![]()
i have send you a pm please answered it...
regards,
lordskai
Rogue/Windwalker Routines updated for patch #7.2.0.24015 (auto-update).
Hey Vitalic, I get back to WoW, and with your bot.
Please, would you tell me how to get the Routine work, the last email I received was about WoD. I already paid the routine 3 years ago.
Here is my mail : [email protected]