Notice: fwrite(): Write of 44 bytes failed with errno=28 No space left on device in /home/rmrk/domains/rmrk.net/public_html/Sources/Cache/APIs/FileBased.php on line 96
Print Page - [Requests]Fishing Skill script + Mining + black smithing

The RPG Maker Resource Kit

RMRK RPG Maker Creation => Requests => Script Request => Topic started by: Ultimagamer on June 15, 2008, 02:31:29 AM

Title: [Requests]Fishing Skill script + Mining + black smithing
Post by: Ultimagamer on June 15, 2008, 02:31:29 AM
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
Title: Re: [Requests]Fishing Skill script + Mining + black smithing
Post by: &&&&&&&&&&&&& on June 17, 2008, 11:30:07 PM
Fish would be easy.

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.

if iron < 0
if rock < 0
iron - 1
rock - 1
change item rock sword.
Title: Re: [Requests]Fishing Skill script + Mining + black smithing
Post by: Leventhan on June 19, 2008, 03:11:30 PM
There is already a smith/combining stuff script.
Search in other RM sites.