Results: 289Comments by: Kharthus
File: Livestock12-10-12
Re: Re: Re: Max CRITTER is 80
Posted By: Kharthus
I think I have an idea what happened. The game wasn't responding correctly to requests about your pets, hence all the nil entries. Because of this it had no way to filter the duplicates out. There are sometimes issues during initial login like this, but they seem very rare. I'll probably turn off those error messages in a future rele...
File: Livestock12-09-12
Re: Max CRITTER is 80
Posted By: Kharthus
Upon login, I get a spew of these errors: Error for CRITTER 99 at menu build, ID: nil, name: nil, spellID: nil Max CRITTER is 80 Error for CRITTER 100 at menu build, ID: nil, name: nil, spellID: nil Max CRITTER is 80 Error for CRITTER 101 at menu build, ID: nil, name: nil, spellID: nil Max CRITTER is 80 Error for CR...
File: Livestock12-02-12
That's a Blizzard bug. You can't ev...
Posted By: Kharthus
That's a Blizzard bug. You can't even stealth while flying with a ground pet because it will pull you out of stealth to re-summon the pet. Livestock isn't doing that. The normal Livestock auto-summon code while stealthed still works fine. Please file a bug about this. There is no way to go from mounted to stealth currently if you hav...
File: Livestock11-30-12
I mean, instead of checkg for exist...
Posted By: Kharthus
I mean, instead of checkg for existence of a method, you could check for existence of a table. It's a bit faster, I solved my issues that way. But the root issue I suppose is index mismatch. You're addressing one-button-too many, than what actually exist. The person who helped fix it was having the error in the middle of menus, n...
File: Livestock11-30-12
Ah. kk. Is there a dismiss pet type...
Posted By: Kharthus
Ah. kk. Is there a dismiss pet type macro or function that's usable? You can try this: /run C_PetJournal.SummonPetByGUID(C_PetJournal.GetSummonedPetGUID())
File: Livestock11-30-12
class. Going from mounted to stealt...
Posted By: Kharthus
class. Going from mounted to stealth for rogue or from flying cat to prowl (as in fly in low enough that there would be no drop damage switch to cat and prowl before hitting the ground.) Are you in combat? I just tried it on my rogue and it works as expected.
File: Livestock11-30-12
from trying to switch pets in comba...
Posted By: Kharthus
from trying to switch pets in combat. You can't summon pets in combat from an addon. Not really sure how to fix that.
File: Livestock11-30-12
Speaking of one change. -...
Posted By: Kharthus
Speaking of one change. - if _G then + if _G.SetWidth ~= nil then I don't think, you need to check for existing SetWidth, or compare it against nil. SetWidth (and GetWidth) method may only be missing, if the table itself is missing. And if it is missing, it'll return nil and the chek will fail...
File: Livestock11-28-12
Re: Aspect of the cheetah/pack
Posted By: Kharthus
I suspect that the problem with Smartmount not casting Aspect of the Pack correctly, is because of the removal of Aspect of the Fox. I think I broke it in 1.6.8, but no one noticed. Oops.
File: Livestock11-03-12
Re: Very strange behaviour on one single character
Posted By: Kharthus
Are you getting any errors? Try /livestock debug and then your mount button and see what it reports. Since it's in Pandaria, it might be trying to summon a flying mount you can't use yet (it shouldn't).
File: Livestock10-23-12
Re: Re: Re: SetWidth/GetWidth
Posted By: Kharthus
Can you please try to figure out which variable is wrong and where it's getting off by one? I have another report on Curse, but I have never seen this problem so I have no way to troubleshoot what's causing it. Yeah, I know I can avoid the issue, but I really want to know why the count is getting messed up. Especially since I do...
File: Livestock10-23-12
Re: SetWidth/GetWidth
Posted By: Kharthus
I've been getting errors with SetWidth/GetWidth ever since the update that increased the menu size. I fixed it locally by checking to make sure the UI element referenced in the loops in BuildMenu (around line 474) was not null before trying to call those functions. I suspect there's some sort of off by one error happening in the loop...
File: Livestock10-23-12
Just to chip in here that I've also...
Posted By: Kharthus
Just to chip in here that I've also been having this issue. I alleviated the problem by doing a /reload after re-selecting my pets/mounts before exiting the game. That seemed to make it stick and since it's a minor inconvenience anyway I didn't bother to debug further. Just adding this here to say that if it's fixed I'll proba...
File: Livestock10-22-12
It's still happening with 1.7.3. If...
Posted By: Kharthus
It's still happening with 1.7.3. If it helps at all, the mount/pet selections aren't reset if I reload the ui, only after completely exiting the game and starting it up again. I'll put up another attempt tonight. There's some weird event timing thing that is different on different machines (I think). If the next version doesn't fi...
File: Livestock10-22-12
would much rather fly from the surf...
Posted By: Kharthus
would much rather fly from the surface, is easy enough to have a seperate kb for a water mount, or even click the darned thing for how little use they really get. If you click off the buff, it will also work correctly.
File: Livestock10-22-12
Started having this issue with vers...
Posted By: Kharthus
Started having this issue with version 1.7.0 or maybe 1.7.1 - every time I log in all of my mount/pet selections are reset. So I have to go back and deselect the mounts/pets I don't want to use but the next time I log in they are all enabled again. I've tried deleting the Livestock.lus SavedVariables file and redoing it but it hasn't...
File: Livestock10-21-12
Re: Re: Re: Re: Re: Re: red flying cloud
Posted By: Kharthus
ps- works fine in silvermoon (about 50 spams of mount kb). so may be a few days before i can get it to one of the places it wasn't. one of the 5 mans i had noticed it, but didn't really pay attention, then it was in scenario unga ingoo that i said, "gah". 1.7.0 and 1.7.1 have an issue where the flying cloud would only be listed as...
File: Livestock10-21-12
It is something to do with the buff...
Posted By: Kharthus
It is something to do with the buff 'water gliding'. Works fine as long as there is no quest. As it is also only an 8% difference with the water mount shouldn't be an issue. This is a similar situation to Vash'jir. It's actually worse since you have the buff all the time and there's no way to tell if you're in the water or on the...
File: Livestock10-21-12
Re: Re: Re: Re: red flying cloud
Posted By: Kharthus
I'm assuming that was a working case right? Please do the same thing when it's not working. Also, please type this /dump GetCompanionInfo("MOUNT",66) and tell me what it reports.
File: Livestock10-19-12
Re: red flying cloud
Posted By: Kharthus
Type /livestock debug, then summon and send me what it prints out?
File: Livestock10-10-12
Any chance of a check for swimming...
Posted By: Kharthus
Any chance of a check for swimming in Krasarang Wilds for turtle and subdued seahorses? latest revision had all combo mounts being summoned instead. It should work, but I don't have either mount to test it out. Can you do this: Type /livestock debug, then summon while swimming and send me what it prints out?
File: BankItems09-28-12
Taintlog? That's gotta be the weird...
Posted By: Kharthus
Taintlog? That's gotta be the weirdest Blizzard bug ever. Turned off taintlog and all is well.
File: UnitFrameTweaks09-26-12
Very easy to fix yourself. Open Cla...
Posted By: Kharthus
Very easy to fix yourself. Open ClassIcons.lua: Replace GetNumPartyMembers with GetNumSubgroupMembers.
File: BankItems09-26-12
THANK YOU!!! The new file works...
Posted By: Kharthus
THANK YOU!!! The new file works great. Zero errors. I tried with my full addon load and with just BankItems and it's all working as expected. Before the new file, I actually caused WoW to crash several times with just BankItems loaded. If it didn't crash it would throw those strange random errors.
File: BankItems09-26-12
Yes, this is on a Mac. Did Blizzard...
Posted By: Kharthus
Yes, this is on a Mac. Did Blizzard break something badly? Would kinda make sense because the error seems to jump around to different lines and changing the code slightly seems to correct it (for awhile). All on WoW 5.0.5.