rvazarkar / NGUInjector

Apache License 2.0
27 stars 31 forks source link

Problems with Boss Rebirth #74

Closed ghost closed 3 years ago

ghost commented 3 years ago

I have been trying to use the "Bosses" rebirth type, but it doesnt work right, it rebirth before the number of bosses I input, I'm doing it wrong or it's something in the code?.

Here is the input Im using:

"Rebirth": { "Type": bosses, "Target": { "10" } },

Also few examples of rebirth types could help a lot, Im trying to figure it out how this one works as with the numbers one too.

rvazarkar commented 3 years ago
"Rebirth": {
    "Type": "Bosses",
    "Target": 5,
    "Challenges": []
  },
ghost commented 3 years ago

Now is working, Thanks for the help and for this amazing work you are doing for the NGU community