Code:
Par
{
Defend
{
$Prio = 0;
}
Loot
{
$Prio = 1;
$Skin = False;
}
Mail
{
$Location = [4501.8, 5719.2, 81.5];
$Prio = 3;
$To = "YOUR BANK NAME HERE";
$Items = ["Air","water","fire"];
$Protected = ["Crusty Flatbread","Master Healthstone","Soul Shard"];
$MailWhites = True;
$MailGreens = True;
$MailBlues = True;
$MailEpics = True;
}
Vendor
{
$NPC = "Drigoth";
$Location = [4499.1, 5722.5, 81.3];
$Prio = 2;
$MinDurability = 0.2;
$MinFreeBagSlots = 2;
$Protected = ["Honey-Spiced Lichen","Pungent Seal Whey","text", "runecloth", "rune of portals", "rune of teleportation", "oil", "Arcane powder", "light feather", "encrypted twilight Text", "Bandage", "Hearth", "Mining pick", "Poison", "Thieves", "Flash Powder", "Skinning", "Potion", "Schematic", "Plans", "Formula", "Pattern", "Design", "Recipe", "Primal", "Knothide", "Mote", "Mark", "Armament", "Ribs", "Bagel", "Signet", "Tome", "Strong Junkbox", "Fel Hide"];
$SellGray = true;
$SellWhite = false;
$SellGreen = false;
}
Pull
{
$Prio = 4;
$MinLevel = $MyLevel - 15;
$MaxLevel = $MyLevel + 3;
$Names = ["Boiling Spirit","Raging Boiler"];
$Ignore = ["Churn"];
}
Hotspots
{
$Prio = 5;
$Order = "Random";
$Locations = [[4473.6, 5774.8, 77.9], [4372.6, 5701.8, 87.8], [4317.7, 5710.0, 89.3], [4241.1, 5793.6, 65.5], [4370.9, 5900.6, 56.8], [4422.0, 5816.0, 73.4]];
}
}
O N L Y E T E R N A L F I R E
Code:
Par
{
Defend
{
$Prio = 0;
}
Loot
{
$Prio = 1;
$Skin = False;
}
Pull
{
$Prio = 4;
$MinLevel = $MyLevel - 15;
$MaxLevel = $MyLevel + 3;
$Names = ["Raging Boiler"];
$Ignore = ["Churn"];
}
If // Crystallized Fire
{
$prio = 1;
$cond = $ItemCount{"Crystallized Fire"} >= 10;
UseItem
{
$Name = "Crystallized Fire";
$Delay = 1000;
}
}
Hotspots
{
$Prio = 5;
$Order = "Random";
$Locations =
[[4322.4, 5717.5, 87.7],
[4287.9, 5783.6, 69.9],
[4409.3, 5827.5, 69.8],
];
}
}
Save as .psc format , remember to have glider with ppather activated. Cheers.