New Weapon: The SkullBasher
The SkullBasher
Weapon Description:
Download here
Spawn as OBJECT_SKULLBASHER (or use this method.)
-> Start Fable Explorer
-> Click 'File' and 'Load Fabel Mod Package'
-> Select the 'SKULLBASHER.fmp'
-> Click 'Actions' and 'Save Mods and run Fable'
Chest Script for GuildExterior.tng:

The SkullBasher
Weapon Description:
The SkullBasher is a weapon crafted by the legendary hobbe Ichi. Unlike other hobbes Ichi preferred to roam the lands of Albion alone.
He was a mad maniac, and enjoyed himself by going on killing sprees in the middle of the night.
There are only a few known to have survived an encounter with Ichi, and those who did survive usually went mad themselves.
Legend states that nearing the end of his life Ichi used his own brute club to bash in his own skull.
He was a mad maniac, and enjoyed himself by going on killing sprees in the middle of the night.
There are only a few known to have survived an encounter with Ichi, and those who did survive usually went mad themselves.
Legend states that nearing the end of his life Ichi used his own brute club to bash in his own skull.
Download here
Spawn as OBJECT_SKULLBASHER (or use this method.)
-> Start Fable Explorer
-> Click 'File' and 'Load Fabel Mod Package'
-> Select the 'SKULLBASHER.fmp'
-> Click 'Actions' and 'Save Mods and run Fable'
Chest Script for GuildExterior.tng:
Code:
NewThing Object;
Player 4;
UID 32112347774686777333;
DefinitionType "OBJECT_CHEST_OPENABLE";
ScriptData "NULL";
ThingGamePersistent TRUE;
ThingLevelPersistent TRUE;
StartCTCPhysicsStandard;
PositionX 14.5;
PositionY 127.0;
PositionZ 26.5;
RHSetForwardX 0.998439;
RHSetForwardY 0.055748;
RHSetForwardZ 0.0;
RHSetUpX -0.000054;
RHSetUpY 0.000975;
EndCTCPhysicsStandard;
StartCTCTargeted;
Targetable TRUE;
EndCTCTargeted;
StartCTCEditor;
EndCTCEditor;
StartCTCChest;
ContainerContents[0] "OBJECT_SKULLBASHER";
ChestOpen FALSE;
EndCTCChest;
Health 1.0;
EndThing;
