Author Topic: What is the best lure other than an Angelfish to catch a Deathfish?  (Read 12355 times)

Offline koda733

  • The Wandering Noob
  • Llama Wrangler
  • **
  • Posts: 59
I put some Deathfish spawners in my pond, and I hate having to catch fish just so I can use them as a lure to catch fish, so I can use the fish I just caught to be used as a lure to catch another fish, and so on. I feel like making some Ambrosia, putting some servings in my inventory, then giving some Ambrosia to the Sims that died in every way other than old age.

Offline Seabody

  • Global Moderator
  • Watcher
  • ******
  • Posts: 5071
Re: What is the best lure other than an Angelfish to catch a Deathfish?
« Reply #1 on: June 02, 2012, 04:44:08 AM »
The best lure other than Angelfish?
I'd say that there is none. Your best bet is to have Level 10 in Fishing, and send the Sim out with no lure. The chances are fairly small, if I remember rightly, but it's possible.



Registered members do not see ads on this Forum. Register here.

Leto85

  • Guest
Re: What is the best lure other than an Angelfish to catch a Deathfish?
« Reply #2 on: June 02, 2012, 04:52:41 AM »
Try life fruit. From time to time it will work. And if you don't get off the hook (take that literally) after the normal Death Fish hours you will still catch Death Fishes.
But overall, I agreed with Seabody on this one.

Offline Tealeaf

  • Townie
  • ***
  • Posts: 193
    • Annie Takes Off
Re: What is the best lure other than an Angelfish to catch a Deathfish?
« Reply #3 on: June 02, 2012, 07:09:59 AM »
Wait, I thought that any bait increases your chances of catching all fish, while increasing the chances of getting what is attracted to that bait significantly.  By my understanding, if you are for example at a spot with both minnow and deathfish, using an apple as bait will get several times more minnow, but also get you more deathfish than using just the lure.

    But I won't be shocked if my understanding is wrong.

Edit: Spelling
I'm Tealeaf, and I approve of this message.

Leto85

  • Guest
Re: What is the best lure other than an Angelfish to catch a Deathfish?
« Reply #4 on: June 02, 2012, 07:27:53 AM »
(...)
    But I won't be shocked if my understanding is wrong.

No, you're right about that.

thesweetestpea

  • Guest
Re: What is the best lure other than an Angelfish to catch a Deathfish?
« Reply #5 on: June 02, 2012, 08:51:04 AM »
The best lure other than Angelfish?
I'd say that there is none. Your best bet is to have Level 10 in Fishing, and send the Sim out with no lure. The chances are fairly small, if I remember rightly, but it's possible.

It's not that hard to catch them without a lure. Archibald Goldberg from the Daisy Path went out the night he turned YA and hauled in three normal-quality deathfish without bait.

Offline koda733

  • The Wandering Noob
  • Llama Wrangler
  • **
  • Posts: 59
Re: What is the best lure other than an Angelfish to catch a Deathfish?
« Reply #6 on: June 02, 2012, 04:46:52 PM »
Thanks for the advice everyone!  :)



Registered members do not see ads on this Forum. Register here.

Offline Pam

  • Community Manager
  • Forum Founder and Friend
  • Watcher
  • ******
  • Posts: 14791
Re: What is the best lure other than an Angelfish to catch a Deathfish?
« Reply #7 on: June 02, 2012, 05:03:25 PM »
My understanding has always been that only the specific bait for a fish will increase the chances of catching that fish.  So, it's either the specific bait or just the lure.  If this is wrong, I'd sure like to know.  Anyone up for some testing with different baits to catch the same fish?
Read and heed the Forum Rules, please!

Support the site when you purchase online!
Dreamweaver Immortal Dynasty
Dreamweaver 4 x 4 Dynasty
Pam's Sims 4 World Blog

"Half of my posts are correcting people. The other 49% is moving threads."

Sportsfan

  • Guest
Re: What is the best lure other than an Angelfish to catch a Deathfish?
« Reply #8 on: June 02, 2012, 05:12:58 PM »
I thought the same Pam. Perhaps someone who already posted here could look in the game code for us? *cough* Seabody *cough*

Offline Seabody

  • Global Moderator
  • Watcher
  • ******
  • Posts: 5071
