Page 1 of 1
Auto Rogue_Hide does not work right, bot casts to often
Posted: Thu Jun 27, 2013 1:03 pm
by rambo66
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
Re: Auto Rogue_Hide does not work right, bot casts to often
Posted: Thu Jun 27, 2013 1:45 pm
by rock5
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 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:also the Magic barrier of priest is casted until it runs out of mana.
I don't know why that would be happening. Maybe check the buff id. Make a macro with this
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={")
Then hit the macro when you have the buff and read the id from the chat box.
Re: Auto Rogue_Hide does not work right, bot casts to often
Posted: Thu Jun 27, 2013 3:12 pm
by rambo66
Hi Rock
I seem to remember Hide used to be Toggleable. If you click Hide twice does it hide then unhide or does it remain hidden?
No will be casted serveral times, and it doesnt toggle to debuff i have to click at the buff on top still
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
Posted: Thu Jun 27, 2013 3:50 pm
by rock5
In that case check the buff id of Hide as well.
Re: Auto Rogue_Hide does not work right, bot casts to often
Posted: Thu Jun 27, 2013 6:07 pm
by lolita
rock5 wrote:If you click Hide twice does it hide then unhide or does it remain hidden?
Recently i was playing on some Rogue alt, and noticed thay changed hide skill (probobly buff/debuff id too)
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

, and now rom4u server is offline, so cant check it
Re: Auto Rogue_Hide does not work right, bot casts to often
Posted: Fri Jun 28, 2013 12:06 am
by rock5
lolita wrote:Now first cast => enter Hide, second cast => you exit hide for a short time (idk half second maybe) and again enter Hide
That's what I was seeing. I remember though that it used to unhide.
Re: Auto Rogue_Hide does not work right, bot casts to often
Posted: Sat Jun 29, 2013 6:50 am
by rambo66
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 ?
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={")
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
Re: Auto Rogue_Hide does not work right, bot casts to often
Posted: Sat Jun 29, 2013 7:04 am
by rock5
Sorry, that was the wrong command. I did a search and copy without looking at it properly. I'll have a proper search.
Code: Select all
/script i=1 while UnitBuff( "player", i) ~= nil do name, __, __, ID = UnitBuff( "player", i) SendSystemChat(name.." "..ID) i = i + 1 end
Use it in a macro or on the command line.
Re: Auto Rogue_Hide does not work right, bot casts to often
Posted: Sat Jun 29, 2013 8:05 am
by rambo66
thx
Feedback:
"Verbergen 500675" Germanword for Hide
Re: Auto Rogue_Hide does not work right, bot casts to often
Posted: Sat Jun 29, 2013 8:40 am
by rock5
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.
Re: Auto Rogue_Hide does not work right, bot casts to often
Posted: Sat Jun 29, 2013 8:51 am
by rambo66
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
Code: Select all
<skill name="ROGUE_HIDE" hotkey="MACRO" priority="10" autouse="true" />
thx
Re: Auto Rogue_Hide does not work right, bot casts to often
Posted: Sat Jun 29, 2013 9:05 am
by rock5
rambo66 wrote:What botfiles you mean ?
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.
I'd be interested in hearing from anyone else that is having this problem because I'm not.
Re: Auto Rogue_Hide does not work right, bot casts to often
Posted: Sat Jun 29, 2013 9:15 am
by rambo66
hi..
no... everything is green n updated
Re: Auto Rogue_Hide does not work right, bot casts to often
Posted: Sat Jun 29, 2013 9:36 am
by rock5
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?
Re: Auto Rogue_Hide does not work right, bot casts to often
Posted: Sat Jun 29, 2013 3:41 pm
by rambo66
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
Re: Auto Rogue_Hide does not work right, bot casts to often
Posted: Sat Jun 29, 2013 10:28 pm
by rock5
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.