Automatically selects professions for empty slots
< 腳本Neverwinter gateway - Professions Robot的回應
Looking to have Winterevent Script for Fish for Light PodsLooking for a Script just to do the following---> Fish for Light PodsIs this correct? [ { "profileName": "default", "isProfileActive": true, "level": { "0": [ "Event_Winter_Tier0_Intro" ], "1": [ "Event_Winter_Tier1_Gather" ] } }]
Yes the script is correct. If the task is not launched with this script, you need to activate the Winterevent profession in the code first.
登入以回覆
Looking to have Winterevent Script for Fish for Light Pods
Looking for a Script just to do the following---> Fish for Light Pods
Is this correct?
[
{
"profileName": "default",
"isProfileActive": true,
"level": {
"0": [
"Event_Winter_Tier0_Intro"
],
"1": [
"Event_Winter_Tier1_Gather"
]
}
}
]