Masuzu / ZooeyBot

Fully automated slime blasting, event and quest farming bot for GBF
https://gbtools.azurewebsites.net/ZooeyBot/en/Home
67 stars 42 forks source link

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

Closed Masuzu closed 5 years ago

Masuzu commented 7 years ago

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 https://github.com/Masuzu/ZooeyBot/issues/123

Masuzu commented 7 years ago

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 commented 7 years ago

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.