Page 1 of 1
Permanent sitting bug

Posted:
Sun Mar 29, 2015 4:11 am
by rinron
my buddy has been leveling with me for the past week and this crippling bug just happened to him- for some reason he is permanently sitting. he can move around and cast spells but cannot enter ghost wolf form. he tried relogging, and deleting WDB. been trying to find a fix for this weird bug but havent found anything on google about it yet.
any help would be greatly appreciated.
Re: Permanent sitting bug

Posted:
Sun Mar 29, 2015 11:48 am
by Hvemklomater
try to get him killed or something (in-game obviously)
Re: Permanent sitting bug

Posted:
Sun Mar 29, 2015 12:22 pm
by Tosicx
Hvemklomater wrote:try to get him killed or something (in-game obviously)
I laughed

Re: Permanent sitting bug

Posted:
Sun Mar 29, 2015 1:35 pm
by Hvemklomater
Tosicx wrote:Hvemklomater wrote:try to get him killed or something (in-game obviously)
I laughed

xD
Re: Permanent sitting bug

Posted:
Sun Mar 29, 2015 3:15 pm
by Diametra
Hvemklomater wrote:try to get him killed or something (in-game obviously)
I know a guy...for the right money...no problem.
It sounds an awful lot like that fishing bug, but relogging fixes that one. /console reloadui does not.
Re: Permanent sitting bug

Posted:
Sun Mar 29, 2015 3:22 pm
by Diametra
I'm wondering if there is some weird setting in the config.wtf file that is having an affect on the character. Did it happen after installing an addon? Did you try throwing away the WTF folder and starting fresh?
Re: Permanent sitting bug

Posted:
Sun Mar 29, 2015 4:41 pm
by rewind
This macro should solve it :
/run local function oecy() SitOrStand();end; local f = CreateFrame("frame");f:SetScript("OnUpdate", oecy)