Quote:
Originally Posted by SpannerV2
What am i doing wrong. I had issues getting him to spawn but i got that done but now the tank only enters its normal, 1st, and 2nd form, does not enter other forms.
|
Quote:
Originally Posted by ddd123
Maybe you forgot put " on Tank #135 and Tank #136 at the end?
|
Quote:
Originally Posted by SpannerV2
Yep, got it fixed, i noticed that after posting but still having an issue with the boss tank. For some reason he keep getting 75% of its health hacked away for no apparent reason. Only thing i can think of is the gunner ability do that but i downloaded the latest patch that should of fixed that, or the Regen Ability along with its Regen Limit.
|
Here are the problems I noticed with your setup:
1. Missing quotation marks as mentioned by ddd123.
2. You are expecting the boss to have more than 4 stages, which goes past the limit I set for the feature. Your boss is only allowed to evolve up to 4 times, which means you should only have a total of 5 types dedicated to your boss.
Tank #131 should be your boss' base type.
Tank #132-135 should be your boss' evolution stages.
The config you shared has 6 types.
3. You did not setup each type to evolve into each other. Right now, all you've done is tell the plugin that Tank #131 is one of the stages, but the rest are just separate types.
These are the settings you will need to setup your boss properly:
Tank #131:
PHP Code:
"Spawn"
{
"Finale Tank" "1"
"Spawn Type" "1"
}
"Boss"
{
"Boss Health Stages" "3000,2500,2000,1500"
"Boss Limit" "0"
"Boss Stages" "4"
"Boss Types" "132,133,134,135"
}
Tank #132-135:
PHP Code:
"Spawn"
{
"Finale Tank" "1"
"Spawn Type" "1"
}
"Boss"
{
"Boss Base Type" "131"
"Boss Health Stages" "3000,2500,2000,1500"
"Boss Limit" "0"
"Boss Stages" "4"
"Boss Types" "132,133,134,135"
}
You will have to exclude/discard Tank #136 to make the boss work.
__________________