Lambda11 / pet-skill-replacer-and-user

Replaces your pet's active with the strongest version (40 power/5min), also uses other partner buffs like Barrier III or Rapid Growth III
10 stars 6 forks source link

Can I config and use the BAF skill? #8

Open sendhelpamdumb opened 5 years ago

sendhelpamdumb commented 5 years ago

I wonder if isn't there with the other skills because it's highly detectable and dangerous. I tried putting it on the config with a random consumable but haven't tested it yet cause I first wanna know if it's safe or if that's why the BAF chance increase by 50% is too dangerous to be one of the skills pre-configured.

Owyn commented 5 years ago

it's too useless to be pre-configured

and you'r free to change config however you'd like

RobinNorling commented 5 years ago

Here's a full list of skills if you need them, sorted from low to high:

(cba to sort out the shit, it's a direct copy from my script but should be understandable enough(tm))

const buffs = { power: {skills: [1101,1102,1103,1104,1105,1106,1107,1108,1109,1110,1111,1112,1113,1114,1115,1116,1117,1118,1119,1120,1121,1122,1123,1124,1125,1126,1127,1128,1129,1130,1131,1132,1133,1134,1135,1136,1137,1138], duration: 240000}, fellowship: {skills: [5010,5011,5012], duration: 600000}, exp: {skills: [5013,5014,5015], duration: 1800000}, talent: {skills: [5016,5017,5018], duration: 1800000}, dual: {skills: [5019,5020,5021], duration: 1800000}, crafting: {skills: [5022,5023,5024], duration: 300000}, fish: {skills: [5025,5026,5027], duration: 300000}, gather: {skills: [5028,5029,5030], duration: 300000} };