This is a profile I've been working on a few days to grind Miner from 60-65. I don't know the new aetheryte ID's, so you'll have to manually teleport to Castrum Oriens and jog toward the farming area. (x 15.6 y 11.8 ) edit: this has been fixed. I'm using the beta version currently, and flying was wonky for me so you'll need to kind of watch it as it does aggro the local wildlife rarely. edit: I think I fixed this with exbuddy's flight plugin. I'm no pro at making these profiles, so if any of you can improve this or anything feel free to. Feel free to modify for your needs. edit: Thanks to y2krazy to letting me check out his profiles for ideas, and everyone else that's added bits along the way.
Are you alright if I take this profile and tweak it for Fishing collectibles? I'm terrible with making profiles and trying to mess around to see what I can get.
so what you want is something like: Code: <If Condition="not IsOnMap(612)"> <GetTo ZoneId="612" XYZ="-538.461, 97.579, -245.132" /> </If> before your gather. this will get you into the zone.
Oh nice! I'll be putting this in the profile I'm 'pretendingtoknowwhatI'mdoing' making! Do you know the map number for the Ruby Sea?
uh I think that one is 613. will have to check when the servers come back up. you can check from the console or one of the dev tools. Code: ClearLog(); Log(WorldManager.ZoneId);
Thank you very much! I'll have to look in to it tomorrow when I get home from work. I want to put this profile to the test and try and work out whatever I can before trying to stab someone in the eye for further help!
Hey thanks! Added that in, works great. Thanks also Yanxian for the id's. Big help. So I've changed the hotspots a little bit as I noticed it kind of skipping one of the mining points. Also, flying seems to be working great now from ExBuddy's repo, so good news all around.
Ok easy stuff except for my lack of understanding about the rest. Thanks for letting me know you could do it in notepad, but turns out its not the same nodes and not a simple item switch.
The issue is Alumen is in one zone and the Sand you want is in another. The item switch that Chrisphate was speaking of will only work if it is a different node. So the Goto and Hotspot codes would need to be different to lead to those nodes as well as the map ID.
Here is the profile for Koppranickel Sand, and Koppranickel Ore, thanks chrisphate for the change on the ItemNames. <Profile> <Name>KoppranickelSand</Name> <KillRadius>50</KillRadius> <Order> <If Condition="not IsOnMap(611)"> <TeleportTo Name="Ala Gannha" AetheryteId="100" /> </If> <Gather while="True"> <GatherObject>Rocky Outcrop</GatherObject> <HotSpots> <HotSpot Radius="75" XYZ="101.8282, 114.8765, -506.6631" name="Koppranickel Sand" /> <HotSpot Radius="75" XYZ="182.9626, 137.7845, -333.7595" name="Koppranickel Sand" /> <HotSpot Radius="75" XYZ="-14.85378, 113.0818, -378.6799" name="Koppranickel Sand" /> </HotSpots> <ItemNames> <ItemName>Koppranickel Sand</ItemName> </ItemNames> <GatheringSkillOrder> <GatheringSkill SpellName="King's Yield II" TimesToCast="1" /> </GatheringSkillOrder> </Gather> </Order> </Profile>
I found out that in your <ItemNames> section, the item doesnt need the quotes around it. So just have Koppranickel Sand with no quotes and it should fix it. :thumbup: