View Single Post
  #4  
Old 11-17-2017, 04:45 AM
Movement
Sarnak
 
Join Date: Sep 2011
Posts: 77
Default

Looks like I am just going to have to use the in game way of adding LDoN points (by selling items to adventure merchants). I am wondering if there is a script that will just look at all the "ldon point worthy" items in your inventory and remove them by clicking a "sell" or "exchange" keyword/link instead of having to do it manually. I suspect in order to do this I would need a script that could:
1. see what items, if any - you had in your inventory that had a LDoN point value to them
2. remove those items from your inventory
3. credit you with points associated to whatever items were removed.
4. tell you how many points it credited to you.

Does anyone know if this would even be possible?

Edit:

Theres THIS that could be used to facilitate that but how would you use it to add points?

Code:
quest::collectitems(item_id, remove) 
# Returns number of item_id that exist in inventory. If remove is true, items are removed as they are counted.
Reply With Quote