Results: 60Comments by: OneSkyGod
File: No, thank you! - Blackwood02/18/20
Trying to add No spin Toggle command
Posted By: OneSkyGod
Hello I am new to coding, I would really appreciate if you could help me with adding a no Spin toggle command or keybind. I tried to do it myself but cant seam to get it done. local function TogSpin() SV.noCameraSpin = not SV.noCameraSpin DontRotateGameCamera() end SLASH_COMMANDS = TogSpin let me know if its possibl...
File: FCO ItemSaver02/17/20
Re: Re: Thanks for a cool addon!
Posted By: OneSkyGod
Not sure what your reason here is to change this. If I understood it correctly you double set the keybindings (for other addons e.g. in the general layer and for FCOIS in the interface layer)? I'm just using the EMACs addon to enable keybindings with SHIFT, CTRL, ALT as well and my FCOIS marker keybindings are SHIFT+. Works f...
File: Collection bars02/17/20
Re: Re: Hello can we have more keybinds?
Posted By: OneSkyGod
Hello I love the addon thanks a lot ! Since I Use so many of the functions I kinda need more keybindings Is it possible to have more keybindings by editing the bindings.xml file? I am totally a beginner in coding, so I tried to add an 11th keybind in the bindings.xml but it does not work. -...
File: Collection bars02/16/20
Hello can we have more keybinds?
Posted By: OneSkyGod
Hello I love the addon thanks a lot ! Since I Use so many of the functions I kinda need more keybindings Is it possible to have more keybindings by editing the bindings.xml file? I am totally a beginner in coding, so I tried to add an 11th keybind in the bindings.xml but it does not work. -...
File: Auto Category - Revised02/13/20
Re: Re: Bug found
Posted By: OneSkyGod
Hello I have made 2 separate categories for Surveys and recipes. For the surveys the code I used is sptype("trophy_survey_report") and the GOOD symbol is there indicating that the code is good. For the Recipes the code I used is type("recipe") and the GOOD symbol is there indicating that the code is good. I also delete...
File: FCO ItemSaver02/13/20
Thanks for a cool addon!
Posted By: OneSkyGod
I was using Item Saver before and the only thing that addon does better in my opinion is that the keybindings are set in the User Interface Bindings, so they dont interfere with normal keybindings since I only use them when the menu is open anyways. I never coded but I played with it and just exchanged the code from SI_KEYBINDIN...
File: Auto Category - Revised02/13/20
Bug found ( EDITED : FIXED BY ADDING THE CATEGORY IN BAG)
Posted By: OneSkyGod
Hello I have made 2 separate categories for Surveys and recipes. For the surveys the code I used is sptype("trophy_survey_report") and the GOOD symbol is there indicating that the code is good. For the Recipes the code I used is type("recipe") and the GOOD symbol is there indicating that the code is good. I also delete...
File: Custom Idle Animation02/11/20
Request or help
Posted By: OneSkyGod
Hello I wanted to change the names of sets eg; Set 1 to Bard So I went into the Lua File and set it like this choices = {"Bard", "Set 2", "Set 3", "Set 4", "Set 5", "Set 6", "Set 7", "Set 8", "Set 9", "Set 10"}, getFunc = function() return "Set "..tostring(CIA.activeEmoteSet) end, setFunc = function(var) SwitchActiveSet(to...
File: Zone Name Alert02/10/20
Re: I figured out how to remove the Zone Alert Notification
Posted By: OneSkyGod
I played with your addon after searching all the website for an addon that does what I wanted... to remove the Zone alert Notification... but found none. So I opened you addon and played with it and changed the "CENTER_SCREEN_ANNOUNCE" with "SUBTITLES" and it seams to work now. I dont get any notifications The only issue is if I...
File: Bandits User Interface02/10/20
Re: Re: Re: Re: OOC didn't work??
Posted By: OneSkyGod
Has someone also the Problem that the UI didn't hide out of Combat? I see all day long the Health,Magica and Stamina bar in fromt of me with the Buffs I have :s Settings>Bandits UI>Player frames>Auto hide>ON Target Frame, Additional Target Frame, Execute sound, (Play a Crack sound when execute phase Starts.) But I dont get any s...
File: LovelyEmotes02/09/20
Re: Re: Can this Addon work with Sit On Bench (Continued)
Posted By: OneSkyGod
Hello OneSkyGod, sorry for the late answer. The "EmoteDataMod.lua" file is not intended to add entries to the emote list. It allows you to modify emotes LovelyEmotes knows, such as changing the name or hiding them. Now to your question: You can add chat commands to the emote list through the custom buttons menu. 1. Type "/lec...
File: Zone Name Alert02/09/20
I figured out how to remove the Zone Alert Notification
Posted By: OneSkyGod
I played with your addon after searching all the website for an addon that does what I wanted... to remove the Zone alert Notification... but found none. So I opened you addon and played with it and changed the "CENTER_SCREEN_ANNOUNCE" with "SUBTITLES" and it seams to work now. I dont get any notifications The only issue is if I...
File: Bandits User Interface02/09/20
Re: Re: OOC didn't work??
Posted By: OneSkyGod
Has someone also the Problem that the UI didn't hide out of Combat? I see all day long the Health,Magica and Stamina bar in fromt of me with the Buffs I have :s Settings>Bandits UI>Player frames>Auto hide>ON Target Frame, Additional Target Frame, Execute sound, (Play a Crack sound when execute phase Starts.) But I dont get any s...
File: Zone Name Alert02/09/20
Request
Posted By: OneSkyGod
Is it possible to move the Zone alert frame bit higher? Unfortunately not. It doesn't use its own frame, but instead built-in ZOS notifications. @dorrino Hello Could it be possible to just Remove the Zone Alert Notification and not see it at all? Is that hard to do code ? Thanks!
File: Votan's Darker Nights02/09/20
Re: Re: Re: Re: Amazing Addon!
Posted By: OneSkyGod
...Is it possible to extend the period of the night till 6 am using that addon or in some way in settings. Votan deserves all the credit for this addon, but I have been working on a proposed enhancement to do much of what you ask. I just don't know the process for handing my code off for review and consideration. I should point ou...
File: Votan's Darker Nights02/08/20
Re: Re: Amazing Addon!
Posted By: OneSkyGod
Thanks you so much this is the best addon by far! Great to use with Treasure Hunter Personality with with Almalexia's Enchanted Lantern (Memento) as the light source. Any progress on the "Request: Darker Nights - Progressive gamma adjustments from dusk til dawn" Thanks !! :confused: This addon is the result of that request....
File: Votan's Darker Nights02/07/20
Amazing Addon!
Posted By: OneSkyGod
Thanks you so much this is the best addon by far! Great to use with Treasure Hunter Personality with with Almalexia's Enchanted Lantern (Memento) as the light source. Any progress on the "Request: Darker Nights - Progressive gamma adjustments from dusk til dawn" Thanks !!
File: LovelyEmotes02/07/20
Can this Addon work with Sit On Bench (Continued)
Posted By: OneSkyGod
I tried editing the /sitbench in EmoteDataMod.loa but cant get the /sitBench Emote to show up Is there a way to make these two addons work together? Great addon keep up the great work !
File: Sit On Bench (Continued)02/07/20
Hello Can this addon work with lovely Emotes?
Posted By: OneSkyGod
Thanks
File: Immersive Horse Riding02/04/20
My bugs and Work arounds
Posted By: OneSkyGod
So I been Testing it out and I found some bugs with this addon for me. Don't Harvest In First Person Mount View, it might kick you to login Screen Don't Enter Buildings in First Person Mount View, it might kick you to login Screen Don't use Crafting stations in First person Mount View, it might kick you to login Screen Don't De...
File: Immersive Horse Riding02/03/20
Hey when I use this addon it kicks...
Posted By: OneSkyGod
Hey when I use this addon it kicks me login Screen. I tried another immersive mount camera and this addon they both kick me to login screen, usually after harvesting from pov on mount or randomly. I wonder why could it be incompatible with my other addons? Sorry to hear that.:( It could be conflict with some other mod, im no...
File: Bandits User Interface01/26/20
A question about Target Frames, Execute sound Enable not working
Posted By: OneSkyGod
I tried just having the Bandits Ui as an addon and Went into Target Frame, Additional Target Frame, Execute sound, (Play a Crack sound when execute phase Starts.) But I dont get any sound when the HP of mobs goes down 50% or 25% or any other number I set, how can I fix it please? Other then that addon is perfect thanks so much...
File: Azurah - Interface Enhanced01/18/20
Is it possible to Remove Frames or Move off Screen
Posted By: OneSkyGod
I would love that Feature because I get the Area notifications in top right window that I wanna remove but cant with any addon to this date. I love the addon keep up the good work
File: PinKiller01/18/20
THANKS SO MUCH!! and a quick question
Posted By: OneSkyGod
I realized that when I click on the wayshine I can still see the pins on the map but when I just use the map I can't. Is there a way to modify that when I click on the wayshine I dont see any pins? Also thanks a lot for this Awesome addon A must have :D
File: Clock - Tamriel Standard Time - Legacy01/18/20
is it possible to change the time of day
Posted By: OneSkyGod
Can I change the time of day from Day to night? Or control the weather?