Download
(539 b)
Download
Updated: 03/20/15 03:23 AM
Pictures
File Info
Compatibility:
Update 6 (1.6.5)
Updated:03/20/15 03:23 AM
Created:07/25/14 01:18 PM
Monthly downloads:48
Total downloads:34,739
Favorites:86
MD5:
No Spin  Popular! (More than 5000 hits)
Version: 100011a
by: SFBryan18, Garkin
This feature is now included in No, thank you!. If you use that add on, you won't need this one.

Now you can view your menus without changing your characters stance or emote. This script was posted by Garkin on the ESO forums and it stops the character from spinning around when you open up a menu.

Lua Code:
  1. EVENT_MANAGER:RegisterForEvent("SpinStop", EVENT_ADD_ON_LOADED,
  2.     function(eventCode, addon)
  3.         if (addon):find("^ZO_") then return end
  4.  
  5.         for name, scene in pairs(SCENE_MANAGER.scenes) do
  6.             if not (name):find("market") and scene:HasFragment(FRAME_PLAYER_FRAGMENT) then
  7.                 scene:RemoveFragment(FRAME_PLAYER_FRAGMENT)
  8.             end
  9.         end
  10.  
  11.         EVENT_MANAGER:UnregisterForEvent("SpinStop", eventCode)
  12.     end)
Changed script to allow preview in crown store. Thanks Garkin.
Changed API version to 100011.
Optional Files (0)


Post A Reply Comment Options
Unread 07/12/18, 04:41 PM  
Provision
 
Provision's Avatar
AddOn Author - Click to view AddOns

Forum posts: 43
File comments: 101
Uploads: 11
---
Last edited by Provision : 07/21/18 at 04:02 PM.
Report comment to moderator  
Reply With Quote
Unread 02/14/18, 06:05 PM  
zool

Forum posts: 0
File comments: 26
Uploads: 0
If I use this addon I can't open a Crown Crates retailer (empty screen). Is there any possibility to fix it?
Report comment to moderator  
Reply With Quote
Unread 03/22/16, 11:34 AM  
Glaiceana
 
Glaiceana's Avatar

Forum posts: 2
File comments: 19
Uploads: 0
Re: Re: Not working!

Originally Posted by QuadroTony
Originally Posted by Glaiceana
Its currently not working. I personally don't spin when I go into menus, that part works, but everyone else sees me going into my inventory and menus etc. Please update!

EDIT: Not using Superstar, only other addon is Roomba for guild bank.
http://www.esoui.com/downloads/info1...Pfix.html#info
Thanks for linking that, it works
Report comment to moderator  
Reply With Quote
Unread 03/18/16, 02:07 AM  
QuadroTony
Banned
 
QuadroTony's Avatar
AddOn Author - Click to view AddOns

Forum posts: 828
File comments: 3866
Uploads: 3
Re: Not working!

Originally Posted by Glaiceana
Its currently not working. I personally don't spin when I go into menus, that part works, but everyone else sees me going into my inventory and menus etc. Please update!

EDIT: Not using Superstar, only other addon is Roomba for guild bank.
http://www.esoui.com/downloads/info1...Pfix.html#info
Report comment to moderator  
Reply With Quote
Unread 03/17/16, 06:13 PM  
Glaiceana
 
Glaiceana's Avatar

Forum posts: 2
File comments: 19
Uploads: 0
Exclamation Not working!

Its currently not working. I personally don't spin when I go into menus, that part works, but everyone else sees me going into my inventory and menus etc. Please update!

EDIT: Not using Superstar, only other addon is Roomba for guild bank.
Last edited by Glaiceana : 03/17/16 at 06:14 PM.
Report comment to moderator  
Reply With Quote
Unread 07/20/15, 08:47 PM  
EnigmaniteZ

Forum posts: 0
File comments: 66
Uploads: 0
for those who use this addon, and superstar, but not 'no,thank you', you can comment out this line: EVENT_MANAGER:UnregisterForEvent("SpinStop", eventCode)
otherwise, you'll still spin when opening superstar's menu.
Report comment to moderator  
Reply With Quote
Post A Reply



Category Jump: