1
New member introductions / Re: I dont have access to my olds email
« on: May 11, 2019, 10:27:02 AM »
Hi Gimlet
Emails sent
thanks
Emails sent
thanks

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.
[QuerySearch(new ushort[] { 0xE21 })]
public class Bandage : Item
{
public Bandage (Serial serial)
: base (serial)
{
}
}
private void BtnLoot_Click(object sender, EventArgs e)
{
var euids = new List<string>();
euids.Add("YFM");
euids.Add("G_2");
foreach (var item in euids)
{
lvInfo.Items.Add(Stealth.Client.EUO2StealthID(item).ToString());
lvInfo.Items.Add(Stealth.Client.EUO2StealthType(item).ToString());
}
}
private void BtnLoot_Click(object sender, EventArgs e)
{
var corpses = Scanner.Find(typeof(Corpse), 0x0, false);
}
[QuerySearch(new ushort[] { 0x2805 })]
public class Corpse : Item
{
public Corpse(Serial serial)
: base(serial)
{
}
}