Jump to content

Huntsman plugin lot loading

Closed 1.3.4 1.3.7

raezenkane
raezenkane

Posted

I get this message:

Error while compiling: HuntsMan.cs(163,34): error CS1501: No overload for method `Init' takes `14' arguments

pookins

Posted

Same problem here, this plugin has needed fixing for some time now (re my previous posts) but now wont compile

HuntsMan - Failed to compile: HuntsMan.cs(160,34): error CS1501: No overload for method `Init' takes `14' arguments

JustANoob

Posted

Error while compiling: HuntsMan.cs(163,34): error CS1501: No overload for method `Init' takes `14' arguments

 

HeartlessWolve

Posted

Goto Line  161 and replace npc.Brain.Senses.Init(npc, to npc.Brain.Senses.Init(npc, npc.Brain, and save and it works again

pookins

Posted

i used this "fix" and it worked

LizardMods 31

Posted Saturday at 03:10 PM (edited)

  On 12/3/2022 at 11:12 AM, Wayward said:

This isn't my mod but I got it working with the following:

Change:

npc.Brain.Senses.Init(...) to the following:

npc.Brain.Senses.Init(npc, npc.Brain, 5f, 140f, 140f, -1f, true, false, true, 60f, false, false, true, EntityType.Player, false);

No idea if this is the correct fix but it will compile now.

Krungh Crow

Posted

Changed Status from Pending to Closed

Changed Fixed In to 1.3.7

1.4m

Downloads

Total number of downloads.

6.9k

Customers

Total customers served.

102.2k

Files Sold

Total number of files sold.

2m

Payments Processed

Total payments processed.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.