Results: 1531Comments by: Ayantir
File: LoreBooks05/03/15
Hello Garkin, Could you add the...
Posted By: Ayantir
Hello Garkin, Could you add the check of IsUnitUsingVeteranDifficulty("player") or something like that for books in dungeons (collection "Dungeon Lore") ? They're only available in "Normal" mode of dungeons.
File: pChat (Chat customization & help: look/notification/sound/automation/history)05/02/15
btw how you can explain this? when...
Posted By: Ayantir
btw how you can explain this? when i kill some1 in pvp sometimes this player whisper to me but Codex and KillCounter show only character name in the logs some privat addon, looks like? they just do /w QuadroTony ? ive noticed i cant switch chat tabs by keybind if i am at the siege weapon can you do smthing about it? No,...
File: CustomCompassPins05/01/15
I had this error tonight, I coulnd'...
Posted By: Ayantir
I had this error tonight, I coulnd't say if it's CompassPin or Core UI : 2015-05-01T22:10:00.290+01:00 |cff0000Lua Error: EsoUI/Ingame/Map/WorldMapFilters_Shared.lua:40: attempt to index a nil value stack traceback: EsoUI/Ingame/Map/WorldMapFilters_Shared.lua:40: in function 'ZO_WorldMapFilterPanel_Shared:GetPinFilter' EsoUI/...
File: Kill Counter04/30/15
Yes, that's me, in exemple I quoted...
Posted By: Ayantir
Yes, that's me, in exemple I quoted a not very well scene argument. If you want to hide MiniMap and other things, you need to do :AddFragmentGroup(FRAGMENT_GROUP.MOUSE_DRIVEN_UI_WINDOW) instead of :AddFragmentGroup(FRAGMENT_GROUP.MOUSE_DRIVEN_UI_WINDOW_NO_KEYBIND_STRIP) it's in gui.lua, line 2800 - 3000. ex : KILLCOUN...
File: pChat (Chat customization & help: look/notification/sound/automation/history)04/29/15
Re: having some trouble
Posted By: Ayantir
the day before yesterday (i believe) i started having some errors pop up with this addon. at first it was just the spam flood thing, which i turned off. then it turned into an array of other stuff i completely don't understand (i am not code-savvy). i tried turning off all my addons except pchat to see if maybe something was conflict...
File: pChat (Chat customization & help: look/notification/sound/automation/history)04/28/15
Hey Baetram, do you got your own ch...
Posted By: Ayantir
Hey Baetram, do you got your own chat restoration enabled in another addon, such as the one in ChatIt ? Maybe it's that. Also, could you check value of in SavedVars ? (just search ). (ps: search in the file, not with zgoo). Then could you look at the big array in "LineStrings", if the value of the last key is lineNumber -1 ? (...
File: pChat (Chat customization & help: look/notification/sound/automation/history)04/28/15
when i leave 1 guild 3 chanells bec...
Posted By: Ayantir
when i leave 1 guild 3 chanells become black, must be green+purple in addon settings al colors fine but default colors in game settings changed to black somehow http://i.imgur.com/E4LBsOZ.jpg Ahhhww, I found it, thanks :) New bugfix version so : - Optimized RestoreHistory function with latests comments here (sysmessag...
File: ChampionBar04/28/15
Hello Sasky, When I open a chest...
Posted By: Ayantir
Hello Sasky, When I open a chest, I still got the my CP level instead of legerdemain one. (and the bar is 100% full which is not accurate with my current legerdemain xp bar). Could you try to recheck this too ? Many thanks.
File: SuperStar - Character Builder04/27/15
omg. I missed this when I rewrote m...
Posted By: Ayantir
omg. I missed this when I rewrote my code.
File: pChat (Chat customization & help: look/notification/sound/automation/history)04/27/15
Re: Found sort of a fix...
Posted By: Ayantir
... for the / nil - error: I re-wrote the method a bit, and prevented the error. It doesn't remove the cause, just the sympton. The cause was a bad code in v2.2. If you left a guild N while using this version, guild N+1/2/3/4 colors in social options were reverted to black. I'll add the little fix of manavortex after te...
File: pChat (Chat customization & help: look/notification/sound/automation/history)04/27/15
The option to hide the chat in menu...
Posted By: Ayantir
The option to hide the chat in menus unfortunately also works when unlocking the cursor with "."... which is kind of the opposite of what it should do. Could you explain ? I do not understand :confused: If I hide chat in menus with pChat option, you can still get chat By clicking on it Press the ":" (azerty) or "." (qwerty)...
File: pChat (Chat customization & help: look/notification/sound/automation/history)04/25/15
Re: [BUG] Restoring Defaults in Social Panel Gives and Error
Posted By: Ayantir
When I use the Social panel and try to restore default settings I get this error. I'm posting this here because you don't seem to have your Bug Report feature active. EsoUI/Libraries/Globals/GlobalVars.lua:55: attempt to index a nil value stack traceback: EsoUI/Libraries/Globals/GlobalVars.lua:55: in function 'GetControl' Eso...
File: pChat (Chat customization & help: look/notification/sound/automation/history)04/25/15
Greetings Ayantir, thanks for the...
Posted By: Ayantir
Greetings Ayantir, thanks for the terrific Mod, been using it for months now and wouldn't want to miss it! There is a persistent bug though, which friends and me noticed: when language-specific characters are used, pchat either does not display them, and mess up the order of following letters; or sometimes it will display a multi...
File: VeteranBosses by @poxxerom04/24/15
Looks interesting. Could do it,...
Posted By: Ayantir
Looks interesting. Could do it, because I got a huge knowledge of strats, except on trials, because I don't raid in ESO, but for normal and vet dungeons, it won't be hard to write strats in french and english for me.
File: pChat (Chat customization & help: look/notification/sound/automation/history)04/24/15
show @id in chat instead on charact...
Posted By: Ayantir
show @id in chat instead on character's name cannot fond this option, it was in this addon or i forgot smthing? Only for your guild chans, it's a per guild setting in option, choose @User ID instead of "Character Name"
File: pChat (Chat customization & help: look/notification/sound/automation/history)04/23/15
Somehow my guild chat color is turn...
Posted By: Ayantir
Somehow my guild chat color is turned black, even tho at the addon settings it is still green. I thought I can just click on a color there and set the chat's colors for each guild, but nothing happens. There's also a blank option turned on between "use same color for all guilds" and "Use same color for all NPC lines". I tried...
File: SuperStar - Character Builder04/23/15
Might want to define your base 62 e...
Posted By: Ayantir
Might want to define your base 62 encoding, since it's not a standard function. Is it 0-9, a-z, A-Z? Standard A-Z, a-z, 0-9 from Base64 encodings? Also, I'd recommend just going to base 64 by adding 2 characters. There are several to choose from ('_', '-', '(', ')', '^', '&', '%', '=', '.', etc) It'd also make packing booleans...
File: pChat (Chat customization & help: look/notification/sound/automation/history)04/22/15
Re: Error UI
Posted By: Ayantir
Bonjour, est-ce normal que j'ai une error UI à chaque fois que je me log sur un personnage ? user:/AddOns/pChat/pChat.lua:2351: attempt to index a nil value stack traceback: user:/AddOns/pChat/pChat.lua:2351: in function 'pChat.saveChatCategoriesColors' EsoUI/Libraries/Utility/ZO_Hook.lua:19: in function 'SetChatCategoryCo...
File: LibAddonMenu-2.004/21/15
Same request for tooltips. Why :...
Posted By: Ayantir
Same request for tooltips. Why : If I disable a control, user don't know why. So we explain on tooltips. Sometimes the reason isin LAM, sometime not. Sometimes it can be combinaisons of reasons. If I try to cheat and changing tooltips when I change an option ex : optionsTable = { type = "checkbox", name = pChat.lan...
File: pChat (Chat customization & help: look/notification/sound/automation/history)04/20/15
whisps: sound for incomin whisps c...
Posted By: Ayantir
whisps: sound for incomin whisps can you add a previev of the sound? in the settings of addon issue: switch between tab didnt work at all i tried different combinations and even single button setting and without any otjer addons too I'll play the sound when you'll click on it. For the switch button, I'll look at it. A...
File: pChat (Chat customization & help: look/notification/sound/automation/history)04/20/15
2.4
Posted By: Ayantir
Ok, new release inside, I didn't added all my todo list because I want to do it progressivly. So first part inside, as for me who do A LOT of reloadui, I think it can be useful. People who alts, delogs and receive lot of IM's too will also like it. So, the features : Added History : When you'll reloadUI : Your TextEnt...
File: Emacs04/19/15
It's a recent discover, in fact I w...
Posted By: Ayantir
It's a recent discover, in fact I will implement the Ctrl+Tab feature of Web Browsers in another addon (pChat). I wanted to set the defaut keybind without user need to set it manually and I saw this restriction here So I made a wish post to ZOS, maybe a day they'll answer. I get a nice answer from this topic, who inspired me...
File: LibAddonMenu-2.004/18/15
little request, allow us to execute...
Posted By: Ayantir
little request, allow us to execute code when reverting to default. the code will look like getFunc default = function() -- do stuff return value end, Thank you.
File: SuperStar - Character Builder04/16/15
0.8
Posted By: Ayantir
Hello there, New version which was very long for me to release, because of it's difficulty and because of its size, I hope you'll enjoy it. Even it's not finished it's a working release So, what in ? A skill builder ! New tab has been added (Skills). It will first let you choose your class and race. Per default your class...
File: LibSkillsFactory04/16/15
Hello here, So LibSkillsFactory...
Posted By: Ayantir
Hello here, So LibSkillsFactory is not really a library, it's almost used in addon SuperStar because I needed info of others classes without playing with them. Please note that the data was collected ingame. It's not a copy paste of a website. 100% made with PTS and ingame functions. Feel free to use it. For more info to se...