Results: 40Comments by: Lhooq
File: TotemManager09-10-09
There is no way to change blizz set...
Posted By: Lhooq
There is no way to change blizz set with totemmanager mod. So I use blizzard default totem interface to change my sets too. I would prefer an integration to totemmanager, however coding on this mod is not a priority (its functionalities is enough for me).
File: TotemManager08-07-09
1) There is a code tip I posted the...
Posted By: Lhooq
1) There is a code tip I posted the 04-24-2009 08:01 AM. 2) API for weapon enchant is very bad so I have to parse the tooltip if I wanna know which weapon enchant is on new weapon. I do not wanna do such thing. 3) I would like the blizzard totem frame disappear however I'm not sure this is possible and even if it is possible it wil...
File: TotemManager06-17-09
I cannot understand how earth shiel...
Posted By: Lhooq
I cannot understand how earth shield icon (which is not an icon of earth type) can replace earth totem icon. So you may reset the addon ('/tm reset' and '/console reloadui'). If you can reproduce your bug I need the full way to reproduce it (which version, which spec and a copy of TotemManager.lua in WTF folder file). FYI: The...
File: TotemManager05-16-09
Originally posted by Scharr Odd i...
Posted By: Lhooq
Originally posted by Scharr Odd issue with TM right now. Enhancement shaman, so I have Maelstrom Weapon. I do get a warning when I have 5 stacks that it is ready to use, however I ALSO get this warning whenever a mob places a bleed type debuff on me. Any suggestions? TotemManager does not know Maelstrom Weapon spell. Thi...
File: TotemManager05-09-09
@donchupa: Menu are not static. Yo...
Posted By: Lhooq
@donchupa: Menu are not static. You can add (resp. remove) a totem with alt-click (resp. shift-alt-click) on selected spell. There is explanation on how it works here http://www.wowace.com/projects/totemmanager/ and also if you read tooltip.
File: TotemManager05-09-09
Hello Fritos, I need more informat...
Posted By: Lhooq
Hello Fritos, I need more informations to fix this bug. - Version of TotemManager (look in TotemManager.toc or versions.txt) - Main spec (ele or resto), off spec (ele or resto) Then if you spec with main spec - type "/tm reset" - type "/console reloadui" - bug here ? - change to offspec (bug here ?) - rechange to main spec...
File: TotemManager04-24-09
why my weapon buffs do not show a t...
Posted By: Lhooq
why my weapon buffs do not show a timer like the shields and totems It seems that COMBAT_LOG_EVENT may not fire, I don't why ... I had this issue one time. This was so weird even after reloading my UI the event still not fire. However after reloading the game, event performs and timers of weapons appear. I may rely on other ev...
File: TotemManager04-18-09
I will update the mod on wowace sit...
Posted By: Lhooq
I will update the mod on wowace site now : http://www.wowace.com/projects/totemmanager/ You help me localizing the mod on following webpage : http://www.wowace.com/projects/totemmanager/localization/
File: TotemManager04-15-09
Hello noobie, I know the issue. M...
Posted By: Lhooq
Hello noobie, I know the issue. My second spec is now enhancement that why I worked on main hand off hand weapon. However wow API is so bad : I test with offhand weapon yesterday, the CancelItemTempEnchantment do not perform immediately (about 1 second) so my idea to remove old buff to be sure of targeted weapon do not work. I...
File: TotemManager04-15-09
@roofess325: In menu -> shortcut y...
Posted By: Lhooq
@roofess325: In menu -> shortcut you have a totemManager section with all keybinds
File: TotemManager04-14-09
@Celadina: So if I understand you...
Posted By: Lhooq
@Celadina: So if I understand you are not able to reproduce the image in SS in 3.1 ? A gab appear between the bottom and the totem frame ? Because I add scaling I do not want that frame goes out of screen. At ligne 561 of TotemManager.lua you have : frame:SetClampedToScreen(true); remove or comment this ligne
File: TotemManager04-07-09
Hi Insonic, I do not control memor...
Posted By: Lhooq
Hi Insonic, I do not control memory usage. Because CreateFrame (buttons, frames) never clean its memory I create all needed button by mod at its startup (2.1 Mo on my computer). Then I may create some object on event (but these are garbage collected). If you never need a menu bar I suggest you to remove from code then you will ga...
File: TotemManager04-06-09
@Holstine: I think you should read...
Posted By: Lhooq
@Holstine: I think you should read either tooltip or user pdf documentation inside the zip. The bar you see are menu bar so they can be opened (you see all totem) and closed (you see only selected and favorite totem).
File: TotemManager03-29-09
@Nightshroud89: The first purpose...
Posted By: Lhooq
@Nightshroud89: The first purpose of this mod was to improve shaman life. Because totem timer exists, the mod only manage earth shields. Then 2.0 brokes all mods, so I update mine and decide to manage totems. Before 3.0 the code was very difficult to maintain, so I rewrite from scratch with the intention to separate what is spe...
File: TotemManager01-04-09
@Blue Glyph : No scaling for this...
Posted By: Lhooq
@Blue Glyph : No scaling for this mod. And no way to turn off messages from the game (have to modify code). Sorry
File: TotemManager12-23-08
@Kharune & @Xadus : You share same...
Posted By: Lhooq
@Kharune & @Xadus : You share same issue. When I respec I loose my earth shield bar, however I can't reproduce the bug. So there is a bug when learning / unlearning spell and best solution is to delete backup in WTF folder.
File: TotemManager12-11-08
Hello Sebbi, Chaman2 is deprecated...
Posted By: Lhooq
Hello Sebbi, Chaman2 is deprecated since 3.0 version of WoW. So I do not care of the error message and you can delete the folder. The error message of TotemManager does not come from latest version because the line 412 of ActionBarLib file is blank in my folder. Please try again with latest version. The folder WTF of wow con...
File: TotemManager11-24-08
@Eshe : I think the old style is a...
Posted By: Lhooq
@Eshe : I think the old style is already implemented. @Grimstone : This was in my feature request list but if I want to use button facade my button have to extends ActionButton and my button extends UnitButton. So I don't know ... probably not.
File: TotemManager11-12-08
@Xadus & Kharum : I need to know y...
Posted By: Lhooq
@Xadus & Kharum : I need to know your language to fix possible traduction errors. Also I cannot fix language which are not in this list : - french - german - english - espagnol
File: TotemManager11-10-08
@BoinKlasik : Water shield issue p...
Posted By: Lhooq
@BoinKlasik : Water shield issue probably come from traduction problem. For example 'Water shield' is not same than 'Water Shield' and blizzard like change names ... When I have an internet connection at home, I test 3.0.3 on wotlk server and french name of elemental earth totem change from 'Totem d'Ele...' to 'Totem Ele...'. @...
File: TotemManager11-03-08
About raid issue : When I can agai...
Posted By: Lhooq
About raid issue : When I can again access to internet, I will add monitoring capability to the mod then you will can track event(s) which slow down the game. @shinchih2001 : weaponbuff : some traductions (non european and russian) are incomplete because I can't test. But feel free to send me a patch. command of skinchange...
File: TotemManager10-30-08
@Gekritzel : Memory use are differ...
Posted By: Lhooq
@Gekritzel : Memory use are different while out of raid ? "increases at a rate of 55 Kibs" Lua works with a garbage collector, so it may not be a problem if after a idle time you can go back to initial memory value.
File: TotemManager10-29-08
@Tahmus : Tick bar refresh is a no...
Posted By: Lhooq
@Tahmus : Tick bar refresh is a not free operation. So you may test with candybar skin. I would like to know if your fps lag come from : - network (I still check buff on your party) - processor (I can't do anything maybe add an option to disable tick refresh will save cycles)
File: TotemManager10-27-08
Fixed in 4.3.1
Posted By: Lhooq
Fixed in 4.3.1
File: TotemManager10-27-08
@Scurrvy : Which errors ? @Cel...
Posted By: Lhooq
@Scurrvy : Which errors ? @Celadina : The use of memory does not matter unless your disk starts to swap (the solution is to buy memory or remove others mods). The only thing I care is processor usage : your fps. But a mod processor usage is difficult to evaluate because fps can be modified by external factors.