Halaa token bug (for mounts) menu

Shout-Out

User Tag List

Page 5 of 9 FirstFirst 123456789 LastLast
Results 61 to 75 of 121
  1. #61
    Netzgeist's Avatar Contributor
    Reputation
    144
    Join Date
    Jan 2008
    Posts
    353
    Thanks G/R
    0/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Tested today as a rogue using the Crystal of Zin-Malor

    Works!

    Screenie:



    Note: "Die -> Rez" takes about 1min. To gather both Mounts you will need 170 tokens. So be aware of 3hours "die->rez" if you plan to use this exploit ^^
    Last edited by Netzgeist; 02-24-2009 at 07:38 AM.
    regards,
    NG

    Halaa token bug (for mounts)
  2. #62
    Bugger00's Avatar Member
    Reputation
    27
    Join Date
    Jan 2009
    Posts
    98
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Works still as of 2/23

    I created the following script and let it do the process for me:

    If useful to anyone here it is, Made in autoit. Character must be in first person view, the coords for the clicking will need to be adjusted if you're not running on a 22 inch wide screen at 1680x1050 windowed but maximized. The code required to find out the coords where the mouse is listed within the script but are commented out.

    Sure there are slicker ways to do this but this took me 5 minutes to make and did whole process including the spirit rez for me while afk. BTW it doesn't matter if your equipment is off or on it will get trashed if using spirit rez, at least mine did but I got my 170 tokens.

    I used the trinket from Plaguelands http://www.wowhead.com/?item=13347 and equip it before starting the process until it had a goo 400+ dmg going. Don't start script until you're dead, that's the starting point.

    F1 to start and stop, F2 to exit.

    Code:
    WinWaitActive("World of Warcraft")
    
    Global $UnPaused
    HotKeySet("{F1}", "TogglePause")
    HotKeySet("{F2}", "Terminate")
    
    While 1
        Sleep(100)
        ToolTip("Script is Paused",0,0)
    WEnd
    
    Func TogglePause()
        $UnPaused = NOT $UnPaused
        While $UnPaused
    
    		ToolTip("Sending...",0,0)
    		;Release
    		MouseClick("left", 829, 157)
    		sleep (500)
    		Send ("{e down}")
    		Sleep (1000)
    		Send ("e")
    		Sleep (500)
    		Send ("s")
    		Sleep (500)
    		MouseClick("right", 134, 216, 5)
    		;First 25%
    		sleep (800)
    		MouseClick("left", 772, 264, 2)
    		;Second 25%
    		sleep (800)
    		MouseClick("left", 777, 254, 2)
    		
    		sleep (11000)
    	
    ;$pos = MouseGetPos()
    ;MsgBox(0, "Mouse x,y:", $pos[0] & "," & $pos[1])
    ;sleep (5000)
        WEnd
    EndFunc
    
    Func Terminate()
        Exit 0
    EndFunc
    Last edited by Bugger00; 02-24-2009 at 12:13 PM.

  3. #63
    SpaceTurtle's Avatar Member
    Reputation
    1
    Join Date
    Feb 2009
    Posts
    27
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I'll try with a Paladin friend with DI, he's so much into the achivements/mounts that he'll love this if it works !

  4. #64
    yumyo's Avatar Member
    Reputation
    1
    Join Date
    Feb 2009
    Posts
    5
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Gonna get the Zin-malor trinket now Good job finding this!

  5. #65
    timebandit1's Avatar Active Member
    Reputation
    60
    Join Date
    Feb 2009
    Posts
    439
    Thanks G/R
    0/2
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    This exploit is good enough to make me wish I had 9 warlocks and one rezzer on each server. XD J/K but this is seriously good stuff, thanks for sharing, got lots of tokens on my pally and warlocks with this bug.

  6. #66
    mixu's Avatar Member
    Reputation
    1
    Join Date
    May 2008
    Posts
    2
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    This works with Holy Priests that are specced into Guardian Spirit. Clicking off the Guardian Spirit buff will create a token.

    EDIT: Players in my group also got a token.
    Last edited by mixu; 02-25-2009 at 06:38 PM.

  7. #67
    Dalllas's Avatar Active Member
    Reputation
    67
    Join Date
    Jun 2007
    Posts
    74
    Thanks G/R
    1/0
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Epic find, great job.

  8. #68
    thenapalm's Avatar Member
    Reputation
    1
    Join Date
    Jan 2007
    Posts
    6
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by mixu View Post
    This works with Holy Priests that are specced into Guardian Spirit. Clicking off the Guardian Spirit buff will create a token.

    EDIT: Players in my group also got a token.

    Elaborate on this. Clicking it off did not work for us.

  9. #69
    Krillin3230's Avatar Member
    Reputation
    13
    Join Date
    Dec 2008
    Posts
    15
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Yea just went out there with a priest friend and no luck with the clicking off of guardian spirit.

  10. #70
    Tobbe2's Avatar Member
    Reputation
    1
    Join Date
    Feb 2008
    Posts
    20
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Great it works, great job

  11. #71
    pezowanck's Avatar Member
    Reputation
    1
    Join Date
    Dec 2008
    Posts
    5
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Wow tried this and it worked lol

  12. #72
    dnoahjr's Avatar Member
    Reputation
    7
    Join Date
    Oct 2008
    Posts
    19
    Thanks G/R
    1/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Bugger00 View Post
    Works still as of 2/23

    I created the following script and let it do the process for me:

    If useful to anyone here it is, Made in autoit. Character must be in first person view, the coords for the clicking will need to be adjusted if you're not running on a 22 inch wide screen at 1680x1050 windowed but maximized. The code required to find out the coords where the mouse is listed within the script but are commented out.

    Sure there are slicker ways to do this but this took me 5 minutes to make and did whole process including the spirit rez for me while afk. BTW it doesn't matter if your equipment is off or on it will get trashed if using spirit rez, at least mine did but I got my 170 tokens.

    I used the trinket from Plaguelands Crystal of Zin-Malor - Item - World of Warcraft and equip it before starting the process until it had a goo 400+ dmg going. Don't start script until you're dead, that's the starting point.

    F1 to start and stop, F2 to exit.

    Code:
    WinWaitActive("World of Warcraft")
    
    Global $UnPaused
    HotKeySet("{F1}", "TogglePause")
    HotKeySet("{F2}", "Terminate")
    
    While 1
        Sleep(100)
        ToolTip("Script is Paused",0,0)
    WEnd
    
    Func TogglePause()
        $UnPaused = NOT $UnPaused
        While $UnPaused
    
    		ToolTip("Sending...",0,0)
    		;Release
    		MouseClick("left", 829, 157)
    		sleep (500)
    		Send ("{e down}")
    		Sleep (1000)
    		Send ("e")
    		Sleep (500)
    		Send ("s")
    		Sleep (500)
    		MouseClick("right", 134, 216, 5)
    		;First 25%
    		sleep (800)
    		MouseClick("left", 772, 264, 2)
    		;Second 25%
    		sleep (800)
    		MouseClick("left", 777, 254, 2)
    		
    		sleep (11000)
    	
    ;$pos = MouseGetPos()
    ;MsgBox(0, "Mouse x,y:", $pos[0] & "," & $pos[1])
    ;sleep (5000)
        WEnd
    EndFunc
    
    Func Terminate()
        Exit 0
    EndFunc

    This code works great. Although I made one change and that was to the sleep time after holding down 'e'. 1000 just didnt seem to get me in range so I upped it to 1250 and it worked great.

    I would also like to note that you should not start using this script if you are under the Res Sickness debuff already. The damage you take for some reason is gimped. Let the debuff wear off, put your trinket on, die, and then press F1 to start the script. For some reason, the res sickness debuff does not get gimped after. Its only that first time you put the trinket on under rez sickness.

    I am not playing on a 22'' monitor but rather a 20'' at the same resolution and did not have to change any of the pointer positions.

    Lastly, I am glad to see I am not the only one that doesnt use the default keys for movement. If you use this script, you will have to change your forward key to 'e' or change the script to match what your current keybindings in the game are.

  13. #73
    1221344's Avatar Member
    Reputation
    1
    Join Date
    Feb 2009
    Posts
    7
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Confirmed, it works with DI as well as flying yourself up really high and dismounting.

  14. #74
    Infernous's Avatar Contributor
    Reputation
    86
    Join Date
    Sep 2006
    Posts
    133
    Thanks G/R
    0/0
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Okay... I've just farmed all 170 of my tokens as an horde paladin so now I'ld list my findings:

    The method I used was to use two characters; as a paladin there are three ways to kill yourself: seal of blood, hand of sacrifice, divine intervention. My method revolves around seal of blood however DI does grant you the token (20 min CD).

    What you need:
    * A paladin (a priest with shadow word death can also do a simular tactic)
    * Another player of any class type (Refered to as Player 2 from now on)
    * Bank all your equipment and strip naked

    Move to the southern-most side of Halaa, across the bridge and onto the main land there are a two nearby Talbuks which are easily accessable and:

    * Start a duel with the second player
    * Player 2 accepts duel
    * One player pulls a Talbuk (If the paladin pulls, use hand of reckoning since it will do only 2 damage)
    * Player 2 takes the aggro on the Talbuk using a low rank spell to obtain threat without killing it (CC is even better, I personally used a shaman paladin and therefore used Hex)
    * Player 2 kills the paladin / priest in a duel
    * Paladin / Priest casts judgement or shadow word: death on the talbuk
    * Player 2 auto runs away from the fight to get out of combat
    * Paladin / Priest spirit ressurects in Aeris landing / Halaa (if controlled) and flys back.

    Ta-da! you now have a battle token for everyone who particapted in this method, the talbuk is still alive and ready to be used again while you take the quick flight back and go again from Aeris Landing!

    Things to look out for:

    * Ensure the paladin / priest is WITHIN the Halaa zone, you can do this moderatly far from Halaa, however if you are not classed as in the Halaa zone, you will die without tokens.
    * Do not play around with the bombing runs around Halaa, I found that there are still people of the oppersite faction around still trying to get their mounts the geninue way, don't give them an excuse to gank you, if they do try to run outside of the Halaa zone so they don't get tokens.
    * Do not kill the mobs you use! if you kill the mobs nearby you will have a headache kiting mobs furthur away to Halaa everytime.
    * Make sure ALL items are unequiped, I know backs, necks, rings, trinkets, offhands do not have durability but they add stats and therefore make your farming longer.

    Other findings:
    * Fall damage does not work, no matter how high I fall from, whether PVP flagged or not
    * Items that damage you do not grant you battle tokens, such as dark runes or demonic runes

    Hope this helps someone!

  15. #75
    Internet's Avatar Member
    Reputation
    6
    Join Date
    Feb 2008
    Posts
    12
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Has anyone figured out an easy way to farm Oshu'gun Crystal Powder Sample?

Similar Threads

  1. 3.3 Tiger Mount Farming (Phase 2 Bug for Anyone) + Video
    By ßetray in forum World of Warcraft Exploits
    Replies: 78
    Last Post: 09-25-2010, 10:02 AM
  2. Halaa Token Mount
    By wetwlly in forum World of Warcraft Exploits
    Replies: 18
    Last Post: 05-11-2009, 01:09 AM
  3. [Exploit] Using MC to get an extra Halaa token for the opposite faction
    By Halaazi in forum World of Warcraft Exploits
    Replies: 8
    Last Post: 06-08-2008, 03:41 PM
  4. Anyone know how to bug out mounts so you can control them?
    By bloodmage in forum World of Warcraft General
    Replies: 5
    Last Post: 09-02-2006, 08:56 AM
  5. Anyone know how to bug out mounts so you can control them?
    By bloodmage in forum World of Warcraft Exploits
    Replies: 5
    Last Post: 09-02-2006, 08:56 AM
All times are GMT -5. The time now is 10:14 AM. 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