What's new
  • Visit Rebornbuddy
  • Visit Panda Profiles
  • Visit LLamamMagic
  • Visit Resources
  • Visit Downloads
  • Visit Portal

RE-RELEASE SOME PLUGINS

gamemaste789

Member
Joined
Mar 13, 2014
Messages
89
Reaction score
7
Since the forums got cleaned some plugins got lost I am not author just reposting

AIF version 3.0.4
DangerDodger version 0.0.1.1
TCP_Disc version 1.0

I also included default - AIF.FILTER.V3.4.8.json inside AIF

Hopefully this is allowed, just trying to help
 

Attachments

The previous versions of AIF and ComLib have been restored finally today.

I didn't mirror DangerDodger (https://www.thebuddyforum.com/threads/plugin-dangerdodger.240899/) since it was an outdated plugin form pre-3.0 EB, but I suppose people can learn from the code still.

[Plugin] Chicken based on TCP Disconnect (https://www.thebuddyforum.com/threads/plugin-chicken-based-on-tcp-disconnect.415520/) can be updated with a new thread for the forum if the author still wishes to support it. The code is fine for 3.0+, but for the forum reorganization it'd be nice for people to have new threads posted with the prefixes and last active date so users know if they use it and have questions or comments, they will eventually get a response.
 
AIF version 3.0.5

added
Shaper & Elder items will not be used for Chaos recipe
Shaper & Elder items stashing categories


Ignore Shaper and Elder items for Chaos recipe will only work if you are using AIF chaos recipe plugin. If you are using the generic chaos recipe plugin you will need to make changes to it's code! I'd upload AIF chaos recipe plugin if I'd still have it sadly I don't so if someone else still has it please upload...

If you are using ChaosRecipe plugin that comes with EB default open RecipeData.cs and search for:
Code:
if (item.IsIdentified ||

Add below
Code:
item.IsShaperItem ||
item.IsElderItem ||

You will have to redo this every EB patch because with every EB patch everything in default 3th party default directory gets overwritten so do it once and make a backup so you won't have to redo this every time.
 

Attachments

Ignore Shaper and Elder items for Chaos recipe will only work if you are using AIF chaos recipe plugin. If you are using the generic chaos recipe plugin you will need to make changes to it's code! I'd upload AIF chaos recipe plugin if I'd still have it sadly I don't so if someone else still has it please upload...

If you are using ChaosRecipe plugin that comes with EB default open RecipeData.cs and search for:
Code:
if (item.IsIdentified ||

Add below
Code:
item.IsShaperItem ||
item.IsElderItem ||

You will have to redo this every EB patch because with every EB patch everything in default 3th party default directory gets overwritten so do it once and make a backup so you won't have to redo this every time.

We added support for people to be able to handle this without any code changes a while back.

Simply add a new filter of the type EvaluationType.ExcludeFromChaosRecipe and match shaper/elder items. Likewise, you can ignore based on any other things as well.
 
I think there was a follower plugin which makes bot to follow a character. How can I find it?
 
I think there was a follower plugin which makes bot to follow a character. How can I find it?

That doesn't ring a bell, no public plugin that I can remember offered that, but you can search the forums the same way as before.
 
Back
Top