The following warnings occurred:
Warning [2] Undefined variable $search_thread - Line: 60 - File: showthread.php(1617) : eval()'d code PHP 8.1.27 (Linux)
File Line Function
/inc/class_error.php 153 errorHandler->error
/showthread.php(1617) : eval()'d code 60 errorHandler->error_callback
/showthread.php 1617 eval
Warning [2] Undefined variable $forumjump - Line: 89 - File: showthread.php(1617) : eval()'d code PHP 8.1.27 (Linux)
File Line Function
/inc/class_error.php 153 errorHandler->error
/showthread.php(1617) : eval()'d code 89 errorHandler->error_callback
/showthread.php 1617 eval




Macro - Learn all available spells.
#1
Just thought I'd share this. I didn't invent it, but it saves a lot of clicking in-game. It's a macro that learns all spells in a row without you having to press 'train' all the time.

Steps:
- Run to your trainer with available spells
- Copy paste the below code, it'll learn all spells in rapid sequence and you briefly look like a light bulb. It'll run till you logout.

Alternatively if you want it to be available without looking this thread back up:
- Type /macro
- Hit 'New'
- Give it an icon, copy and paste the below code into the text field.
- Hit 'Save'
- Run to the trainer and open up the spell list.
- Drag the icon to your action bar and press it.

If you put it under 'General Macros' it'll be available for all toons on that account, you can delete it from the action bar after.

Code:
/run LoadAddOn"Blizzard_TrainerUI" f=ClassTrainerTrainButton f.e = 0 if f:GetScript"OnUpdate" then f:SetScript("OnUpdate", nil)else f:SetScript("OnUpdate", function(f,e) f.e=f.e+e if f.e>.01 then f.e=0 f:Click() end end)end

Source: http://www.wowpedia.org/Useful_macros#Le..._a_Trainer
Reply




Users browsing this thread: 1 Guest(s)