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 Script Request

0 Members and 1 Guest are viewing this topic.

**
Rep: +0/-0Level 89
I dont know if you need a script for this, or if its possible, but is there a way to make skills like Farming, Mining, stuff like that? If anyone has played the online crap game "Runescape" you know what I'm talking about.
~Dirty Ego~

******
Rep:
Level 91
hmm .. scripts.. easy things.. hmm no...

oh yes all you need is an event -.-

make an auto start event in the say.. rock mining map going like this:
Code: [Select]
variable( rock1loaded) = 5
earse event

(that will do it for rock1, add as many as you want)

make say a rock event and it will look like..
(trigger- action key)
Code: [Select]

If (mining tool) is possessed then
-if rock1loaded >0 then
--message: omg! you mined a piece of rock!!!
--variable(mining tool) : +1
--variable(mining exp) : +3
--variable(rock1loaded): -1
--if mining exp > 30 then
---add item: omg supa rock
--else
---if mining exp >9 then
----add item: omg accepatble rock
---else
----add item: omg crap rock
--if mining tool > 20 then
---message: omg you broke your stupid mining tool
---remove item: mining tool
---variable(mining tool)= 0
--else
---variable(checker)= 20
---variable(checker)= -variable(mining tool)
---message: omg you only got \v[checker] uses left before you break the tool
-else
--message: omg there is nothing in this stupid rock
else
-message: omg i can't stop saying omg AND i don't have the right tool!


you do it like that for... anything..
holy shit my sig was big!