Greasy Fork is available in English.

Neverwinter gateway - Profession Automation

Automatically selects professions for empty slots

< Feedback on Neverwinter gateway - Profession Automation

Review: قالتىس - قوليازما ئىشلەيدۇ

Rotten_mindئاپتور
§
يوللانغان ۋاقتى: 2015-01-03
تەھرىرلەنگەن ۋاقتى: 2015-01-07

Sell item from inventory

This is not release and need testing + improvements/ideas.

(Tested and it works really well with "Openrewards")

"Sell item" is coded same way as "open reward chest" and can be disabled, current state it sells,

  • skill kits (all)
  • healing potions T1, T2, T3
  • enchants rank 1, rank 2
  • portable altars (all)
  • lockboxes (all)

and as you can see small edit to text and it can sell anything.

MAC-NW looks how to code it work more reliable so it can be used,

  • if inventory full (trigger?)
  • if reward collection fails, triggers "what we gonna sell"?
  • just clean all trash from inventory, "list items safe to sell"

I use Github for BETA´s so if script starts failing, we then have good place to trackback changes,

https://github.com/RottenMind/Neverwintet-Gateway-Automation-Robot-MustexBuntaLegacy

"Main.js" is allways latest and it will update Greasyfork after changes are tested.

Diffcheck here, Updated,

https://www.diffchecker.com/xbb7kk8c

Rotten_mindئاپتور
§
يوللانغان ۋاقتى: 2015-01-04

Sell item if inventory full, (leveling profession) check if can collect reward and continue

  • sell list depends profession tasklist
  • using "wildcards" can cause unpleasant script behavior
  • sell list start from TOP tier3, tier2, tier1, other "junk" items, script look list and try sell item and when success it continues until inventory is full again
  • most cases all crafted items needs to sell, but not before "this" profession is lvl20
  • ???
  • ???

Rotten_mindئاپتور
§
يوللانغان ۋاقتى: 2015-01-05

I tried it and it worked, but not perfect...

Selling big quantity items and sale never happen, log shows (monkey says) all is ok, but on gateway nothing happens.

Replicate issue,

You need eg. 10 x 99 stack items, I used rank2 and rank1 enchants.

Set sale filter for (T1|T2) or for items you have ...

  • if (settings["limitskillkits"]) vendorItemsLimited(/T1|T2/,0); // is format correct

My solution was guessing game and it worked, (give more time for action)

  • window.setTimeout(function () {client.sendCommand('GatewayVendor_SellItemToVendor', vendor);}, 1000); // default is 500, changed it to 1000

I think gateway cant respond fast enough so selling needs more time to response, but again after you clean up inventory then it works better.

Its real beast to clean up inventory so safety here is important...

Rotten_mindئاپتور
§
يوللانغان ۋاقتى: 2015-01-05
تەھرىرلەنگەن ۋاقتى: 2015-01-05

This list sell, healing potions tier1 - 3, enchant/runestone rank1 -2, skillkits.

  • T1Runestone|T1Enchantment|T2Enchantment|T2Runestone|ItemConsumableSkill|PotionHealing1|PotionHealing2|PotionHealing3

Names are confusing, is there command what gives list from inventory?

I call those items as "TRASH", but are they trash?

Here is link changed script, some trash remains on script body,

https://www.diffchecker.com/1jcgj77c (WARNING, it cleans inventory from low rank trash!!!)

Rotten_mindئاپتور
§
يوللانغان ۋاقتى: 2015-01-07

First post Updated!!!

جاۋاب قايتۇرۇش

جاۋاب قايتۇرۇش ئۈچۈن كىرىش.