Download
(864 b)
Download
Updated: 08-10-19 08:40 PM
Pictures
File Info
Compatibility:
Classic (1.13.2)
Updated:08-10-19 08:40 PM
Created:08-10-19 08:40 PM
Downloads:1,987
Favorites:11
MD5:

StandUp

Version: 1.0.0
by: Gaddor [More]

The add-on will force the player to stand up if an action is taken to display the error "You have to be standing to do that".

While sitting you need to press the action that displayed the error 2 times. The first time will force the player to stand and the second performs the action..

I made this while leveling on my mage and was doing the conjure water/food cycle. Found it a pain to keep manually standing after drinking to conjure more water..

Optional Files (0)


Post A Reply Comment Options
Unread 08-11-19, 03:16 PM  
Ketho
A Pyroguard Emberseer
 
Ketho's Avatar
AddOn Author - Click to view AddOns

Forum posts: 1026
File comments: 213
Uploads: 52
This addon is perfect, except just the unneeded addon loaded message
Report comment to moderator  
Reply With Quote
Unread 09-06-19, 06:22 AM  
Dridzt
A Pyroguard Emberseer
 
Dridzt's Avatar
AddOn Author - Click to view AddOns

Forum posts: 1360
File comments: 829
Uploads: 55
Needs to also catch
Lua Code:
  1. ERR_CANTATTACK_NOTSTANDING
  2. ERR_LOOT_NOTSTANDING
  3. ERR_TAXINOTSTANDING
then it will be perfect

Edit: Something like this
Lua Code:
  1. local not_standing = {
  2.   [SPELL_FAILED_NOT_STANDING] = true,
  3.   [ERR_CANTATTACK_NOTSTANDING] = true,
  4.   [ERR_LOOT_NOTSTANDING] = true,
  5.   [ERR_TAXINOTSTANDING] = true
  6. }
  7. function f:OnEvent(event, key, state)
  8.     if state and not_standing[state] then
  9.         DoEmote(EMOTE143_TOKEN);
  10.     end
  11. end
Which should also make it client locale independent.
Last edited by Dridzt : 09-06-19 at 07:53 AM.
Report comment to moderator  
Reply With Quote
Unread 10-28-19, 08:09 PM  
hasnogaems
A Flamescale Wyrmkin
 
hasnogaems's Avatar

Forum posts: 109
File comments: 19
Uploads: 0
Any way to make standing up 1 click instead of 2?
Report comment to moderator  
Reply With Quote
Post A Reply



Category Jump: