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.
Story progression throughout gameplay

0 Members and 1 Guest are viewing this topic.

**
Rep: +0/-0Level 82
Hrmph.
[figured out i posted in the wrong spot at first  ::) ]

I was wondering how difficult you think it would be to make an rpg in RPGMXP in which the characters actions actually have some sort of effect, like a reputation, that sort of thing.

Example; Hero does the quests that help people out, gets a good reputation. People like the hero, things at certian stores costs less, ect.

Hero does quests that are selfish or greedy, gets a bad rep. Most places dont like him as much, certian guards may attack on site, but you have access to underground markets and such.

[VERY general examples, just to explain what I mean]

Im thinking you could have a variable for reputation in each major city, as well as a global reputation variable. You could modify those depending on actions the player takes, and use those to determine how NPCs react to the player.

Whatcha think?
Currently working on :: The Empire

And check the forums!

***
Rep:
Level 85
Winter is here.
I've dabbled with using variables for this purpose before, and the end result was functional, if cumbersome. If you do go this route, I'd recommend having a series of reputation tiers: five for a good reputation, five for a bad reputation. By default, your reputation will be 100, which indicates that you have a neutral reputation. As you gain positive reputation, it increases. Once the reputation variable is greater than or equal to 120, you progress to the next tier of good reputation and so on until your reputation is equal to 200. The same can be applied to bad reputation, where reputation is taken away until you have 0.

At least, this is how I did it. Like I said before, it wasn't the greatest system in the world, but it got the job done.

Good luck with your game. :)
Eddard Stark art by Teiiku

**
Rep: +0/-0Level 82
Hrmph.
Yeah that's basically what I was thinking. Having a reputation with each major city, that way its a bit more dynamic than having everyone either love you or hate you
Currently working on :: The Empire

And check the forums!