PeeperStorm on 28/3/2008 at 04:59
Quote Posted by 37637598
Next I think I'm gonna finish the Azuras Star quest, and then go find a good house to steal.
As long as you're stealing houses, I recommend the one right next to the Mage Guild in Caldera. Easy access to a guild guide, and just a short walk to my favorite merchant.
37637598 on 29/3/2008 at 02:26
Creeper?
My main criteria is LOTS of containers, for all of my ingredients!
flexbuster on 31/3/2008 at 09:37
I took over Dren Plantation and used Command spells to have the Creeper follow me there. On that character's file, Creeper now resides in a basement room there, along with all my junkier artifacts and stuff I save.
37637598 on 1/4/2008 at 18:25
haha I do that too, have a designated area for all of my 'Junk'. on a previous character, I took over the big building in Ebonheart that one of the Dren brothers is at, I think it might be the Imperial Commission??? but there is a bunch of tables in there, and I set it up as my Dwarven museum! it was so cool, I commanded a TON of people to go there, but then people started dissappearing, people who were important to the main quest... So I had to start a new game :(
flexbuster on 2/4/2008 at 06:11
You probably just could have used the console to reset/change/check their position or something like that.
I know Creeper disappeared on me once or twice, but once he stuck there, he stuck for good.
37637598 on 3/4/2008 at 21:20
I'm playing the xbox version though :p
I noticed it runs slower when emulated on the xbox 360, than it did on the regular xbox... :(
37637598 on 17/4/2008 at 08:37
Begin mkb_MAZE_Die_at_300
Short DoOnce
if ( DoOnce == 0 )
if ( GetDistance, Player < 150 )
"Mkb_Maze_Guard_002"->Set State to 1
"mkb_Maze_Door_001"->Set State to 1
MessageBox, "You hear someone approaching, and you are the only one around at the scene of a murder. You should hide." "Ok"
Set DoOnce to 1
endif
elseif ( DoOnce == 1 )
Set DoOnce to 2
endif
end
Temple Ordinator on 21/4/2008 at 22:31
Quote Posted by piano-sam
I'm trying the Imperial Cult for the first time. It has three different branches you can go for. I'm trying the alchemy one - healer I think. I can't make a potion or cast a spell to save my life, but hey, at least I'm trying. My claymore does all the healing and alchemy I need anyway. *threatening voice*heh heh HEH.*/voice*
The Morag Tong are the 'ssins. Camonna Tong you can't join. Fighters Guild is pretty awesome the farther up you go.
Edit: but you should know, it has a direct interference with the thieves guild.
That is wrong, you can join the Camonna Tong... The the location of their secret Head Quarters is in the Holy City of Vivec (The city my name refers to) in the storage area behind some crates is a secret trap door that leads to their domain. Then there find the guild master and he lets you in and you perform I think it is, 8-12 Assasinations including poisoning soup and such. It is a very fun guild and you get "Writs of Execution's" to allow you to not get a bounty the guards chase you, you give them the Writ and they let you go... Very enjoyable assasins guild, better then the Thieves guild anyday...
Dux on 22/4/2008 at 09:53
Quote Posted by Temple Ordinator
That is wrong, you can join the Camonna Tong... [...]
in the storage area behind some crates is a secret trap door that leads to their domain. [...] "Writs of Execution's" [...]
You're talking about the
Morag Tong and it's grandmaster Eno Hlaalu; as previously stated: you can not join the Camonna Tong.
Quote Posted by 37637598
Begin mkb_MAZE_Die_at_300 [..] end
What is this about?
37637598 on 25/4/2008 at 18:36
I was trouble shooting this script and needed to post it online somewhere so people could see it and tell me whats wrong. I figured it out though... For some reason, I HAD to use globals to remotely set another NPC's state.