Greasy Fork is available in English.

Neverwinter gateway - Professions Robot

Automatically selects professions for empty slots

< Feedback on Neverwinter gateway - Professions Robot

Question/comment

§
Posted: 09-08-2016

Creating Profile - need help

hi,
i m so far from codding and still cant have any profile :(
i have tried and import after check Json but cant work
------------------------------------
{
"profileName": "just Simple pelt",
"isProfileActive": true,
"level": {
"2":["Gather Simple Pelts"],
}
------------------------------------
{
"profileName": "just Simple pelt",
"isProfileActive": true,
"level": {
"2":"Leatherworking_Tier1_Gather_Special"
}
}
---------------------------------------------

i want to learn by simply how can i do just one or 2-3 task what i choose?
for exp. Simple Pelt at leatherworking how can create a profile for it?

thx

§
Posted: 13-08-2016

anyone can help me pls?

§
Posted: 13-08-2016
Edited: 13-08-2016

{
"profileName": "test3",
"isProfileActive": true,
"level": {
"0": [
"Leatherworking_Tier0_Intro_1"
],
"1": [
"Leatherworking_Tier1_Leather_Boots_1",
"Leatherworking_Tier1_Leather_Shirt_1",
"Leatherworking_Tier1_Gather_Basic"
]
}
}

and doesnt work. can anyone help me? i cant create a profile

§
Posted: 13-08-2016
Edited: 13-08-2016

Can you be more specific what doesn't work ? What is the level of your leather working profession ? What is the base profile you selected ? If any.

§
Posted: 13-08-2016

my XYZ character leatherworking is 23lvl.
i want to do just lvl1 task (simple pelt)
if i choose lrsthrtworking "default" profile, robot starts lvl21 task (gather aberrant pelts-more exp)
so i had tried to make a profile for crafting lvl1 task.

1. i have copied deafult task
2. clicked custom profile
3. choosed leatherworking for task name
4. choosed new for base profile name
5. paste it then delete others without lvl1 (like up message) and clicked "import"
6. there was my profile (test3)
7.i clicked my XYZ character on robot, there is 5slots weaponsmithing on default and 4slots leatherworking on test3 (my new leatherworking profile)
8. resume task script and reprocess all chars
9. robot fill 5sloths with weaponsmithing default butttt doesnt fill 4slots with leatherworking with my profile. there is blank (not start any task)

§
Posted: 13-08-2016
Edited: 13-08-2016

The level numbers are for the profession levels, not the task levels. If the char has level 23 professions you need to set what are the tasks to select at that level:

{  
   "profileName":"test3",
   "isProfileActive":true,
   "level":{  
      "23":[  
         "Leatherworking_Tier1_Gather_Basic"
      ],
      "24":[  
         "Leatherworking_Tier1_Gather_Basic"
      ],
      "25":[  
         "Leatherworking_Tier1_Gather_Basic"
      ]
   }
}

You should also set levels 24 and 25 or it will stop when you level up.

§
Posted: 13-08-2016

now everything allright, it works very well. i thank you.
i thought levl for task but see now not. :smile:

Post reply

Sign in to post a reply.