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"
]
}
}
]