hokaloogie on 6/8/2002 at 10:42
I was certain I had seen a thread that gave the answer to this before but no matter how hard I searched I couldn't find it.
So.. uh... little help? :p
Cheers.
hokaloogie on 6/8/2002 at 12:11
Well, I just found out that it's 'placeatpc "Golden Saint" x,x,x'.
Golden Saint being whatever you want to summon and x,x,x being the position in relation to where you are standing (1,1,1 creating it right where you are.).
WingedKagouti on 6/8/2002 at 12:51
Quote:
Originally posted by hokaloogie Well, I just found out that it's 'placeatpc "Golden Saint" x,x,x'.
Golden Saint being whatever you want to summon and x,x,x being the position in relation to where you are standing (1,1,1 creating it right where you are.). According to the helpfile for TESCS you are a bit wrong about how it works :
Quote:
PlaceAtPC
PlaceAtPC, ItemID, count, distance, direction
PlaceAtPC, “Ninja Man”, 1, 256, 1
Places the object at the PC, in the direction you specify and the distance. If that location is not safe (in the air, in a wall, etc), the object will be placed at one of the other axis or at the player’s exact location (feet).
direction is:
0 = front
1 = back
2 = left
3 = right
Meaning that if he took your advice and entered :
PlaceAtPC “golden saint” 200 200 200 (case and commas are optional)
just to be sure that it didn't spawn right in his face, he would instead be in a slightly harder fight than if he just entered :
PlaceAtPC “golden saint” 1 1 1
or even better :
PlaceAtPC “golden saint” 1 256 0 ie. a single GS a small distance infront of you
hokaloogie on 6/8/2002 at 13:03
Aah, I get it. I just did it at 1,1,1 and made it right there, then killed it for its soul.
I didn't bother working out the distances.