Search found 416 matches

by SkyDome007
May 15th, 2018, 2:00 pm
Forum: Chatterbox
Topic: Anyone else has this glitch
Replies: 2
Views: 228

Hmm I think one of the patch broke it. It used to work fine when I used it in patch 1.38
by SkyDome007
May 15th, 2018, 12:26 pm
Forum: Chatterbox
Topic: Anyone else has this glitch
Replies: 2
Views: 228

Anyone else has this glitch

<t>Ok this is not a recent glitch. I get this glitch even in New games with no mods installed. So when my Witch casts the ice blast spell to freeze someone, an invisible clone of that Sim gets generated and that clone walks about talking to other sims or turning on the TV, it's really freaky.<br/> H...
by SkyDome007
May 15th, 2018, 12:23 pm
Forum: Chatterbox
Topic: I love youz guys
Replies: 8
Views: 966

I was wondering where you went Echoweaver :-) I also plan on getting Minecraft one of these days, not as a replacement for Sims 3 but just to try it out. I really want to try the Harry Potter servers.
by SkyDome007
May 13th, 2018, 1:41 am
Forum: Chatterbox
Topic: NRaas and Idle/Emotional Animations
Replies: 13
Views: 2054

Sometimes the MC menu doesn't appear if you use it just when the game loads but otherwise it always works great.
by SkyDome007
May 12th, 2018, 11:12 pm
Forum: Chatterbox
Topic: Why does this not work?
Replies: 6
Views: 394

Ok now the value is also being stored properly :-) Everything's going fine. Thanks for all your help Chain.
by SkyDome007
May 12th, 2018, 10:37 pm
Forum: Chatterbox
Topic: Why does this not work?
Replies: 6
Views: 394

Ok wait now the moodlet is working fine. I added the ulong values in clone() and createBuffInstance but the value won't get stored sigh.
Going to keep trying. I'll now add ID instead.
by SkyDome007
May 12th, 2018, 8:23 pm
Forum: Chatterbox
Topic: Why does this not work?
Replies: 6
Views: 394

<t>Ok I have realized the problem is the moodlet. Even when I try to add the moodlet with MC it gives me an error.<br/> I think the problem is making a BuffInstance class of your custom buff. Cause before I did that everything was fine.<br/> <br/> public class BuffMindControl : BuffServitude<br/> {<...
by SkyDome007
May 12th, 2018, 6:48 pm
Forum: Chatterbox
Topic: Why does this not work?
Replies: 6
Views: 394

<t>In the interaction test conditions I have used <br/> if (MindControl.mRecordedSim == actor.SimDescription)<br/> {<br/> return true;<br/> }<br/> Is this ok to use?<br/> Do you think it can't find the buff. I should add a if(MindControl!=null in the test condition)? Will that solve it?</t>
by SkyDome007
May 12th, 2018, 5:29 pm
Forum: Chatterbox
Topic: Why does this not work?
Replies: 6
Views: 394

Why does this not work?

<t>So I'm trying to store a SimDescription inside a BuffInstance of a CustomBuff. <br/> In the test condition I try this <br/> BuffMindControl.BuffInstanceMindControl MindControl = target.BuffManager.GetElement((BuffNames)(0xD3C61BD7B1BAF4A4)) as BuffMindControl.BuffInstanceMindControl;<br/> MindCon...
by SkyDome007
May 11th, 2018, 7:46 am
Forum: Chatterbox
Topic: Help with data Clean up during saves
Replies: 4
Views: 321

Oh OK. I understand now. I thought if we delete it on world exit. It will be permanently deleted. I didn't realize the game won't save then.
Thank you again Chain :)