Jump to content
New account registrations are disabed. This website is now an archive. Read more here.
Sign in to follow this  
Cjdrmxp

Need Help with fishing event

Recommended Posts

i dont know if im aloud to request here as i joined about 2 minutes ago, but using guides on top of guides i have made a basic fishing event. And i was wondering if anyone could help me make some items, tell me how or give me download links, i want these items to look like other rmxp items, any help is greatly appreiceated. Heres a list of the items;

Fishing rod

Bass

Guppy

Boot

Salmon

 

If anyone could make these, give me links or even tell me how i could go about making these please help!

Share this post


Link to post
Share on other sites
Fish Catching System

 

1. Open RMXP to the Common Events tab.

2. Call it whatever you like and make the Trigger 'None'.

3. Now place this in the event area:

 

@>Play SE: '021-Dive01', 90, 100

@>Text: You begin to fish...

@>Wait 145 frame(s)

@>Control Variables: [0001: Fish] = Random No. (1...7)

@> Conditional Branch: Variable [0001: Fish] == 1

@>Text: \C[6]You Caught Crabs!

@>Change Items: [Crabs], + 1

@>

: Else

@>

: Branch End

@>Conditional Branch: Variable [0001: Fish] == 2

@>Text: \C[6]You Caught a Frog.

@>Change Items: [Frog], + 1

@>

: Else

@>

: Branch End

 

Repeat these prizes and fish until you reach whatever your last possible random number is. In this case it would be 7. So I'd repeat these with different fish until I got to 'Conditional Branch: Variable [0001: Fish] == 7'

 

Now to make it work, put an event on the edge of the water and make it 'Action Key' Trigger. then you'd put this into your event:

 

@>Conditional Branch: [Ryan] is [Fishing Rod] equipped

@>Call Common Event: Fish

@>

: Else

@>Text: You do not have a fishing rod.

@>

: Branch End

@>

 

At the 'Call Common Event' part, you call the one that you Just made above and you're all set. copy and past the event around the water where you want the hero able to fish.

 

 

I did not make it Credit: Ryan. I hope this helps.

Share this post


Link to post
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
Sign in to follow this  

  • Recently Browsing   0 members

    No registered users viewing this page.

×
×
  • Create New...