Guite Emortal Posted November 11, 2019 Share Posted November 11, 2019 Is it possible to make crafting recipes learned by an on use book/scroll/item? Link to comment Share on other sites More sharing options...
1 Ainz Ooal Gown Posted November 11, 2019 Share Posted November 11, 2019 This is a alternate way to do this with events, Players wont "Learn" craft but will have a book to use when they want to use craft: Have a item "Book of Grilling Steak" Make the crafting station for that craft "Grilled Steak" Make an event that goes like this: Open Crafting station "Grilled Steak" Give player Item "Book of Grilling Steak" So this will be a Item Event, when you click on the "Book Of Grilling Steak" it would open the crafting station, then give you the book back (As item events remove the item when used). A more advance way to do this so a player "Learns" the craft which would change a switch or variable for the player to show they learned recipe: Create a switch/variable called "Learned how to cook steak" Have a item "Learn how to cook steak" and make it an event so when the player uses the item it changes the "Learned how to cook steak" switch to true or variable to 1 Have an event on the map like a cooking pot. Make it a option choice (this is so you can cook more than one thing based on choices). Have choice one "Cook Steak" and make the condition "Learned how to cook steak = True", If True then open crafting station. This one would work better with doing a tier system for cooking like so: Tier 1 can cook = Fish, Steak Tier 2 can cook = Bread, Pies ect.. Guite Emortal 1 Link to comment Share on other sites More sharing options...
0 Guite Emortal Posted November 11, 2019 Author Share Posted November 11, 2019 16 minutes ago, Ainz Ooal Gown said: This is a alternate way to do this with events, Players wont "Learn" craft but will have a book to use when they want to use craft: Have a item "Book of Grilling Steak" Make the crafting station for that craft "Grilled Steak" Make an event that goes like this: Open Crafting station "Grilled Steak" Give player Item "Book of Grilling Steak" So this will be a Item Event, when you click on the "Book Of Grilling Steak" it would open the crafting station, then give you the book back (As item events remove the item when used). A more advance way to do this so a player "Learns" the craft which would chance a switch or variable for the player to show they learned recipe: Create a switch/variable called "Learned how to cook steak" Have a item "Learn how to cook steak" and make it an event so when the player uses the item is changes the "Learned how to cook steak" switch to true or variable to 1 Have an event on the map like a cooking pot. Make it a option choice (this is so you can cook more than one thing based on choices). Have choice one "Cook Steak" and make the condition "Learned how to cook steak = True", If True then open crafting station. This one would work better with doing a tier system for cooking like so: Tier 1 can cook = Fish, Steak Tier 2 can cook = Bread, Pies ect.. Thanks Ainz Ainz Ooal Gown 1 Link to comment Share on other sites More sharing options...
-1 Beefy Kasplant Posted November 11, 2019 Share Posted November 11, 2019 Sadly not. You could do it with the event system if you have like 4 crafting recipes, otherwise it's not possible. Link to comment Share on other sites More sharing options...
Question
Guite Emortal
Is it possible to make crafting recipes learned by an on use book/scroll/item?
Link to comment
Share on other sites
3 answers to this question
Recommended Posts