Page 1 of 1
quick question, how to remove emote animation?
Posted: Fri Feb 07, 2014 1:25 am
by marduk
like the emote animation that make you character bend down to loot.... so it would avoid me to jump and loot at same time
thanks a lot .... my mate told me its possible thanks a lot
Re: quick question, how to remove emote animation?
Posted: Fri Feb 07, 2014 1:33 am
by rock5
Cool. If you jump just before you loot it still loots but doesn't bend down. I'm not sure how we could incorporate that.
Re: quick question, how to remove emote animation?
Posted: Fri Feb 07, 2014 2:39 am
by marduk
yes thats what im doing atm i jump and loot at the same time
my mate got the file 4 years ago

he will look his pc tonight for it
but i believe it might be a fdb file
he called it the emote file or something it removes all the emotes
thanks for the quick reply
Re: quick question, how to remove emote animation?
Posted: Fri Feb 07, 2014 3:35 am
by lisa
the motion.fdb has all the movements in it including emotes.
moving that file out of the fdb folder will stop all motions and reduce PC strain by quite a bit.
Re: quick question, how to remove emote animation?
Posted: Fri Feb 07, 2014 3:40 am
by rock5
Does it actually speed up looting though?
Re: quick question, how to remove emote animation?
Posted: Fri Feb 07, 2014 3:41 am
by lisa
haven't timed it, seems fast to me but i havent had the actual motions in game for years
Re: quick question, how to remove emote animation?
Posted: Fri Feb 07, 2014 3:54 am
by rock5
Seems there is still a period of time where you can't move while looting so there may be little difference. Even when jumping you have to stop or else it wont loot. To me it seems a bit faster when jumping. It only seems to need to pause for a moment. But like you, I haven't timed it.
Re: quick question, how to remove emote animation?
Posted: Fri Feb 07, 2014 6:10 am
by marduk
thanks
one of my mate told me to spawm mount key he put it on the key next to 1
and spam mount while looting

avoid jumping lol
thanks lisa ill have to try it
Re: quick question, how to remove emote animation?
Posted: Fri Feb 07, 2014 7:20 am
by ZZZZZ
If you use Lootomatic or LootIt! you can jump over a mob and loot at the same time, without pausing for even the slightest amount. I used to spam DoD a lot back at 67 - 70 cap and people always said I was hacking to get though it so fast....while instead I was just utilizing available addon's to get through as fast as possible.
And as Marduk said, you can 'cancel' the looting animation faster if you use your mount.
Re: quick question, how to remove emote animation?
Posted: Fri Feb 07, 2014 10:42 am
by rock5
I tried adding a jump in the looten fuction. It works fine but the bot still has to wait for the Lootable flag to flip. It seems to take 1 to 1.5 seconds. LOOT_TIME by default is 2s. That's the maximum time it allows for looting. You could put that to a lower value to force it to continue earlier but then it might sometime miss loots. Still, that might be preferable in some situations.
I had to tweak a few things to make that work. For instance if it continues before the Lootable flag has flipped then if you have LOOT_ALL enabled it would try again. I fixed that by adding the mob to the loot ignore table. Also if you have LOOT_AGAIN enabled then it will, of course, try again. So to make it go fast you have to disable that.
I'm even now using LOOT_TIME of 0 and it effectively doesn't stop at all. It's awesome!
So to recap, with the changes I've made, to make it loot really fast you set LOOT_AGAIN = "0" which disables it and LOOT_TIME ="0". If you get too many failed loots you can increase LOOT_TIME a bit to give it a bit more time, although I haven't been getting any failures.
I'm not sure if I should change the default values for those variables. Both LOOT_AGAIN and LOOT_TIME are set to 2000ms. With those settings it
is safer looting.