How to access Store Buffs in Vector?

The original catch all. General game help, banter, things you should probably put in the correct forum, This is the place.
Post Reply
KittyTheSnowCat
Reactions:
Posts: 647
Joined: October 1st, 2015, 6:00 pm
Answers: 3

How to access Store Buffs in Vector?

Post by KittyTheSnowCat » September 10th, 2019, 4:07 pm

Hi everyone,
maybe someone has an idea I have not tried yet..
I am trying to get to the Store moodlets, for example the Pinched Nerve one.
From looking at the code the path seems to be Sims3.Store.Objects.MassageTable.kPinchedNerveStore
when I use DebugEnabler#s Who am I function On a Sim who has the Moodlet it says
MassageTable_PinchedNerveStore.
Neither of the two work :(
Does anyone know what the correct path to the Store Moodlets is?
Knowing how to get to CCLoader Moodlets would be great too.
Best wishes
Snow

User avatar
SillySimmerGirl
Reactions:
Posts: 302
Joined: January 6th, 2015, 6:00 pm
Answers: 7

How to access Store Buffs in Vector?

Post by SillySimmerGirl » September 10th, 2019, 10:41 pm

Not sure I understand exactly what you're trying to get, but here is the code:

// Sims3.Store.Objects.MassageTable
private const ulong kPinchedNerveStore = 11132721365296021533uL;

Hope this helps you :)

User avatar
SillySimmerGirl
Reactions:
Posts: 302
Joined: January 6th, 2015, 6:00 pm
Answers: 7

How to access Store Buffs in Vector?

Post by SillySimmerGirl » September 10th, 2019, 11:04 pm

In case it wasn't clear from my post, This is the buff:

11132721365296021533uL

use that instead of the name PinchedNerveStore :)

KittyTheSnowCat
Reactions:
Posts: 647
Joined: October 1st, 2015, 6:00 pm
Answers: 3

How to access Store Buffs in Vector?

Post by KittyTheSnowCat » September 11th, 2019, 1:59 am

I did not include this because i was sure "I tried this month ago and it did not work".
So I loaded up my testgame to prove that that does not work.. and without the ulong declaration (11132721365296021533)
it suddenly loads^^
'scratches head*
Thank you :)
I will work on some treatable illnesses and a hospital now and also order a new brain.

Post Reply