Greasy Fork is available in English.

Neverwinter gateway - Profession Automation

Automatically selects professions for empty slots

< Valutazione su Neverwinter gateway - Profession Automation

Recensione: Bene - lo script funziona

§
Pubblicato: 15/04/2015

Anyone know the name of Blacksmithing Task?

Anyone that has data-mined either the game files or the gateway java script know the name of the level 21 Blacksmithing tasks "Gather Adamant Ore" and "Forge Adamantine Plates"? I've troubleshooted some tasks to no avail so far. Any help would be appreciated!

ps I've tried "Hvy_Armorsmithing_Tier4_Refine_Basic", and "Hvy_Armorsmithing_Tier4_Gather_Basic", and a lot of variations!

§
Pubblicato: 15/04/2015

your first problem is that blacksmithing profession doesn't exist.

§
Pubblicato: 15/04/2015

If you really wanna check stuff individually..... just start web gateway, right click the button and select "inspect element" - if you then look at the tree view that is displayed, the task name is shown there.... example :


/professions-tasks/Armorsmithing_Med/Crafted_Med_Armorsmithing_T4_Reinforcement_Kit_Power

and you just need the last part after the /

Rotten_mindAutore
§
Pubblicato: 15/04/2015
If you really wanna check stuff individually..... just start web gateway, right click the button and select "inspect element" - if you then look at the tree view that is displayed, the task name is shown there.... example :

/professions-tasks/Armorsmithing_Med/Crafted_Med_Armorsmithing_T4_Reinforcement_Kit_Power
and you just need the last part after the /

well, can say it easy way, you can ask one by one or use tools...

Friendly name Tasklist name Professionlist name
Mailsmithing Med_Armorsmithing Armorsmithing_Med
Platesmithing Armorsmithing_Heavy Armorsmithing_Heavy
<task>
    <level>1</level>
    <name>Forge Iron Rings and Scales</name>
    <duration> (600 sec.)</duration>
    <internal>Med_Armorsmithing_Tier1_Refine_Basic</internal>
    <rare>0</rare>
</task>
<task>
    <level>1</level>
    <name>Mass Iron Rings and Scales forging</name>
    <duration> (21600 sec.)</duration>
    <internal>Med_Armorsmithing_Tier1_Refine_Basic_Mass</internal>
    <rare>0</rare>
</task>
<task>
    <level>1</level>
    <name>Chain Gambeson</name>
    <duration> (900 sec.)</duration>
    <internal>Med_Armorsmithing_Tier1_Chain_Shirt_1_Set2</internal>
    <rare>0</rare>
</task>
<task>
    <level>1</level>
    <name>Chain Shirt</name>
    <duration> (900 sec.)</duration>
    <internal>Med_Armorsmithing_Tier1_Chain_Shirt_1</internal>
    <rare>0</rare>
</task>
<task>
    <level>1</level>
    <name>Scale Gambeson</name>
    <duration> (900 sec.)</duration>
    <internal>Med_Armorsmithing_Tier1_Scale_Shirt_1_Set2</internal>
    <rare>0</rare>
</task>
<task>
    <level>1</level>
    <name>Scale Shirt</name>
    <duration> (900 sec.)</duration>
    <internal>Med_Armorsmithing_Tier1_Scale_Shirt_1</internal>
    <rare>0</rare>
</task>
<task>
    <level>1</level>
    <name>Chain Boots</name>
    <duration> (900 sec.)</duration>
    <internal>Med_Armorsmithing_Tier1_Chain_Boots_1</internal>
    <rare>0</rare>
</task>
<task>
    <level>1</level>
    <name>Scale Boots</name>
    <duration> (900 sec.)</duration>
    <internal>Med_Armorsmithing_Tier1_Scale_Boots_1</internal>
    <rare>0</rare>
</task>
<task>
    <level>2</level>
    <name>Iron Ore Trading</name>
    <duration> (10 sec.)</duration>
    <internal>Med_Armorsmithing_Tier1_Gather_Special</internal>
    <rare>0</rare>
</task>
<task>
    <level>2</level>
    <name>Chain Pants</name>
    <duration> (1200 sec.)</duration>
    <internal>Med_Armorsmithing_Tier1_Chain_Pants_1</internal>
    <rare>0</rare>
</task>

Pubblica risposta

Accedi per pubblicare una risposta.