Today I was searching the PBDO-Forum for a good palladium Task, and I found one. It's the official Script from jD. This Task does not require any taskscripts. The good thing in this task is, its very efficient in selling (it chages hangars
Task will work withhin the next manual update of pbdo
I will explain you the settings here:
Code:
This is the upper Part of the script:
#region Task Configuration
/* You really should only need to change shiz here! */
bool UseHangarChange = true; [COLOR="Lime"]//if you have 2 hangars you can place one of the ships on 5-2 into the base[/COLOR]
bool UseAmmoChanger = false; [COLOR="lime"]// should your ship use Crab & Sab?[/COLOR]
bool UseShipAbilities = true;[COLOR="lime"] // if you are using aegis, it will use it's skills[/COLOR]
bool UseTechCenter = true; [COLOR="lime"]// use Rocket precision if you have >10[/COLOR]
bool UseRocketBuyCPU = false; [COLOR="lime"]// buy rockets or not[/COLOR]
bool UseRocketLauncher = true; // self explaining
public int CollectionHangar = 1; /[COLOR="lime"]/ this is the hangar, with which we collect[/COLOR]
public int SellHangar = 2; [COLOR="lime"]// this is the hangar we sell with[/COLOR]
public int RocketBuyConfig = 1; // only if UseRocketBuyCPU is on
public int HellstormBuyConfig = 2;
//ammo
public Enums.LaserAmmoType LaserAmmo = Enums.LaserAmmoType.LCB_10;
public Enums.RocketAmmoType RocketAmmo = Enums.RocketAmmoType.PLT_2026;
public Enums.RocketLauncherAmmoType RocketLauncherAmmo = Enums.RocketLauncherAmmoType.ECO10;
//end ammo
#endregion
P.S. This is the Best Palladium Script I've ever seen
Source/Coders Thread:

Thanks for reading and don't Flame






