All Scenario Functions are available from Scenario Tab, by clicking on the [?] button.
——————————
changeBait( name )
Equip new bait for fishing.
Requirements:
– “Bait” icon on hotbar;
– character is not flying;
– character is not occupied;
– bait is present in inventory;
– character is of sufficient level;
– time limit: 30 seconds.
Failure to meet requirements will result in error and break scenario flow.
If mount is summoned, it will be dismissed. If character is sitting, function will attempt to stand up.
Function automatically translates bait name into the language of game client. Four languages are supported: English, Français, Deutsch, 日本語.
Aliases
bait
Parameters
name – name of bait
Examples
bait(Krill Cage Feeder)
bait(Amorçoir à krill)
bait(Krillkäfig-Köder)
bait(クリルフィーダー)
——————————
changeGig( gigSize )
Equip new gig for spearfishing.
Requirements:
– “Gig Head” icon on hotbar;
– time limit: 30 seconds.
Failure to meet requirements will result in error and break scenario flow.
If character is sitting, function will attempt to stand up.
Gig size must be one of the following:
– “small”
– “normal”
– “large”
Note: The corresponding setting on “gathering” tab will be automatically selected. It will be used for all Teeming Waters. If you want to adjust gig size for Shadows nodes, use selectGatherPreset() instead.
Aliases
gig
Parameters
gigSize – small, normal, or large
Examples
gig(Small)
gig(Normal)
gig(Large)