RMRK is retiring.
Registration is disabled. The site will remain online, but eventually become a read-only archive. More information.

RMRK.net has nothing to do with Blockchains, Cryptocurrency or NFTs. We have been around since the early 2000s, but there is a new group using the RMRK name that deals with those things. We have nothing to do with them.
NFTs are a scam, and if somebody is trying to persuade you to buy or invest in crypto/blockchain/NFT content, please turn them down and save your money. See this video for more information.
Skill Crafting system?

0 Members and 2 Guests are viewing this topic.

**
Rep: +0/-0Level 74
RMRK Junior
Skill Crafting System
6/28/11



Summary
I was wondering if there was a script out there that is similar to other crafting scripts, except that the player learns a skill from combining the ingredients, and from there the skill learned would be an ingredient in crafting a stronger version of the skill...I was thinking about modifying an existing crafting script to do this, but I wanted to check everywhere for an already-made script that does this or something similar. Any help would be appreciated!

Features Desired
  • Learn skills by combining items
  • Use learned skills to create better ones


Games its been in
  • Oblivion (Similar concept)



Did you search?
Yeah

Where did you search?
  • Google
  • This site
  • Chaos-Project

What did you search for?
  • Skill Crafting







« Last Edit: June 28, 2011, 11:18:30 PM by RPGManiac »

**
Rep: +0/-0Level 74
RMRK Junior
And if neither works out, I could always resort to using common events and such, but I'd like for it to look nicer than that.

***
Rep:
Level 82
We learn by living...
you need to break down what you want skills to do in a large recipe map. Each ingredient needs one or more attributes, which then add, subtract, multiply, inverse, or act as prerequisites for others. The base skills have certain attributes like two sets of animations, icons, damage, attribute modifiers, and element modifiers. If you want to do more than that, you need to make the new options first. Otherwise, it's just a matter of number crunching.

**
Rep: +0/-0Level 74
RMRK Junior
I decided to go with common events for now.

@shintashi, I think I'll go with your advice when I get the menu for the system working. Thanks, and I'll get back to you for more help with that if needed.

***
Rep:
Level 82
We learn by living...
I decided to go with common events for now.

@shintashi, I think I'll go with your advice when I get the menu for the system working. Thanks, and I'll get back to you for more help with that if needed.

I highly recommend you map out what you want to accomplish first, because some scripting takes so long - at least for me - it becomes very common to lose sight of what the original goal was. We all like to think our awesome ideas will stay in our heads once created, but that's not really true. Sometimes they mutate and begin conforming to our understanding of the process as we attempt to code it ourselves, thus producing an inferior or ill conceived product when compared with our own original awesomeness.

I only bring this up because I recently screwed myself over on a massive, but similar project.

**
Rep: +0/-0Level 74
RMRK Junior
I decided to go with common events for now.

@shintashi, I think I'll go with your advice when I get the menu for the system working. Thanks, and I'll get back to you for more help with that if needed.

I highly recommend you map out what you want to accomplish first, because some scripting takes so long - at least for me - it becomes very common to lose sight of what the original goal was. We all like to think our awesome ideas will stay in our heads once created, but that's not really true. Sometimes they mutate and begin conforming to our understanding of the process as we attempt to code it ourselves, thus producing an inferior or ill conceived product when compared with our own original awesomeness.

I only bring this up because I recently screwed myself over on a massive, but similar project.

Yeah I know what you mean, it's happened to me a few times before.