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.
variables keepiong experience?

0 Members and 1 Guest are viewing this topic.

**
Rep:
Level 83
Apprentice Mapper
ok could someone explain to me really slow how to set this up. i want variables to keep XP for like fishing or mineing or some other skill. i know how to set up a regular fishing trip buit not one that you can gain fishing xp every fish you catch....
Im a RPG Maker Vetren, ive used 2K, 2K3, RMXP, and RMVX, I have my likes and dislikes with them all.

***
Rep:
Level 86
Sonic Dog -> Light Spear -> Overlimit -> Slash
Ok, I'll go into more detail later, but here's the basics:

I'm assuming you have some sort of event that says "You caught a fish! Gained 4 Exp (or however much experience you want it to be worth)!" located right off of a dock/boat/other fishing vessel. After that message, go into variable operations, make a new variable called "Fishing Experience" or something of the sort, and add 4 (or however much experience you want it to be worth). If you want a custom menu that includes experience, then well that takes more work than I care to explain right now. Say the person in charge of the fishing trip magically knows how much experience you have, so when you talk to him, his message should be "Very good. You currently have /v[XXXX] fishing experience." (The x's are the number of your variable in the database).

And that's the bare-bones basics behind (heh, alliteration) variable experience. Again, I'll elaborate tomorrow when I'm more awake. I know you can't do much with a simple number; that's just useless  :D

**
Rep:
Level 83
Apprentice Mapper
Im a RPG Maker Vetren, ive used 2K, 2K3, RMXP, and RMVX, I have my likes and dislikes with them all.

***
Rep:
Level 86
Sonic Dog -> Light Spear -> Overlimit -> Slash
Alright, time for part two. I hope- You know what? I'll just make a topic for this; it'll be more organized. Hold tight.