Home » Fable TLC » Discussion » General Mod Discussion » Throwing Disc *Discussion*
Re: Throwing Disc *Discussion* [message #7693 is a reply to message #7643] |
Tue, 25 April 2006 08:44 |
|
Satan
Messages: 1033 Registered: September 2005 Location: Hades
|
Administrator
|
|
|
How do you do what ? Add items to a bookcase/chest/whatever ?
It's easy enough using a text editor or AlbionExplorer.
Adding items to a Chest/Bookcase or similar object
- Open the .tng file for the area you want the item to appear in.
- Find/add the chest/bookcase or whatever you want to add the item to. e.g. OBJECT_SILVERKEY_CHEST.
- Scroll down the objects code untill you see the section marked CONTAINER_CONTENTS (or similar)
- Add the object name into the space between the ""s e.g. OBJECT_SWORD_OF_AEONS
- If you want to add more than one item to an object either replace any current items or add another line underneath the one you just edited, making sure to increment (increase) the number in the brackets by 1.
- Save and enjoy
An example script for the above can be found here
Spawning individual items
- Open the .tng file for the area you want the item to appear in.
- Create a new object with a unique UID and set its co-ordinates. These can be calculated by using numbers relative to a nearby object or by adding the object code to the .tng in AlbionExplorer and moving its icon on the map.
NewThing Object;
Player 4;
UID 18446766684187468629
DefinitionType "OBJECT_SWORD_OF_AEONS";
ScriptName NULL;
ScriptData "NULL";
ThingGamePersistent FALSE;
ThingLevelPersistent FALSE;
StartCTCPhysicsStandard;
PositionX 47.659912;
PositionY 33.154297;
PositionZ 55.0;
RHSetForwardX -0.743122;
RHSetForwardY 0.669122;
RHSetForwardZ 0.0;
RHSetUpX -0.000517;
RHSetUpY -0.000574;
RHSetUpZ 0.999994;
EndCTCPhysicsStandard;
StartCTCTargeted;
Targetable TRUE;
EndCTCTargeted;
StartCTCEditor;
EndCTCEditor;
Health 1.0;
EndThing;
- Save and enjoy
There is nothing in the Void.
There is no point to it's being.
I wish there was a reason.
There is nothing in the Void,
But what we put there.
[Updated on: Tue, 25 April 2006 09:15] Report message to a moderator
|
|
|
|
|
Throwing Disc *Discussion*
By: Keshire on Tue, 21 March 2006 01:50
|
|
|
Re: Throwing Disc *Discussion*
By: OldBoy on Tue, 21 March 2006 02:37
|
|
|
Re: Throwing Disc *Discussion*
By: Keshire on Tue, 21 March 2006 02:40
|
|
|
Re: Throwing Disc *Discussion*
By: OldBoy on Tue, 21 March 2006 07:49
|
|
|
Re: Throwing Disc *Discussion*
|
|
|
Re: Throwing Disc *Discussion*
By: Heinami on Wed, 22 March 2006 12:52
|
|
|
Re: Throwing Disc *Discussion*
By: Rai_Sohe on Tue, 04 April 2006 20:30
|
|
|
Re: Throwing Disc *Discussion*
By: Keshire on Tue, 04 April 2006 20:37
|
|
|
Re: Throwing Disc *Discussion*
|
|
|
Re: Throwing Disc *Discussion*
|
|
|
Re: Throwing Disc *Discussion*
By: Rai_Sohe on Sat, 15 April 2006 19:57
|
|
|
Re: Throwing Disc *Discussion*
By: Satan on Mon, 17 April 2006 09:16
|
|
|
Re: Throwing Disc *Discussion*
|
|
|
Re: Throwing Disc *Discussion*
By: Rai_Sohe on Fri, 21 April 2006 13:03
|
|
|
Re: Throwing Disc *Discussion*
By: Satan on Tue, 25 April 2006 08:44
|
|
|
Re: Throwing Disc *Discussion*
By: SerialF on Tue, 18 July 2006 13:47
|
|
|
Re: Throwing Disc *Discussion*
|
|
|
Re: Throwing Disc *Discussion*
By: Keshire on Tue, 18 July 2006 20:47
|
|
|
Re: Throwing Disc *Discussion*
By: SerialF on Wed, 19 July 2006 06:14
|
|
|
Re: Throwing Disc *Discussion*
By: big a on Sun, 15 October 2006 02:48
|
|
|
Re: Throwing Disc *Discussion*
By: saulob on Sat, 26 August 2006 23:53
|
|
|
Re: Throwing Disc *Discussion*
By: jesse_n on Sat, 23 December 2006 23:45
|
|
|
Re: Throwing Disc *Discussion*
|
|
|
Re: Throwing Disc *Discussion*
|
|
|
Re: Throwing Disc *Discussion*
|
|
|
Re: Throwing Disc *Discussion*
|
|
|
Re: Throwing Disc *Discussion*
|
|
|
Re: Throwing Disc *Discussion*
|
|
|
Re: Throwing Disc *Discussion*
By: Keshire on Wed, 29 August 2007 20:52
|
|
|
Re: Throwing Disc *Discussion*
|
Goto Forum:
Current Time: Tue Feb 04 03:52:50 PST 2025
Total time taken to generate the page: 0.04812 seconds
|