From ab002c489cc7ec0bd2c74c4c83327dcd9ea4ded6 Mon Sep 17 00:00:00 2001 From: TayMcKenzieSA Date: Sun, 31 Oct 2021 00:12:22 +1300 Subject: [PATCH] Added Valet & Pumpkin Emotes --- Client/AnimationList.lua | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) diff --git a/Client/AnimationList.lua b/Client/AnimationList.lua index a3151b4..a059111 100644 --- a/Client/AnimationList.lua +++ b/Client/AnimationList.lua @@ -2079,6 +2079,21 @@ DP.Emotes = { PtfxInfo = Config.Languages[Config.MenuLanguage]['pee'], PtfxWait = 3000, }}, + ["valet"] = {"anim@amb@casino@valet_scenario@pose_a@", "base_a_m_y_vinewood_01", "Valet", AnimationOptions = + { + EmoteLoop = true, + EmoteMoving = false, + }}, + ["valet2"] = {"anim@amb@casino@valet_scenario@pose_b@", "base_a_m_y_vinewood_01", "Valet 2", AnimationOptions = + { + EmoteLoop = true, + EmoteMoving = false, + }}, + ["valet3"] = {"anim@amb@casino@valet_scenario@pose_d@", "base_a_m_y_vinewood_01", "Valet 3", AnimationOptions = + { + EmoteLoop = true, + EmoteMoving = true, + }}, ----------------------------------------------------------------------------------------------------------- ------ These are Scenarios, some of these dont work on women and some other issues, but still good to have. @@ -3087,6 +3102,23 @@ DP.PropEmotes = { EmoteLoop = true, EmoteMoving = true, }}, + ["pump"] = {"missfbi4prepp1", "idle", "Pumpkin", AnimationOptions = + { + Prop = "prop_veg_crop_03_pump", + PropBone = 28422, + PropPlacement = {0.0200, 0.0600, -0.1200, 0.0, 0.0, 0.0}, + EmoteLoop = true, + EmoteMoving = true, + }}, + ["pump2"] = {"anim@heists@box_carry@", "idle", "Pumpkin 2", AnimationOptions = + { + Prop = "prop_veg_crop_03_pump", + PropBone = 28422, + PropPlacement = {0.0100, -0.16000, -0.2100, 0.0, 0.0, 0.0}, + EmoteLoop = true, + EmoteMoving = true, + }}, +