Neverwinter gateway - Professions Robot

Automatically selects professions for empty slots

< Neverwinter gateway - Professions Robotについてのフィードバック

レート:可 - スクリプトは動作するがバグがある

§
投稿日: 2015/12/21

Winter Event

Is there away to tell it to do the craft Open Sickly Marimo for Flack of Blacklead

§
投稿日: 2015/12/22

Only this task ?

You need to add a custom profile with the settings "Witerevent" task name, "default" base profile and this script :

{
"profileName": "Marimo",
"isProfileActive": true,
"level": {
"0": [
"Event_Winter_Tier0_Intro"
],
"1": [
"Event_Winter_Tier1_Refine_Marimo_Illuminated"
],
"2": [
"Event_Winter_Tier1_Refine_Marimo_Illuminated"
],
"3": [
"Event_Winter_Tier1_Refine_Marimo_Illuminated"
]
}
}

Make sure the Winterevent profession works in default mode before adding this custom script, if it's not the case, you need to activate the profession before.

§
投稿日: 2015/12/23

i was writing out a different cutom, bt have found that the default doesnt work for me either. Ive not run into this, how do you go about activating a profession?

§
投稿日: 2015/12/23

After looking I saw in the code -
taskActive: true,

That was under WinterEvent, so it seems like it should be going. I also checked and they don't have a capitalized 'event' in the url, so I changed that just in case. No go.

§
投稿日: 2015/12/23

Do you have the most current version of the this script? It fixes the upper/lower case issue for the event name.

After you add your custom profile, you still need to go to your character and set them to use the winterevent and then your custom profile. Have you done that as well?

§
投稿日: 2015/12/24

hmm.. ill check all the above and see how it goes. I think so, but ill confirm.

§
投稿日: 2015/12/24
編集日: 2015/12/24

ok resolved.. i had an old version. .12 instead of .13

返信を投稿

返信を投稿するにはログインしてください。