Fable: The Lost Chapters Mod Scene
Fast Uncompromising Discussions. FUDforum will get your users talking.

Home » Fable TLC » Discussion » Definition Editing » fishing areas
fishing areas [message #19200] Sat, 19 May 2007 15:45 Go to next message
silverlelade is currently offline  silverlelade
Messages: 6
Registered: May 2007
how do u make a fishing area with special items in it?

With this ring I pronounce you dead, I mean married.
Re: fishing areas [message #19202 is a reply to message #19200] Sat, 19 May 2007 16:12 Go to previous message
OldBoy is currently offline  OldBoy
Messages: 1112
Registered: October 2005
Location: Groningen

Administrator

Well I don't know how much you know, but it works the same as a chest.

The code is posted below:

NewThing Marker;
Player 4;
UID 18446741874686296542;
DefinitionType "MARKER_FISHING_SPOT";
ScriptName NULL;
ScriptData "NULL";
ThingGamePersistent TRUE;
ThingLevelPersistent TRUE;
StartCTCPhysicsStandard;
PositionX 47.721191;
PositionY 29.169189;
PositionZ 24.408445;
RHSetForwardX 0.0;
RHSetForwardY 0.999994;
RHSetForwardZ 0.0;
RHSetUpX 0.0;
RHSetUpY 0.0;
RHSetUpZ 0.999994;
EndCTCPhysicsStandard;
StartCTCEditor;
EndCTCEditor;
StartCTCContainerRewardHero;
ContainerContents[0] "OBJECT_SILVER_KEY";
EndCTCContainerRewardHero;
StartCTCFishingSpot;
EndCTCFishingSpot;
Health 0.0;
EndThing;


you have to add the items to it like this [example]:

ContainerContents[0] "OBJECT_GOLD_1000000";
ContainerContents[1] "OBJECT_GOLD_1000000";
ContainerContents[2] "OBJECT_GOLD_1000000";
ContainerContents[3] "OBJECT_WARRIOR_SWORD_LITE";
ContainerContents[4] "OBJECT_HERO_BOOTS_PLATINUM";
ContainerContents[5] "OBJECT_HERO_HELMET_PLATINUM";
ContainerContents[6] "OBJECT_HERO_SHIRT_PLATINUM";
ContainerContents[7] "OBJECT_HERO_GLOVES_PLATINUM";
ContainerContents[8] "OBJECT_HERO_TROUSERS_PLATINUM";
ContainerContents[9] "OBJECT_DEEDS_HEROS_HOUSE";


The OBJECT names can be grabbed from Fable Explorer or this file.

You have to change the UID (this bit: UID 18446741874686296542;) to a number that isn't used in the game yet (look here.).

And you have to put the script in a level (a .tng) with the correct coordinates (you can find those with albion explorer or by looking at other stuff in the tng as a reference).
To do this you have to use the freeroam app or use this method.



http://img18.imageshack.us/img18/1640/48x48exit.png
this is not an exit.
Previous Topic: complete opposite mods?
Next Topic: A SERIOUS N00B QUESTION!
Goto Forum:
  


Current Time: Thu Mar 28 15:59:47 PDT 2024

Total time taken to generate the page: 0.01015 seconds