-
Notifications
You must be signed in to change notification settings - Fork 14
Add VIP & Campaign in config #114
base: master
Are you sure you want to change the base?
Conversation
Zebiano
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Besides the string problem, all seems to be fine. If possible, could you also update endAt and guildBattleType to be of type string as well?
- Add af-daily > requiredLevel - Deploy > checkConfig - Switch to campaignChapter and campaignStage
|
Should work, but need to be tested ;) |
|
After merge with #133 will require to update the wiki examples 😉 |
Add: Info to terminal Update: Format files
|
Note to self:
|
|
I'll work on it next week if my test account gets back to work. |
|
I've been taking a look at this, and I think I want to make it a bit more different. I'd rather have a function dedicated to checking everything related to required levels/stages before executing the
I'll take care of it this week hopefully! |
Update: `requiredLevel` function WIP: Pushing changes to not lose them
Update: Default `endAt` entry is now `campaign` Update: `eventHoe=true` Add: `runOakSpeedy` variable for the script to know when to run `oakInn_Speedy`
Update: Timings Update: Function `requiredLevel()` doesn't differentiate between stage `0` and `1`, which means it's possible to set a VIP and Chapter level without setting a stage
|
Alright, the PR is basically done now: VIP, Chapter and Stage are now settable in the |
Fix #104 & #103