TU2 - Synda won't teleport with me

Post » Tue Nov 09, 2010 1:15 am

Heya

I played through The Underground 2 and at somepoint my companion, Synda Rains, stopped teleporting with me when i used spells like Almsivi Intervention and Divine Intervention, altho she should be able to, according to the manual. Earlier in the main quest it worked as well.

It might have been when she changed behavior (when i got more option with her, like companion share, a kiss, etc) but im not sure. I have looked through the scripts to find a solution or maybe be able to make a script that teleports her to me (so i can make a teleport companion to me ring) but without luck. Maybe someone can help me make that script? Maybe someone has a workaround or maybe even a fix?

here is what i thought of to do with my "companion to me teleporter ring" : (This is only the companion teleporting part, there is more but i know that works because i "borrowed" it from "All stronghold non-equipping transport ring" by Torch654)

"
short button
short messageOn
short OnPcEquip
short PCSkipEquip
short Active
long ANDx
long ANDy
long ANDz

Set ANDx To ( Player->GetPos x )
Set ANDy To ( Player->GetPos y )
Set ANDz To ( Player->GetPos z )
AASynda_Rains-> SetPos x ANDx
AASynda_Rains->SetPos y ANDy
AASynda_Rains->SetPos z ANDz
disable AASynda_Rains
enable AASynda_Rains
AASynda_Rains-> ForceGreeting


"

AASynda_Rains is the ID of my companion when i click her in the console box during gameplay. when i run this script i get the greeting and she is removed from her current position but she dosen't appear at me.

I can post all the code for the script if anyone wants to see it but the only thing different from "All stronghold non-equipping transport ring" is here.

Yes im very very new to mod-making and scripting :-)
Hope somebody can help me as i would really like to keep on playing with Synda now when TU2 is completed.

edit1:
I just tested it some more here is what happens:
i was standing at Rethan Manor (have tried both inside and outside, same result) and had Synda on follow. I then used Almsivi Intervention to Balmora. She didn't follow me and was nowhere to be seen and she didn't warp with me. I then went to The Underground and talked to the bartender which is supposed to bring back Synda if you got seperated from her, but he acted like she was with me. I then went back to Rethan Manor but she wasen't there either, its like she stopped existing or was teleported somewhere far away. *confused*
User avatar
A Lo RIkIton'ton
 
Posts: 3404
Joined: Tue Aug 21, 2007 7:22 pm

Return to III - Morrowind

cron