Results: 18Comments by: bentagon
File: StunWatch 2.5b(fixed)03-08-07
Originally posted by Kolakhan My...
Posted By: bentagon
Originally posted by Kolakhan My error only happens on my Rogue but not my Druid. Answer please. I've uploaded a newer v2.5b (you'll have to wait till it gets approved) that I've coded to only try to initialize skills that your selected character has. While I didn't have any errors on my rogue or druid, hopefully this will re...
File: StunWatch 2.5b(fixed)03-08-07
Originally posted by Kryo` lol, y...
Posted By: bentagon
Originally posted by Kryo` lol, yes I know, but when I stun a creep, nothing works. I know that i have to stun a creep to view any bar... hum... I repeat that I can't see any bar when I stun, when I /sw unlock I can see the bars, but nothing when I stun. I am french, i'm sorry if my english is not good.. The problem could come...
File: StunWatch 2.5b(fixed)03-05-07
Re: Nothing works
Posted By: bentagon
Originally posted by Kryo` I have a big problem :/ Nothing works, I've extracted this folder in my addons, when I launch the game, I can see : "Stunwatch loaded" or something like that. But after, I can't see anything, I've written "/sw on" but nothing. (I am a druid) Is there some option to activate for my class ? Thx for ur...
File: StunWatch 2.5b(fixed)02-07-07
I've uploaded a fixed version of v2...
Posted By: bentagon
I've uploaded a fixed version of v2.5b that fixes the bad variable name on Line 9. A note for those who are getting the error on line 774: this error typically shows up when you install StunWatch 2.5+ overtop of a pre-existing StunWatch and can be typically resolved by deleting the StunWatch.lua file in your WTF\\Sa...
File: StunWatch 2.5b(fixed)02-05-07
Re: Error 956
Posted By: bentagon
Roulder, There is a bug in 2.5b. Line 9 of StunWatch.lua reads: StunWatch_SetCLRange(STUNWATCH_COMBATLOG_RANGE); and needs to be changed to: StunWatch_SetCLRange(STUNWATCH.COMBATLOG_RANGE); That will fix your problem. I already have that fix in for 2.5c but I'm going to hold off releasing it until I manage to iron out all...
File: StunWatch 2.5b(fixed)02-03-07
You can use /sw k1 or /sw k2 to for...
Posted By: bentagon
You can use /sw k1 or /sw k2 to force a specific rank with KS. If more than just this mod is not working right it sounds like more than just a simple bug. It sounds like the code isn't able to detect your skills which leads me to believe you are not running an english version of WoW. Is this true?
File: StunWatch 2.5b(fixed)02-02-07
akrazykripple, Have you tried usin...
Posted By: bentagon
akrazykripple, Have you tried using: /sw k to update your KidneyShot rank? It sounds like you are lower than L50 and by default the config has KS set at Rank 2. If you do a /sw k, the system will use your spellbook to detect what rank your KS is and set the timers accordingly.
File: StunWatch 2.5b(fixed)02-02-07
Re: spanish user
Posted By: bentagon
littleshiro, If your bars aren't coming up it is likely due to the system not detecting the attack. It is likely that your translations aren't exactly what the system uses as the Spanish name for the attack. Have you compared what is shown in your combat log to what you've put in your localization.lua file? If you can take some s...
File: StunWatch 2.5b(fixed)02-01-07
Re: spanish user
Posted By: bentagon
Originally posted by littleshiro thx for the tutorial, i've translated the localization.lua file, but in game when starts appear this error: Error: Attempt to index field '?' (a nil value) File: Interface\AddOns\StunWatch\StunWatch.lua Line: 774 the line is: StunWatch_Save.stuns.LENGTH = duration + (talentrank * 0.5); in...
File: StunWatch 2.5b(fixed)02-01-07
Re: Errors
Posted By: bentagon
Originally posted by ChibCHombo No luck, Deleted both ;'s and also deleted my StunWatch.lua.bak from the SavedVarials, and both errors still happening. You need to delete the StunWatch.lua from the SavedVariables. The bak is only a backup. Also, are you running the English version of WoW? Or another language?
File: StunWatch 2.5b(fixed)01-31-07
Re: spanish user
Posted By: bentagon
Originally posted by littleshiro hi, this addon is perfect for my feral druid in the english version but now i have an spanish version of wow and it doesn't run :( i've tried to create an spanish translation in the localization file but it doesn't run... are you thinking to do an spanish version of this addonż? or tell me how to c...
File: StunWatch 2.5b(fixed)01-31-07
Re: Errors
Posted By: bentagon
Originally posted by ChibCHombo I've been downloading the past 3 or so StunWatch's here and I keep getting the same Errors. I don't know how to fix it so I'll post them here. Error 1: Interface\AddOns\StunWatch\StunWatch.Lua:956:Attempt to concatenate local 'range' (a nil value) Error 2: Interface\AddOns\StunWatch\StunW...
File: StunWatch 2.5b(fixed)01-30-07
v2.5b uploaded. This version shoul...
Posted By: bentagon
v2.5b uploaded. This version should resolve the issue with the default combat log detection range being too short for some messages. I've defaulted StunWatch to update the range to 50 but users can set their own desired ranges from 10 to 2000 using a new command /sw setrng . However, I wouldn't advise setting the range too...
File: StunWatch 2.5b(fixed)01-30-07
Originally posted by Platykurtic...
Posted By: bentagon
Originally posted by Platykurtic Suggestion: Here are the variables that are used to define the combat log range: "CombatLogRangeCreature" = "30" "CombatLogRangeFriendlyPlayers" = "50" "CombatLogRangeFriendlyPlayersPets" = "50" "CombatLogRangeHostilePlayers" = "50" "CombatLogRangeHostilePlayersPets" = "50" "CombatLogRa...
File: StunWatch 2.5b(fixed)01-30-07
Originally posted by Wachunga One...
Posted By: bentagon
Originally posted by Wachunga One bug I found: StunWatch_Save.stuns.LENGTH = duration; should be (note 3rd line inside function): StunWatch_Save.stuns.LENGTH = duration; end That was causing the duration of my pounces to appear far too long. After making that simple change, it seems to be working perfectly. Thank...
File: StunWatch 2.5b(fixed)01-29-07
I'll check it with my rogue when I...
Posted By: bentagon
I'll check it with my rogue when I get home tonight. Everything was working fine for my druid as of last night at 2am but I haven't tried it out on my rogue recently. I believe Swatter is an addon that comes with Auctioneer. What version of Auctioneer are you running? Is it their gamma version?
File: StunWatch 2.5b(fixed)01-28-07
Sorry about the other v2.5a I submi...
Posted By: bentagon
Sorry about the other v2.5a I submitted as a patch. Still learning the system! :)
File: StunWatch-Rogue - 20200c01-28-07
Hey guys, I modded Platykurtic's S...
Posted By: bentagon
Hey guys, I modded Platykurtic's StunWatch 2.4a to work with Druid cc skills (Bash, Pounce, Maim, Hibernate, Entangling Roots, Cyclone). I've submitted as StunWatch 2.5 (in the Druids forum) - it's just awaiting approval. I hope this is alright with you, Platykurtic. I've given you and Vector full credit - all I did was modify...