Auto Rogue_Hide does not work right, bot casts to often
Auto Rogue_Hide does not work right, bot casts to often
Hello,
since the last revison update my rogue is not hiding once, he is hiding several times (at least here it doenst run out of Focus), also the Magic barrier of priest is casted until it runs out of mana.
That Looks even more unnatural. Also with another char i have this problem
It is just me who has this Problem ?
here my Setting:
<skill name="ROGUE_HIDE" hotkey="MACRO" priority="10" autouse="true" />
<skill name="PRIEST_MAGIC_BARRIER" hotkey="MACRO" priority="100" inbattle="false" autouse="true" />
thx, ram
since the last revison update my rogue is not hiding once, he is hiding several times (at least here it doenst run out of Focus), also the Magic barrier of priest is casted until it runs out of mana.
That Looks even more unnatural. Also with another char i have this problem
It is just me who has this Problem ?
here my Setting:
<skill name="ROGUE_HIDE" hotkey="MACRO" priority="10" autouse="true" />
<skill name="PRIEST_MAGIC_BARRIER" hotkey="MACRO" priority="100" inbattle="false" autouse="true" />
thx, ram
Re: Auto Rogue_Hide does not work right, bot casts to often
I seem to remember Hide used to be Toggleable. If you click Hide twice does it hide then unhide or does it remain hidden?rambo66 wrote:since the last revison update my rogue is not hiding once, he is hiding several times (at least here it doenst run out of Focus)
I don't know why that would be happening. Maybe check the buff id. Make a macro with thisrambo66 wrote:also the Magic barrier of priest is casted until it runs out of mana.
Code: Select all
RoMScript("} local i=1 while UnitBuff( \"player\", i) ~= nil do if UnitBuff( \"player\", i) == \""..name.."\" then a = {UnitBuffLeftTime(\"player\",i)} break end i = i + 1 end z={")- Please consider making a small donation to me to support my continued contributions to the bot and this forum. Thank you. Donate
- I check all posts before reading PMs. So if you want a fast reply, don't PM me but post a topic instead. PM me for private or personal topics only.
- How to: copy and paste in micromacro
________________________
Quote:- “They say hard work never hurt anybody, but I figure, why take the chance.”
- Ronald Reagan
Re: Auto Rogue_Hide does not work right, bot casts to often
Hi Rock
Also the Magic barrier reacts in the same way, i can try to to read out the id in and will tell you. but i guess it is not really an important issue
thx
No will be casted serveral times, and it doesnt toggle to debuff i have to click at the buff on top stillI seem to remember Hide used to be Toggleable. If you click Hide twice does it hide then unhide or does it remain hidden?
Also the Magic barrier reacts in the same way, i can try to to read out the id in and will tell you. but i guess it is not really an important issue
thx
Re: Auto Rogue_Hide does not work right, bot casts to often
In that case check the buff id of Hide as well.
- Please consider making a small donation to me to support my continued contributions to the bot and this forum. Thank you. Donate
- I check all posts before reading PMs. So if you want a fast reply, don't PM me but post a topic instead. PM me for private or personal topics only.
- How to: copy and paste in micromacro
________________________
Quote:- “They say hard work never hurt anybody, but I figure, why take the chance.”
- Ronald Reagan
Re: Auto Rogue_Hide does not work right, bot casts to often
Recently i was playing on some Rogue alt, and noticed thay changed hide skill (probobly buff/debuff id too)rock5 wrote:If you click Hide twice does it hide then unhide or does it remain hidden?
Before first cast => enter hide, secound cast => exit hide
Now first cast => enter Hide, second cast => you exit hide for a short time (idk half second maybe) and again enter Hide
i wasn't checking buff id, cose dont play rogue
Life is a journey, not destination 
Re: Auto Rogue_Hide does not work right, bot casts to often
That's what I was seeing. I remember though that it used to unhide.lolita wrote:Now first cast => enter Hide, second cast => you exit hide for a short time (idk half second maybe) and again enter Hide
- Please consider making a small donation to me to support my continued contributions to the bot and this forum. Thank you. Donate
- I check all posts before reading PMs. So if you want a fast reply, don't PM me but post a topic instead. PM me for private or personal topics only.
- How to: copy and paste in micromacro
________________________
Quote:- “They say hard work never hurt anybody, but I figure, why take the chance.”
- Ronald Reagan
Re: Auto Rogue_Hide does not work right, bot casts to often
Hi Rock,
do i miss something ? I've copied the line in the MAcro Editor of Rom, but it was just "said"
for "..Name." i put my Player Name in ?
I did not really notice it but it is like it is said already... casting the hide spell and u will be seeable again for some more milliseconds
thx
do i miss something ? I've copied the line in the MAcro Editor of Rom, but it was just "said"
for "..Name." i put my Player Name in ?
Code: Select all
RoMScript("} local i=1 while UnitBuff( \"player\", i) ~= nil do if UnitBuff( \"player\", i) == \""..name.."\" then a = {UnitBuffLeftTime(\"player\",i)} break end i = i + 1 end z={")
thx
Re: Auto Rogue_Hide does not work right, bot casts to often
Sorry, that was the wrong command. I did a search and copy without looking at it properly. I'll have a proper search.
Use it in a macro or on the command line.
Code: Select all
/script i=1 while UnitBuff( "player", i) ~= nil do name, __, __, ID = UnitBuff( "player", i) SendSystemChat(name.." "..ID) i = i + 1 end- Please consider making a small donation to me to support my continued contributions to the bot and this forum. Thank you. Donate
- I check all posts before reading PMs. So if you want a fast reply, don't PM me but post a topic instead. PM me for private or personal topics only.
- How to: copy and paste in micromacro
________________________
Quote:- “They say hard work never hurt anybody, but I figure, why take the chance.”
- Ronald Reagan
Re: Auto Rogue_Hide does not work right, bot casts to often
thx
Feedback:
"Verbergen 500675" Germanword for Hide
Feedback:
"Verbergen 500675" Germanword for Hide
Re: Auto Rogue_Hide does not work right, bot casts to often
I'm not sure what to make of this. Are any of your bot files edited, do they have yellow or red icons next to them? Do you have and code that casts the skills manually? Does this happen as soon as you start the bot or after some time or after some event? The bot should stop casting a buff once it detects the buff has been applied.
- Please consider making a small donation to me to support my continued contributions to the bot and this forum. Thank you. Donate
- I check all posts before reading PMs. So if you want a fast reply, don't PM me but post a topic instead. PM me for private or personal topics only.
- How to: copy and paste in micromacro
________________________
Quote:- “They say hard work never hurt anybody, but I figure, why take the chance.”
- Ronald Reagan
Re: Auto Rogue_Hide does not work right, bot casts to often
hi Rock,
it happens in all of my files, i did not hhange anything.
What botfiles you mean ? What yellow/red Icons ? the Update Icons of SVN ?
It starts right after i start the bot
I have implented it in the Profile file at the Skill section
thx
it happens in all of my files, i did not hhange anything.
What botfiles you mean ? What yellow/red Icons ? the Update Icons of SVN ?
It starts right after i start the bot
I have implented it in the Profile file at the Skill section
Code: Select all
<skill name="ROGUE_HIDE" hotkey="MACRO" priority="10" autouse="true" /> Re: Auto Rogue_Hide does not work right, bot casts to often
Yes, I mean the update icons when you look at the files in Explorer. They should be green with little ticks in them. Yellow icons means there was a conflict when updating and red icons mean the file has been edited.rambo66 wrote:What botfiles you mean ?
I'd be interested in hearing from anyone else that is having this problem because I'm not.
- Please consider making a small donation to me to support my continued contributions to the bot and this forum. Thank you. Donate
- I check all posts before reading PMs. So if you want a fast reply, don't PM me but post a topic instead. PM me for private or personal topics only.
- How to: copy and paste in micromacro
________________________
Quote:- “They say hard work never hurt anybody, but I figure, why take the chance.”
- Ronald Reagan
Re: Auto Rogue_Hide does not work right, bot casts to often
hi..
no... everything is green n updated
no... everything is green n updated
Re: Auto Rogue_Hide does not work right, bot casts to often
I don't know, you could try taking manual control of those skills. Eg. cast Hide after battle or at appropriate waypoints. Magic Barrier is tricky. If it's not detecting that it already has the buff then it will always have that problem. You could use a timer. Eg. On leaving combat, if more than 900s has passed since Magic Barrier was last cast then cast it and reset your timer. How does that sound?
- Please consider making a small donation to me to support my continued contributions to the bot and this forum. Thank you. Donate
- I check all posts before reading PMs. So if you want a fast reply, don't PM me but post a topic instead. PM me for private or personal topics only.
- How to: copy and paste in micromacro
________________________
Quote:- “They say hard work never hurt anybody, but I figure, why take the chance.”
- Ronald Reagan
Re: Auto Rogue_Hide does not work right, bot casts to often
thx Rock so far, i guess i will try it with the leaving comabt Option.
The Magic barrier is a nice to have but not really needed.
thx
The Magic barrier is a nice to have but not really needed.
thx
Re: Auto Rogue_Hide does not work right, bot casts to often
Just remember, to use a skill manually you still add it to your profile skill section but with autouse = false. Then you can use it with player:cast.
- Please consider making a small donation to me to support my continued contributions to the bot and this forum. Thank you. Donate
- I check all posts before reading PMs. So if you want a fast reply, don't PM me but post a topic instead. PM me for private or personal topics only.
- How to: copy and paste in micromacro
________________________
Quote:- “They say hard work never hurt anybody, but I figure, why take the chance.”
- Ronald Reagan