what script you use ??
the one commander loot is more easy
garbage script - you have to tweak him; since your experience is zero, i suggest you to use commander script
Host.Log( " character name : " +CharName+ "");
Host.Delay(1111);
var RetreatOnNeutralOrHostileInLocal =true; // true or false :warp to RetreatBookmark when a neutral or hostile is visible in local.
var RattingAnomaly = true; // true or false: when this is set to true, you take anomaly
string WarpToAnomalyDistance = "Within 30 km"; // variants(just copy paste) : "Within 10 km" "Within 20 km" "Within 30 km" "Within 50 km" "Within 70 km" "Within 100 km" "Within 0 m"
var TakeOnlyCommanderLoot =true;
string AutoNpcFaction;
Dictionary<string,string> region=new Dictionary<string,string>();
region.Add("Delve", "blood");
region.Add("Fountain", "serpentis");
region.Add("Blind", "guristas");
region.TryGetValue(CurrentRegion,out AutoNpcFaction);
Host.Log( " Faction Npc : " +AutoNpcFaction+ "");
string NpcFaction = AutoNpcFaction; // or if you want, put directly "serpentis" "blood" "angel"
and read Kaboonus scripts guide ( wiki page so do not respond in this one)
1 Like