| 
		
	
	
	
		
	Posts: 11,566Threads: 672
 Joined: May 2009
 
	
	
		Go Fish!IntroductionVersion: 1.3
 
This little system (hahahaha) grants you three different types of fishing skill games based on the type of fishing tackle you use. You can play a rapid button-mashing speed game when using a fishing rod, a timed reaction fishing game if you use a harpoon, and play out an in-range game as you use a net to try to catch the fish.
Demo
Go Fish!
Instructions 
Quite a few in the script itself.
Compatability 
Designed for use solely for RPGMaker XP.
Credits and Thanks 
Thanks goes to ntzrmtthihu777 who assisted me when I went looking for some fishing graphic resources for the demo, and credits goes to Barubary who released the original fish graphics that were used in the demo.  And thanks to OmniChris at Creation Asylum for noticing a syntax bug in a method that brings up a result window if you don't have the right fishing gear.
Terms and Conditions 
Free for use. Just give proper credits.
	 
Up is down, left is right and sideways is straight ahead. - Cord "Circle of Iron", 1978 (written by Bruce Lee and James Coburn... really...)
  Above are clickable links 
	
	
	
		
	Posts: 4,967Threads: 611
 Joined: Dec 2009
 
	
	
		Text to RGSS? I thought it was about going fishing or something the like...
	 
"For God has not destined us for wrath, but for obtaining salvation through our Lord Jesus Christ," 1 Thessalonians 5:9
Maranatha!
The Internet might be either your friend or enemy. It just depends on whether or not she has a bad hair day.
 ![[Image: SP1-Scripter.png]](https://www.save-point.org/images/userbars/SP1-Scripter.png)  ![[Image: SP1-Writer.png]](https://www.save-point.org/images/userbars/SP1-Writer.png)  ![[Image: SP1-Poet.png]](https://www.save-point.org/images/userbars/SP1-Poet.png)  ![[Image: SP1-PixelArtist.png]](https://www.save-point.org/images/userbars/SP1-PixelArtist.png)  ![[Image: SP1-Reporter.png]](https://i.postimg.cc/GmxWbHyL/SP1-Reporter.png) My Original Stories  (available in English and Spanish)
 
List of Compiled Binary Executables I have published...
HiddenChest  & Roole 
Give me a free copy of your completed game if you include at least 3 of my scripts!    
Just some scripts I've already published on the board...
KyoGemBoost XP VX & ACE , RandomEnkounters XP , KSkillShop XP , Kolloseum States XP , KEvents XP , KScenario XP & Gosu , KyoPrizeShop XP Mangostan , Kuests XP , KyoDiscounts XP VX, ACE & MV , KChest XP VX & ACE 2016 , KTelePort XP , KSkillMax XP & VX & ACE , Gem Roulette XP VX & VX Ace , KRespawnPoint XP, VX & VX Ace , GiveAway XP VX & ACE , Klearance XP VX & ACE , KUnits XP VX, ACE & Gosu 2017 , KLevel XP , KRumors XP & ACE , KMonsterPals XP VX & ACE , KStatsRefill XP VX & ACE , KLotto XP VX & ACE , KItemDesc XP & VX , KPocket XP & VX , OpenChest XP VX & ACE 
	
	
	
		
	Posts: 11,566Threads: 672
 Joined: May 2009
 
	
	
		Urp.  Left the original 'text' in the link.  
 BTW:  Revised demo coming up tonight. Bug fix.
 
Up is down, left is right and sideways is straight ahead. - Cord "Circle of Iron", 1978 (written by Bruce Lee and James Coburn... really...)
  Above are clickable links 
	
	
	
		
	Posts: 190Threads: 31
 Joined: Dec 2012
 
	
	
		Very entertaining! I thought it was hilarious the first error I ran into was on line 1337, lol. what are the chances?
	 
	
	
	
		
	Posts: 11,566Threads: 672
 Joined: May 2009
 
	
	
		Yep. Leet. But I caught it before I talked to you in IRC. 
 Version 1.2 is out. Actually, it was out yesterday. I just neglected a timely bump.
 
Up is down, left is right and sideways is straight ahead. - Cord "Circle of Iron", 1978 (written by Bruce Lee and James Coburn... really...)
  Above are clickable links 
	
	
	
		
	Posts: 109Threads: 35
 Joined: May 2012
 
	
	
		The bug fix is simple :) 
Line 1337  
Is:
 Code: $game_map.events[@id].direction      =facedir
Should be:
 Code: $game_map.events[@id].direction = $game_player.direction
Or add before line 1337 this :
 Code: facedir = $game_player.direction
And all should work :)
	
Skills: Android, Ruby, PHP, Linux
 
	
	
	
		
	Posts: 2Threads: 0
 Joined: Jan 2013
 
	
	
		I thought this was about the card game when I opened it up, but this is way better! I've been trying (unsuccessfully) to make a fishing game with events, but with this, I don't have to. Thanks!
	 
	
	
	
		
	Posts: 11,566Threads: 672
 Joined: May 2009
 
	
	
		Hey, Narzew.  I see ya did find the bug too, but I added a little more code while I did that precise fix weeks ago with 1.2.  You may like the little extra touch (though I totally forgot what I added).    
Thanks wierdalexv.  You can thank my sis for wanting a fishing and farming script.
	
Up is down, left is right and sideways is straight ahead. - Cord "Circle of Iron", 1978 (written by Bruce Lee and James Coburn... really...)
  Above are clickable links 
	
	
	
		
	Posts: 11,566Threads: 672
 Joined: May 2009
 
	
	
		
BUMP!to version 1.3
 
OmniChris, a member of Creation Asylum, found a glitch that occurred if you attempted to fish without the proper tackle. That didn't take long to fix at all.
	 
Up is down, left is right and sideways is straight ahead. - Cord "Circle of Iron", 1978 (written by Bruce Lee and James Coburn... really...)
  Above are clickable links |