Max Followers Based On Intelligence

Max Followers Based On Intelligence 1.2.0

Author
Felladrin
Downloads
104
Views
2,513
First release
Last update

Ratings

0.00 star(s) 0 ratings
No permission to download Join the discussion More information

More resources from Felladrin

Max Followers Based On Intelligence

Intelligent people have more influence over others. So, this script evaluates how intelligent is the player and changes the number of creatures he could control.

Installation

1. Drop this script somewhere in your Scripts folder

2. Open it and change the Config class to suit your needs.

3. Open PlayerMobile.cs and find, in the ValidateEquipment_Sandbox() method, the following line:
Code:
Expand Collapse Copy
Mobile from = this;

Below that line, add the following line:
Code:
Expand Collapse Copy
Felladrin.Automations.MaxFollowersBasedOnIntelligence.Evaluate(from);

4. Restart the shard and it will automatically start evaluating the players' max followers.

Configuration

You can configure it on the first lines of the script.
Code:
Expand Collapse Copy
int IntelligenceCap = 125;      // What's the intelligence cap for players?
int MinFollowersAllowed = 2;    // What's the minimum number of followers they can have?
int MaxFollowersAllowed = 8;    // What's the maximum number of followers they can have?
  • Like
Reactions: Quasar

Donations

Total amount
$30.00
Goal
$500.00

Shards

Back