What's new
  • Visit Rebornbuddy
  • Visit Panda Profiles
  • Visit LLamamMagic
  • Visit Resources
  • Visit Downloads
  • Visit Portal
RebornBuddy Forums

Register a free account today to become a member! Once signed in, you'll be able to participate on this site by adding your own topics and posts, as well as connect with other members through your own private inbox!

Auto delete items from inventory

loukaseco

New Member
Joined
Oct 1, 2014
Messages
14
Can someone write the commands that delete certain items from the inventory exactly when they are looted.
Thanx in advance;)
 
public bool DeleteItem(
string name,
int count
)

or with the ID:

public bool DeleteItem(
uint itemId,
int count
)
 
Here you go :


using System;
using System.Drawing;
using System.Windows.Forms;
using System.Threading;
using System.Collections.Generic;
using System.Linq;
using ArcheBuddy.Bot.Classes;

namespace DefaultNameSpace{
public class DefaultClass : Core
{
public static string GetPluginAuthor()
{
return "Edwin";
}

public static string GetPluginVersion()
{
return "0.3";
}

public static string GetPluginDescription()
{
return "Cleaner";
}

//Call on plugin start
public void PluginRun()
{ while(true)

{List<uint> item = new List<uint>() { 36108,36109,36110,36107,36111,36112,29203,29204,29205,32867,32882,32890,36113,32880,32855,32883,32887,32905};
for (int i = 0; i < item.Count; i++)
{
if (itemCount(item) >= 1)
{
Thread.Sleep(500);
DeleteItem(item);
Thread.Sleep(500);
}
}
}
}
//Call on plugin stop
public void PluginStop()
{ Log(DateTime.Now.ToShortTimeString() + " > Plugin stoped");
}
}
}
 
I wrote a lightweight Plugin for this, no endless loop stuff, its event based with Gui, auto config save for each charakter etc.

Feel free to send me a pm if you want to Beta Test it, it will be in the Store after Beta too.
 
anyone know how you get item ID's for unidentified items
http://archeagedatabase.net/us/

But will save you some time :)

Here is most of them before lvl 50 that i use :

32882,//Unidentified Harbinger Accessory
32890,//Unidentified Stormcaster Accessory
32881,//Unidentified Bastion Accessory
32886,//Unidentified Blighter Accessory
32888,//Unidentified Farslayer Accessory
32882,//Unidentified Harbinger Accessory
32885,//Unidentified Outrider Accessory
32891,//Unidentified Reaper Accessory
32890,//Unidentified Stormcaster Accessory
32889,//Unidentified Spellbow Accessory
32883,//Unidentified Druid Accessory
32887,//Unidentified Hellweaver Accessory
32788,//Unidentified Abolisher Weapon
32830,//Unidentified Argent Weapon
32834,//Unidentified Athame Weapon
32793,//Unidentified Bastion Weapon
32792,//Unidentified Blackguard Weapon
32819,//Unidentified Blade Dancer Weapon
32817,//Unidentified Blighter Weapon
32826,//Unidentified Blood Arrow Weapon
32808,//Unidentified Bonestalker Weapon
32827,//Unidentified Confessor Weapon
32791,//Unidentified Crusader Weapon
32838,//Unidentified Cultist Weapon
32835,//Unidentified Daggerspell Weapon
32789,//Unidentified Darkrunner Weapon
32803,//Unidentified Death Warden Weapon
32833,//Unidentified Dervish Weapon
32829,//Unidentified Doombringer Weapon
32790,//Unidentified Doomlord Weapon
32811,//Unidentified Dreadbow Weapon
32805,//Unidentified Dreadnaught Weapon
32802,//Unidentified Dreadstone Weapon
32810,//Unidentified Dreambreaker Weapon
32801,//Unidentified Druid Weapon
32818,//Unidentified Eidolon Weapon
32800,//Unidentified Fleshshaper Weapon
32798,//Unidentified Harbinger Weapon
32820,//Unidentified Hellweaver Weapon
32797,//Unidentified Herald Weapon
32828,//Unidentified Hex Warden Weapon
32794,//Unidentified Inquisitor Weapon
32837,//Unidentified Lamentor Weapon
32813,//Unidentified Liberator Weapon
32806,//Unidentified Nightblade Weapon
32816,//Unidentified Nightwitch Weapon
32812,//Unidentified Outrider Weapon
32799,//Unidentified Paladin Weapon
32814,//Unidentified Poxbane Weapon
32821,//Unidentified Ranger Weapon
32795,//Unidentified Ravager Weapon
32839,//Unidentified Reaper Weapon
32809,//Unidentified Shadowbane Weapon
32807,//Unidentified Shadowblade Weapon
32831,//Unidentified Spellbow Weapon
32840,//Unidentified Spellsinger Weapon
32836,//Unidentified Stormcaster Weapon
32832,//Unidentified Templar Weapon
32815,//Unidentified Trickster Weapon
32845,//Unidentified Abolisher Armor
32864,//Unidentified Argent Armor
32867,//Unidentified Athame Armor
32849,//Unidentified Bastion Armor
32848,//Unidentified Blackguard Armor
32880,//Unidentified Blade Dancer Armor
32861,//Unidentified Blood Arrow Armor
32872,//Unidentified Bonestalker Armor
32862,//Unidentified Confessor Armor
32847,//Unidentified Crusader Armor
32870,//Unidentified Cultist Armor
32868,//Unidentified Daggerspell Armor
32846,//Unidentified Darkrunner Armor
32866,//Unidentified Dervish Armor
32863,//Unidentified Doombringer Armor
32874,//Unidentified Dreadbow Armor
32856,//Unidentified Dreadstone Armor
32873,//Unidentified Dreambreaker Armor
32855,//Unidentified Druid Armor
32879,//Unidentified Eidolon Armor
32900,//Unidentified Elegist Armor
32854,//Unidentified Fleshshaper Armor
32905,//Unidentified Hellweaver Armor
32852,//Unidentified Herald Armor
32851,//Unidentified Justicar Armor
32869,//Unidentified Lamentor Armor
32878,//Unidentified Nightwitch Armor
32875,//Unidentified Outrider Armor
32853,//Unidentified Paladin Armor
32876,//Unidentified Poxbane Armor
32906,//Unidentified Ranger Armor
32850,//Unidentified Ravager Armor
32899,//Unidentified Reaper Armor
32871,//Unidentified Shadowblade Armor
32865,//Unidentified Spellbow Armor
32877,//Unidentified Trickster Armor
 
I'm not sure whats wrong but when I click compile for your plugin I run into some issues. Any ideas?

EDIT: How would it look if you added all those unidentified items, do you just need to add the numbers or do you have to type all the "unidentified xx" also? Sorry I'm a bit new at this.
 
Last edited:
Back
Top