Rebel's Weapon & Tattoo Pack |
Thu, 10 April 2014 17:36 |
alexmvss
Messages: 1 Registered: April 2014 Location: Russia
|
Junior Member |
|
|
Hello guys. Fable 3 is one of my favourite games. I have all DLC's except the pre-order one. So, since there is no way to recieve it, I hope you could help me activate it, cause as I know it's already in the game files.
|
|
|
Re: Rebel's Weapon & Tattoo Pack |
Sun, 20 April 2014 00:01 |
Artofeel
Messages: 195 Registered: August 2013 Location: Russia
|
Senior Member |
|
|
You can add it manually by with code
if Inventory.GetNumberOfItemsOfType(GetLocalHero(), '>>Item<<') == 0 then
Inventory.AddItemOfType(GetLocalHero(), '>>Item<<')
GUI.DisplayReceivedItem('>>Item<<')
end
whete >>Item<< is:
Industrial Tattoo
ObjectTattooSuitSE1
Balance Tattoo
ObjectTattooSuitSE2
Dragonsbreath Tattoo
ObjectTattooSuitSE3
Crystal Tattoo
ObjectTattooSuitSE4
Swirlwing Tattoo
ObjectTattooSuitSE5
Clockwork Tattoo
ObjectTattooSuitSE7
example
if Inventory.GetNumberOfItemsOfType(GetLocalHero(), 'ObjectTattooSuitSE1') == 0 then
Inventory.AddItemOfType(GetLocalHero(), 'ObjectTattooSuitSE1')
GUI.DisplayReceivedItem('ObjectTattooSuitSE1')
end
what is Rebel's Weapon?
You may also add this
Gameflow.AllowFakePreOrderTemplates = true
it will add 2 quest in Brightwall village
they probably not part of any DLC\PreOrderPacks and does not activate at all
[Updated on: Sun, 20 April 2014 00:03] Report message to a moderator
|
|
|
|
|
|
|
|
|