[Achievement] Easy Less-rabi menu

User Tag List

Results 1 to 15 of 15
  1. #1
    LiquidShizzles's Avatar Contributor
    Reputation
    117
    Join Date
    Jul 2006
    Posts
    375
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    [Achievement] Easy Less-rabi

    Ok, I'm sure a lot of you have seen the thread with the interrupt /dump command. (will edit in the guys name after - cant remember it at the moment)

    Basically, it will check to see if your target is casting and then, if it is, will interupt it. Here is the command;

    /dump loadstring("local _, _, _, _, _, _, _, _, interruptAble = UnitCastingInfo(\"target\"); if UnitCastingInfo(\"target\") and not interruptAble then SpellStopCasting() CastSpellByName(\"Shield Bash\") end")()

    Now, to get less-rabi very easily all you need to do is put that into a macro and hotbar it as the "1" key (do it on your second action bar, dedfault Shift-2). However, you wont be able to hit it fast enough when his transformation is casting at around 0.25 seconds as the average human reaction time is longer than that. To counter that I made a simple AutoIt script that will spam number 1 incredibly fast.

    Code:
    While 1
    Send("1")
    Sleep("0.5")
    Send("1")
    Sleep("0.5")
    Send("1")
    Sleep("0.5")
    Send("1")
    Sleep("0.5")
    Send("1")
    Sleep("0.5")
    Send("1")
    Sleep("0.5")
    Send("1")
    Sleep("0.5")
    Send("1")
    Sleep("0.5")
    Send("1")
    Sleep("0.5")
    Send("1")
    Sleep("0.5")
    Send("1")
    Sleep("0.5")
    Send("1")
    Sleep("0.5")
    Send("1")
    Sleep("0.5")
    Send("1")
    Sleep("0.5")
    Send("1")
    Sleep("0.5")
    Send("1")
    Sleep("0.5")
    Send("1")
    Sleep("0.5")
    Send("1")
    Sleep("0.5")
    Send("1")
    Sleep("0.5")
    Send("1")
    Sleep("0.5")
    WEnd
    For people who know how to use AutoIt this will be easy to understand. For those you don't, download AutoIt and put that into a text file. Save it as "whatever".au3 (make sure you select all file types).

    The way we used it was;
    - We got to the boss then I ran the script.
    - We had a rogue interrupt the first cast and a retadin interrupt the second.
    - At around 50% we had the rogue interrupt again and then we nuked him as hard as we could. While he was at 50% I went into my second actionbar so the constant spamming of "1" would now be spamming the macro.
    - His cast time got to around 0.25 seconds but the script interrupted it every time.

    This is just to help the people who haven't already got the achievement.

    And make sure to change where it says "Shield Bash" to whatever interrupt you use.

    Enjoy. :yuck:
    Jesus smokes bud.

    [Achievement] Easy Less-rabi
  2. #2
    Leonim's Avatar Legendary
    Reputation
    609
    Join Date
    Aug 2007
    Posts
    854
    Thanks G/R
    11/17
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    omg! I really needed this macro!
    EDIT: it says "empty result", how to fix it?
    Last edited by Leonim; 08-18-2009 at 03:59 PM.

  3. #3
    Vonzom's Avatar Member
    Reputation
    7
    Join Date
    Aug 2008
    Posts
    20
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Haha freaking badass.

  4. #4
    Ventrix's Avatar Member
    Reputation
    21
    Join Date
    Feb 2008
    Posts
    104
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Leonim View Post
    omg! I really needed this macro!
    EDIT: it says "empty result", how to fix it?
    Thats what /dump does. Normally it's no exploiting command, but a bug catching command.

  5. #5
    Disphotic's Avatar ( ͡° ͜ʖ ͡°) CoreCoins Purchaser
    Reputation
    640
    Join Date
    Sep 2006
    Posts
    1,344
    Thanks G/R
    79/103
    Trade Feedback
    3 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    cheers mate, I will use this. + rep

  6. #6
    tailhead's Avatar Member
    Reputation
    1
    Join Date
    May 2008
    Posts
    7
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    cool

    cool stuff

  7. #7
    xipwnedux's Avatar Member
    Reputation
    4
    Join Date
    Nov 2008
    Posts
    129
    Thanks G/R
    1/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    this is awesome. Would this also work with a G15 keyboard?

  8. #8
    Finalwish's Avatar Active Member
    Reputation
    27
    Join Date
    Dec 2006
    Posts
    134
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Nice macro, would of saved me counting to 5 every cast for mine.

  9. #9
    Sklug's Avatar ★ Elder ★
    Reputation
    1084
    Join Date
    Mar 2008
    Posts
    1,210
    Thanks G/R
    210/224
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Very nice --- I got tired of trying to get a shaman with 5/5 reverb for this achievement

  10. #10
    Swordlol's Avatar Member
    Reputation
    7
    Join Date
    Mar 2009
    Posts
    9
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Was this fixed today/just now?

  11. #11
    BonutDot's Avatar Contributor
    Reputation
    235
    Join Date
    Aug 2006
    Posts
    418
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Yes. Yes it was.

  12. #12
    BonutDot's Avatar Contributor
    Reputation
    235
    Join Date
    Aug 2006
    Posts
    418
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Yes. Yes it was.

  13. #13
    someonedying's Avatar Banned
    Reputation
    1
    Join Date
    Nov 2008
    Posts
    104
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    third party program. booo.


    no +rep kthxbai

  14. #14
    LiquidShizzles's Avatar Contributor
    Reputation
    117
    Join Date
    Jul 2006
    Posts
    375
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Swordlol View Post
    Was this fixed today/just now?
    Change the patch name. Sorted.
    Jesus smokes bud.

  15. #15
    coldman's Avatar Contributor
    Reputation
    130
    Join Date
    Apr 2007
    Posts
    266
    Thanks G/R
    4/4
    Trade Feedback
    6 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Not sure if this was patched for good, and this isnt an exploit of it, but if you get a rogue to spec overkill, and go down in combat to AD rush and the throwing specialization(i think thats the name of the talent) and get them to pop AD rush at 45% and spam FoK, when they run out of energy (even with ad rush up) pop vanish and keep spamming FoK. I did this numerous times on my rogue and its extremely easy.

Similar Threads

  1. Easy Less-Rabi 4.0.1
    By Elrath723 in forum World of Warcraft Exploits
    Replies: 13
    Last Post: 11-14-2010, 11:13 PM
  2. Less-Rabi Achievement (easy)
    By IrishOsirus in forum World of Warcraft Exploits
    Replies: 31
    Last Post: 01-31-2009, 08:50 PM
  3. Pinnacle, Skadi achievements easy
    By tososa in forum World of Warcraft Exploits
    Replies: 13
    Last Post: 12-06-2008, 10:07 AM
  4. [GUIDE] Getting - "GOING DOWN" Achievement EASY!!! :D
    By ladygamer in forum World of Warcraft Guides
    Replies: 4
    Last Post: 10-18-2008, 07:32 PM
All times are GMT -5. The time now is 06:32 PM. Powered by vBulletin® Version 4.2.3
Copyright © 2025 vBulletin Solutions, Inc. All rights reserved. User Alert System provided by Advanced User Tagging (Pro) - vBulletin Mods & Addons Copyright © 2025 DragonByte Technologies Ltd.
Google Authenticator verification provided by Two-Factor Authentication (Free) - vBulletin Mods & Addons Copyright © 2025 DragonByte Technologies Ltd.
Digital Point modules: Sphinx-based search