Re: What is the best lure other than an Angelfish to catch a Deathfish?
« Reply #9 on: June 02, 2012, 09:29:05 PM »
I thought the same Pam. Perhaps someone who already posted here could look in the game code for us? *cough* Seabody *cough*

I had a look in the file where all information about Fish is stored. The only information regarding Deathfish was:

Code: [Select]
<Fish>
  <Name>Deathfish</Name>
  <Description>DeathfishDesc</Description>
  <Hex>Deathfish</Hex>
  <WaterTypes>2</WaterTypes>
  <Bait>Angelfish</Bait>
  <Level>10</Level>
  <MinWeight>20</MinWeight>
  <MaxWeight>80</MaxWeight>
  <OverMax>True</OverMax>
  <MinPrice>200</MinPrice>
  <MaxPrice>1000</MaxPrice>
  <SkillPoints>1500</SkillPoints>
  <MedatorName>fishDeathfish</MedatorName>
  <EffectSize>Large</EffectSize>
  <Ingredient_Key>Deathfish</Ingredient_Key>
  <Model_Name>fishDeathfish</Model_Name>
  <Fertilizer_Value>-200</Fertilizer_Value>
  <Fertilizer_Days>4</Fertilizer_Days>
  <CanBuyFromStore>False</CanBuyFromStore>
  <FishBowlMaterialState>fishBowlDeathfish</FishBowlMaterialState>
  <Rarity>Rare</Rarity>
  <MinHuntSkillLevel>9</MinHuntSkillLevel>
  <MaxHuntSkillLevel>10</MaxHuntSkillLevel>
  <MinHuntWeight>1</MinHuntWeight>
  <MaxHuntWeight>10</MaxHuntWeight>
 </Fish>

So, I did find some interesting information, but by the looks of it, there *is* no other bait for Deathfish.

Offline Pam

  • Community Manager
  • Forum Founder and Friend
  • Watcher
  • ******
  • Posts: 14791
Re: What is the best lure other than an Angelfish to catch a Deathfish?
« Reply #10 on: June 02, 2012, 11:24:10 PM »
Thank you, *cough* Seabody *cough*.  Can you tell if using any bait at all increases the overall chances of catching Deathfish.  Or would it be mentioned in that part of the code if it was possible?
Read and heed the Forum Rules, please!

Support the site when you purchase online!
Dreamweaver Immortal Dynasty
Dreamweaver 4 x 4 Dynasty
Pam's Sims 4 World Blog

"Half of my posts are correcting people. The other 49% is moving threads."

Offline Seabody

  • Global Moderator
  • Watcher
  • ******
  • Posts: 5071
Re: What is the best lure other than an Angelfish to catch a Deathfish?
« Reply #11 on: June 03, 2012, 12:20:32 AM »
I can't see that information. I can only see that the only bait for Deathfish is Angelfish.

Ketalar

  • Guest
Re: What is the best lure other than an Angelfish to catch a Deathfish?
« Reply #12 on: June 03, 2012, 02:12:18 AM »
I've had Agnes use the home pond for deathfish in my dynasty and once did try without bait. She had supermaxed fishing by the way. She did catch some, but the catching was so slow that it was almost wasted time compared to using bait.

AdnaanA

  • Guest
Re: What is the best lure other than an Angelfish to catch a Deathfish?
« Reply #13 on: June 03, 2012, 08:32:14 AM »
There is a way,
Have your sim max fishing and read the deathfish bait book, and use any other bait at night. I caught 3 outstanding deathfish and 2 perfect vampirefish.

Offline Pam

  • Community Manager
  • Forum Founder and Friend
  • Watcher
  • ******
  • Posts: 14791
Re: What is the best lure other than an Angelfish to catch a Deathfish?
« Reply #14 on: June 03, 2012, 05:19:59 PM »
There is a way,
Have your sim max fishing and read the deathfish bait book, and use any other bait at night. I caught 3 outstanding deathfish and 2 perfect vampirefish.

The only thing reading the bait book does is tell your Sim that Angelfish is the bait.  It won't help your Sim catch Deathfish unless Angelfish is used as bait.
Read and heed the Forum Rules, please!

Support the site when you purchase online!
Dreamweaver Immortal Dynasty
Dreamweaver 4 x 4 Dynasty
Pam's Sims 4 World Blog

"Half of my posts are correcting people. The other 49% is moving threads."