Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Guildelines to automate GW NM 90/95+ farming as of version 1.11.0 #127

Closed
Masuzu opened this issue Jun 24, 2017 · 2 comments
Closed

Guildelines to automate GW NM 90/95+ farming as of version 1.11.0 #127

Masuzu opened this issue Jun 24, 2017 · 2 comments
Labels

Comments

@Masuzu
Copy link
Owner

Masuzu commented Jun 24, 2017

Zooey can now host and farm automatically GW Nightmare 90 modes. To do so, edit the TreasureEventMode section of the ZooeyBot.ini file as follows:

# Use this special event mode to automate farming of events stages which require a certain number of items to be hosted, such as Guild War nightmare modes.
[TreasureEventMode]
Enabled=true
# Url of the event page. The URL of the Little Skyfarer event is given as an example.
TreasureEventUrl=http://game.granbluefantasy.jp/#event/teamraid032
# Supported value are 'vh' (for "very hard") and 'ex' (for "extreme"), 'gw' (for the preliminary round and first day of "Unite and Fight" nightmare mode level 90, 'gw-day-2-nm-90' for the second and 3rd days of "Unite and Fight" nightmare mode level 90, 'gw-day-2-nm-95' for the second and 3rd days of "Unite and Fight" nightmare mode level 95)
Difficulty=gw
# Action point cost of the quest you are trying to start
ActionPointCost=30
TreasureEventModeScript=<your Lua script>

Lua script documentation for Zooey Bot
You can configure your preferred summons using the parameter PreferredSummons in the Summons section and to force a refresh the summon list by setting RerollSummonWhenNoPreferredSummonWasFound to true.

To farm the EX+/EX/VH or "eye balls", please refer to #123

Repository owner locked and limited conversation to collaborators Jun 24, 2017
@Masuzu
Copy link
Owner Author

Masuzu commented Jun 25, 2017

For the second and third days of the final as of version 1.11.0, please use:

[TreasureEventMode]
Enabled=true
TreasureEventUrl=http://game.granbluefantasy.jp/#event/teamraid032
Difficulty=gw-day-2-nm-95
# Action point cost of the quest you are trying to start
ActionPointCost=40
TreasureEventModeScript=<your Lua script>

to host the NM 95 mode and

[TreasureEventMode]
Enabled=true
TreasureEventUrl=http://game.granbluefantasy.jp/#event/teamraid032
Difficulty=gw-day-2-nm-90
# Action point cost of the quest you are trying to start
ActionPointCost=30
TreasureEventModeScript=<your Lua script>

to host the NM 90 mode.

@Masuzu Masuzu changed the title Guildelines to automate GW NM 90+ farming as of version 1.10.0 Guildelines to automate GW NM 90/95+ farming as of version 1.11.0 Jun 25, 2017
@Masuzu
Copy link
Owner Author

Masuzu commented Jun 27, 2017

For the fourth and last days of the final as of version 1.11.1, please use:

[TreasureEventMode]
Enabled=true
TreasureEventUrl=http://game.granbluefantasy.jp/#event/teamraid032
Difficulty=gw-day-4-nm-100
# Action point cost of the quest you are trying to start
ActionPointCost=50
TreasureEventModeScript=<your Lua script>

to host the NM 100 mode

[TreasureEventMode]
Enabled=true
TreasureEventUrl=http://game.granbluefantasy.jp/#event/teamraid032
Difficulty=gw-day-4-nm-95
# Action point cost of the quest you are trying to start
ActionPointCost=40
TreasureEventModeScript=<your Lua script>

to host the NM 95 mode and

[TreasureEventMode]
Enabled=true
TreasureEventUrl=http://game.granbluefantasy.jp/#event/teamraid032
Difficulty=gw-day-4-nm-90
# Action point cost of the quest you are trying to start
ActionPointCost=30
TreasureEventModeScript=<your Lua script>

to host the NM 90 mode.

@Masuzu Masuzu closed this as completed Jun 1, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

1 participant