The Wiki for Tale 5 is in read-only mode and is available for archival and reference purposes only. Please visit the current Tale 11 Wiki in the meantime.

If you have any issues with this Wiki, please post in #wiki-editing on Discord or contact Brad in-game.

Difference between revisions of "Tutmault/Macros/Fishing"

From ATITD5
Jump to navigationJump to search
 
Line 15: Line 15:
 
Currently have Lure Pictures: 8 Missing total.<br>
 
Currently have Lure Pictures: 8 Missing total.<br>
 
Currently have 1-12 times and AM/PM. <br>
 
Currently have 1-12 times and AM/PM. <br>
Fish Pictures currently at 22/49.<br>
+
Fish Pictures currently at 23/49.<br>
==== changes as of 06/21/11 ====
 
Rewrote the chat ID function<br>
 
Rewrote the pulse, compared to old version this one is much smoother <br>
 
Added TotalCasts, SkipCommon, and LureChangesToUpdateTimer variables <br>
 
Added Fresh,Glazed along with Preserved Lure Types <br>
 
  
 +
=== Helping ===
 +
This script runs based on images from Main Chat. Many things are missing still, mostly fish names. Below is the list of fish/lures still needed to be added. <br> <br>
 +
<b> Fish </b> <br>
 +
Amur Pike,Bottlenose Squid,Cherry Bonefish,Chicken of the Sea,Giant Crayfish, Great Knucklefish, Ivory Knifefish, Kingfish, Medusafish, Moonfish, Oxyrynchus, Pancake Loach, Queen Lionfish, Razorfin, Reticulated Toothfish, Ribbonfish, River Crab, Sea Urchin, Serpentfish, Spiny Dogfish, Spotted Sea Cucumber, Spoonfish, Tigerfish, White Oniontail, Yellowfin Snapper
 +
<br> <b> Lures </b> <br>
 +
Bloodworm, Clearwing, Corn Maggot, Desert Milliped, Dewfly, Leafsnapper, Nightwing <br> <br>
 +
Simply put I need these in picture form to edit into similar images as in the Fishing folder. Any additional pictures must also be added into Fishing_Func under the correct table. If you wish to upload a picture of something above, edit below a link and I will be happy to add it.
 +
=== uploads ===
  
 
=== Download and Setup ===
 
=== Download and Setup ===
Line 31: Line 34:
 
Install Fishing Folder into Veggietales and extract luascripts into veggietales/luascripts.
 
Install Fishing Folder into Veggietales and extract luascripts into veggietales/luascripts.
 
<br>
 
<br>
In-game you must have Chat Log big enough for no lines to wrap and showing at least the total amount of casts + 2 lines.<br>
+
<b> Must have Lure Menu Pinned, No other windows Pinned.<br>
Must have Use Lure Menu Pinned and fully shown. <br>
+
Must have chat option 'Chat and Inventory can be minimized & Minimized chat-channels are still visible Enabled<br>
Must have mouse pointer in open area to use Self Menu -> Special -> What Time<br>
+
and Must have Chat Main Showing and Large enough for 4-5 Lines showing and Long enough so the lines don't wrap.</b><br><br>
 
Edit Fishing.lua to change casts per lure, time updates per lure change, and skip to next lure on common fish. <br>
 
Edit Fishing.lua to change casts per lure, time updates per lure change, and skip to next lure on common fish. <br>
 
Adding new fish pictures you must edit Fishing_Func.inc and add to the appropriate table. Check current images for idea width/heights.<br>
 
Adding new fish pictures you must edit Fishing_Func.inc and add to the appropriate table. Check current images for idea width/heights.<br>

Latest revision as of 13:47, 23 June 2011

Fishing Macro

Overview

Tutmault's Fishing Script for VeggieTales


What it is.
Script that Reads Chat and Lures. It is a script that will run through all of known lures and fish. It has chat reading for fish types and sizes, and also time. It has option to skip to next lure on common catch, skips when no fish bit, and option of total casts per lure.
Example Log Entry: [BatMite][1PM][17][OctecsLongfin] - saved in fishing/fishing.txt
Current capabilities include: Reading Fish, Size, Time. Using Lures.
This script does not have all types of fish/lures/lure types/chat info recorded and therefore is only a testable script. Therefore this script is recommended to people with some programming knowledge and image editing.


Release Info

Currently have size of fish pictures: 8 through 48 (47 is only one missing).
Currently have Lure Pictures: 8 Missing total.
Currently have 1-12 times and AM/PM.
Fish Pictures currently at 23/49.

Helping

This script runs based on images from Main Chat. Many things are missing still, mostly fish names. Below is the list of fish/lures still needed to be added.

Fish
Amur Pike,Bottlenose Squid,Cherry Bonefish,Chicken of the Sea,Giant Crayfish, Great Knucklefish, Ivory Knifefish, Kingfish, Medusafish, Moonfish, Oxyrynchus, Pancake Loach, Queen Lionfish, Razorfin, Reticulated Toothfish, Ribbonfish, River Crab, Sea Urchin, Serpentfish, Spiny Dogfish, Spotted Sea Cucumber, Spoonfish, Tigerfish, White Oniontail, Yellowfin Snapper
Lures
Bloodworm, Clearwing, Corn Maggot, Desert Milliped, Dewfly, Leafsnapper, Nightwing

Simply put I need these in picture form to edit into similar images as in the Fishing folder. Any additional pictures must also be added into Fishing_Func under the correct table. If you wish to upload a picture of something above, edit below a link and I will be happy to add it.

uploads

Download and Setup

Download --> File:FishingMacro.zip<--

Setup
Install Fishing Folder into Veggietales and extract luascripts into veggietales/luascripts.
Must have Lure Menu Pinned, No other windows Pinned.
Must have chat option 'Chat and Inventory can be minimized & Minimized chat-channels are still visible Enabled
and Must have Chat Main Showing and Large enough for 4-5 Lines showing and Long enough so the lines don't wrap.


Edit Fishing.lua to change casts per lure, time updates per lure change, and skip to next lure on common fish.
Adding new fish pictures you must edit Fishing_Func.inc and add to the appropriate table. Check current images for idea width/heights.