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.
[Requests]Fishing Skill script + Mining + black smithing

0 Members and 1 Guest are viewing this topic.

**
Rep: +0/-0Level 85
I need scripts for those things for my game. If scripts are not avalible maybe a tutoriail that can explain how to make such things?

I need these for RPG MAKER XP. Put it in wrong place by mistake XD
« Last Edit: June 15, 2008, 02:49:51 AM by Ultimagamer »

*
&&&&&&&&&&&&&&&&&&&&&&&&&&&&&
Rep:
Level 96
&&&&&&&&&&&&&&&&&&&&&&&&&&&
GIAW 14: 2nd Place (Hard Mode)2013 Biggest Drama Whore2013 Zero to HeroParticipant - GIAW 11Secret Santa 2013 ParticipantFor taking arms in the name of your breakfast.
Fish would be easy.

 
Code: [Select]
if bait = yes
 then change variable fish 0 -> 5
   
   if fish = 0 print "Nothing"
      then change variable line 0 -> 5
             if line = 0 print 'The line snapped"
             if line = 1 print 'The line snapped"
             if line = 2 print 'The line snapped"
             if line = 3 print 'The line snapped"
             if line = 4 print 'The line snapped"
             if line = 5 print 'You caught a fish X" change item add fish X
   
   if fish = 1 print "You got a bite!" then change variable type 1
   then change variable line 0 -> 5
             if line = 0 print 'The line snapped"
             if line = 1 print 'The line snapped"
             if line = 2 print 'The line snapped"
             if line = 3 print 'The line snapped"
             if line = 4 print 'The line snapped"
             if line = 5 print 'You caught a fish X" change item add fish X
   
   if fish = 2 print "You got a bite!" then change variable type 2
   then change variable line 0 -> 5
             if line = 0 print 'The line snapped"
             if line = 1 print 'The line snapped"
             if line = 2 print 'The line snapped"
             if line = 3 print 'The line snapped"
             if line = 4 print 'The line snapped"
             if line = 5 print 'You caught a fish X" change item add fish X
   
   if fish = 3 print "You got a bite!" then change variable type 3
   then change variable line 0 -> 5
             if line = 0 print 'The line snapped"
             if line = 1 print 'The line snapped"
             if line = 2 print 'The line snapped"
             if line = 3 print 'The line snapped"
             if line = 4 print 'The line snapped"
             if line = 5 print 'You caught a fish X" change item add fish X
   
   if fish = 4 print "You got a bite!" then change variable type 4
   then change variable line 0 -> 5
             if line = 0 print 'The line snapped"
             if line = 1 print 'The line snapped"
             if line = 2 print 'The line snapped"
             if line = 3 print 'The line snapped"
             if line = 4 print 'The line snapped"
             if line = 5 print 'You caught a fish X" change item add fish X
   
   if fish = 5 print "You got a bite!" then change variable type 5
then change variable line 0 -> 5
             if line = 0 print 'The line snapped"
             if line = 1 print 'The line snapped"
             if line = 2 print 'The line snapped"
             if line = 3 print 'The line snapped"
             if line = 4 print 'The line snapped"
             if line = 5 print 'You caught a fish X" change item add fish X

Or something like that.
The mining one could be done almost the same.

The smithing one is also easy.

Code: [Select]
if iron < 0
if rock < 0
iron - 1
rock - 1
change item rock sword.
&&&&&&&&&&&&&&&&

********
Shadow Knight
Rep:
Level 91
Ruin that brick wall!
Project of the Month winner for October 2008
There is already a smith/combining stuff script.
Search in other RM sites.
Be kind, everyone you meet is fighting a hard battle.