• You've discovered RedGuides, an EverQuest multi-boxing and scripting community 🧙‍♀️⚙️. We want you to play several EQ characters at once, come join us and say hello! 👋

  • A TLP without truebox has thawed (Very Vanilla ready)
    Frostreaver
Pocketfarm.mac

Release Pocketfarm.mac 2.11

No permission to download
I recently started to use this in higher end zones. Only issue is if you have your toon target a mob in a dungeon and on the way you drag four or five mobs with you to the target it becomes a nightmare. Placed this under the sub main and now when I get aggro on the way to the mob it will stop and ward off aggro and then continue. Just thought I would share.

/if (${Navigation.Active} && ${Me.XTarget[1].ID}) {
/nav stop
/varset myTargetID 0
}
 
Last edited:
This is in my top three macros ever, I use this often and appreciate the work!

I do have a question I have not seen asked. Is there a way to turn off the "other player in the area" feature or better, a way to add trusted people that it's ok to farm around? I run two groups and if one gets near the other, they both shut it down.
 
not a feature i had put in.

but if you want to get your hands a bit dirty, open up the macro in a txt editor and do a search for t his part:

Sub MobIDValidate(int ValidateMobID)

this should bring you to the sub that checks for things that are close

the easiest way to make it not care would be renaming the sub to something like
Sub OLDMobIDValidate(int ValidateMobID)

and then making a new sub that just looks like this

INI:
Sub MobIDValidate(int ValidateMobID)
    /delay 1
Return True

then it just says you fine no one near here not at all, go go captain go
 
does pocketfarm conflict with CWTN SK plugin.....I use pocketfarm to farm TS stuff and when I load pocketfarm the SK will target the mob, autoattack but not go anywhere...I have updated all the meshes, I unloaded the SK plugin but still does not run around and kill things. Oh btw it does this in multiple zones Corathus Creep, Greater Faydark, Lesser faydark, and any zone I have tried this n. It was working 6 months ago, and yes I updated the macro using the RG launcher, and even rteinstalled it...multiple times.


Well after reading a post from Bitebyte (post somewhere above ) that if you clear the XTARGET list from friendly targets...it works as intended. Fell stupid sometimes.
 
Last edited:
does pocketfarm conflict with CWTN SK plugin.....I use pocketfarm to farm TS stuff and when I load pocketfarm the SK will target the mob, autoattack but not go anywhere...I have updated all the meshes, I unloaded the SK plugin but still does not run around and kill things. Oh btw it does this in multiple zones Corathus Creep, Greater Faydark, Lesser faydark, and any zone I have tried this n. It was working 6 months ago, and yes I updated the macro using the RG launcher, and even rteinstalled it...multiple times.


Well after reading a post from Bitebyte (post somewhere above ) that if you clear the XTARGET list from friendly targets...it works as intended. Fell stupid sometimes.

yeah, to keep the macro simple for me to make, and understand, i opted for using the xtarget to detect if we needed to kill stuff that was adding on us, and i kept it simple at the time as i didnt think to have other people on the team that was on xtarget, so it never became something i had to deal with during the creation.
 
yeah, to keep the macro simple for me to make, and understand, i opted for using the xtarget to detect if we needed to kill stuff that was adding on us, and i kept it simple at the time as i didnt think to have other people on the team that was on xtarget, so it never became something i had to deal with during the creation.
No worries...After throwing a temper tantrum that a two year old would envy...I figured it out. Thank you. It helps me from going insane during the tedious farming....
 
does pocketfarm conflict with CWTN SK plugin.....I use pocketfarm to farm TS stuff and when I load pocketfarm the SK will target the mob, autoattack but not go anywhere...I have updated all the meshes, I unloaded the SK plugin but still does not run around and kill things. Oh btw it does this in multiple zones Corathus Creep, Greater Faydark, Lesser faydark, and any zone I have tried this n. It was working 6 months ago, and yes I updated the macro using the RG launcher, and even rteinstalled it...multiple times.


Well after reading a post from Bitebyte (post somewhere above ) that if you clear the XTARGET list from friendly targets...it works as intended. Fell stupid sometimes.
mq2eskay does have a huntertank mode for designating an area and killing everything in it - unless you're using some functionality of pocketfarm specifically - like designating a specific target or whatnot
 
mq2eskay does have a huntertank mode for designating an area and killing everything in it - unless you're using some functionality of pocketfarm specifically - like designating a specific target or whatnot
Yeah I usually use PKF to farm TS stuff....and usually a specific mob(s). Unless I am farming bone chips in kurns....then it is all out mayhem
 
@Sic Would it be possible to make it so if you pick up aggro on the way to your target, you would stop and kill whatever was on aggro? Then resume to whatever target was called? I am using in some higher zones and when I get a huge train along the way to a mob, it typically doesn't end well. Thanks for considering, if you do :)
 
@Sic Would it be possible to make it so if you pick up aggro on the way to your target, you would stop and kill whatever was on aggro? Then resume to whatever target was called? I am using in some higher zones and when I get a huge train along the way to a mob, it typically doesn't end well. Thanks for considering, if you do :)
this is @kaen01's resource
 
@Sic Would it be possible to make it so if you pick up aggro on the way to your target, you would stop and kill whatever was on aggro? Then resume to whatever target was called? I am using in some higher zones and when I get a huge train along the way to a mob, it typically doesn't end well. Thanks for considering, if you do :)

i will see if i cant get it updated in the nearer future. couple days tops. maybe a week.
 
I just started using this and had trouble getting it working until I realized that the chars I had on xtarget was causing the issue. Can you add something to the overview or a warning on startup about clearing xtargets?

Thanks @kaen01 this is a great time saver.
 
I've been using this to try and start my SK Epic 1.0 (need the Decayed Helm, specifically - I've gotten everything but that!). There are a couple of lizards up on one of the temples that this doesn't kill. I tried changing the Z-Axis to 250, but it still skips them. Also, on one of the other temples, my SK gets stuck and just sits there while the clearing area repopulates, but he doesn't move until I tell him to.

Any ideas?
 
There is something wacky with the navmesh, No path to those levels or whatever. The Bridge also does not play right, but I didn't care too much because I was getting swimming skill ups !

I messed around with the navmesh via the MeshGenerator.exe tool a bit and never got it to work right. Mainly because I don't really know how to make things work in the navmesh.

Luckliy the Lizards that it does not kill never seemed to spawn the mobs you need.

It took several hours to gather all that I needed.
 
I was under the impression that macro support would be ended on Next at some point, is why I asked.
This is an incorrect assumption. I’ve actually done most of the work on the macro engine in both MQ and MQ2 in the last few years. There are bug fixes in MQ for bugs that still exist in the macro engine in MQ2.

We’ll definitely put more work into Lua than the macro engine going forward and I doubt there will be more features for the macro engine. But it’s already further along than MQ2 as is.
 
I just started using this and had trouble getting it working until I realized that the chars I had on xtarget was causing the issue. Can you add something to the overview or a warning on startup about clearing xtargets?

Thanks @kaen01 this is a great time saver.
Dude! That's what was giving me so many issues? I was having problems where every time I would start PocketFarm, my melee attack would just turn on and it wouldn't actually do anything. Then I saw your comment, realized I had my pet as one of the extended targets, and I guess it didn't like that? Set it back to Auto, and now it works. Such good info. Ty!
 
Here is my list for 'hunters' to get a bunch of 30+ slot bags done.
-Includes place holders
I used a 6 toon group to smash my way through most zones. I started from the top of the list and worked my way down.

[CODE title="Pocketfarm - Hunters"]
[tutorialb]
Radius=250
ZRadius=125
Ignore=NONE
Pull=ALL

[PoKnowledge]
Radius=250
ZRadius=125
Ignore=NONE
Pull=NONE

[GuildLobby]
Radius=250
ZRadius=125
Ignore=NONE
Pull=NONE

[guildhalllrg]
Radius=250
ZRadius=125
Ignore=NONE
Pull=NONE

[argath]
Radius=250
ZRadius=125
Ignore=NONE
Pull=NONE

[arelis]
Radius=1500
ZRadius=500
Ignore=Stone|solusek ro|a fire elemental|efreeti|geirdan|egot|hemot|algot|mabus|imp
Pull=ALL

[sarithcity]
Radius=3000
ZRadius=30
Ignore=a goral mount|official|citizen|vyers|riago|xenavia|parrin|narand|karus|stone|karith|fisherman|larren
Pull=Assassin Thale|an_Orator's_army_assassin|Battlemage Resk|an_Orator's_army_archmage|Bishop Kyzer|an_Orator's_army_bishop|Captain Dahlena|an_Orator's_army_commander|Dark Mage Naxin|an_Orator's_army_dark_mage|Death Knight Sharris|an_Orator's_army_death_knight|Kaneida|a_grizzled_war_beast|Lieutenant Vasko|a_Sarith_guardsman_veteran|Life Knight Jasul|an_Orator's_army_life_knight|Master Trainer Ganelin|an_Orator's_master_beast_trainer|Rettun|an_Orator's_army_nature_mage|Oseka`s Chosen Ikallis|an_Oseka's_Chosen_defender|Primal Mage Mollens|an_Orator's_army_primal_mage|Sarith`s Guardian|a_sarith_tidal_guardian|Sea Ranger Huren|an_Orator's_army_ranger|Tactician Perak|an_Orator's_army_strategist|The Giant Crab|a_king_crab|The Kraken|a_large_squid|The Megaladon|a_great_white_shark|Tidalmage Narens|a_Sarith_tidalmage_master|Beast_master

[Rubak]
Radius=500
ZRadius=125
Ignore=NONE
Pull=Curate Zlinair|a_priest|Evangelizer Runarn|an_acolyte|Holy Ophidian|a_coral_snake|Sacred Ophidian|Slorn the Holy|a_zealot|Templar Razkin|Tiuanid the Faithful|Zealot of Oseka

[beastdomain]
Radius=1000
ZRadius=250
Ignore=Breinne|a sentry stone
Pull=A Twisted Strangler|an_okiina_vinethrasher|An Ancient Selyrah|a_braxi_fungus_seeker|Blightwing|a_ravenous_wyvern|Bonecracker|a_goral_leafstalker|Bonecruncher|a_grendlaen_pouncer|Bopo|a_loathsome_ape|Deathglider|a_monstrous_wyvern|Deathleaper|a_rampaging_wyvern|Deathsquirm|a_fierce_wyvern|Elder Gotikan|a_domain_hunter|Jorth Hunter of Beasts|Karn the Hunter|an_alaran_wilder|King Rex|a_giant_binaesa|Maw Lurker|a_lashtail_crocodile|Nighthowl|a_naeya_scavenger|Nightleaper|a_goral_hunter|Ribcrusher|a_stealthy_grendlae|Slaughter|an_izon|Stonebark|a_braxi_swiftrunner|Stranglefang|a_terrible_raptor|Swiftwind|a_bloodthirsty_wyvern|Tangledeath|Thundercut|a_braxi|Thunderpunch|a_filthy_ape|Willowcrush|an_izon_rootgrabber

[resplendent]
Radius=500
ZRadius=500
Ignore=Sentry Loesk|Plann|Perfectionist Naerys|Hoarder Paoliq|Diviner Url|Olgor the Finder|Udgar the Brave|Nadja Irespine|a weary traveler|Vaericus the Vainglorious|Blademaster Morje|Lesir the Seer|Surmo
Pull=A Prismatic Selyrah|a_colorful_selyrah|Advisor Enaris|temple_aide|Afton the Cleanser|nitore_cleanser|Ambassador Khorin|nitore_liaison|An Animated Servant|animated_corpse|An Ivory Serpent|albino_serpent|Arms Master Hegul|armed_guard|Chancellor Mardis|nitore_apprentice|Chief Recruiter Joceil|nitore_neophyte|Cijerst, Lord of Decay|filthy_swinetor|Gisette|grazing_braxi|Grimlop|a_diseased_hopper|Groundskeeper Areu|groundskeeper|High Guard Alsera|nitore_watcher|High Priest Nelori|nitore_priest|Hiqork the Putrid|putrid_swinetor|King Piqiorn|Ulork_noble|King Zarq|piq`a_noble|Larsena the Lunatic|nitore_worshipper|Miggles|stray_goral|Pledgemaster Oeslik|a_devoted_pledge|Summoner Sirqo|swinetor_summoner|The Rat Queen|a_diseased_rat|The Slothlord|sloth_cube|Ungimar|hostile_goral

[windsong]
Radius=350
ZRadius=125
Ignore=NONE
Pull=A Fleetfooted Braxi|a_haze_jumper|Breezeglider|a_fluttering_kangon|Riffmaz the Flute Master|a_soundless_devotee|Saduulj Tsepir|Stormcaller|The Conductor|The Forlorn Drummer|The Hornmaster|The Windrunner|Unvoiced Brute|a_silent_guardian

[pillarsalra]
Radius=500
ZRadius=125
Ignore=NONE
Pull=an unusual creature|selyrah|frog|Cysivir the Constructor|an_essence_keeper|Il`Valrikar the Purifier|an_essence_purifier|Ivrikdal the Infuser||Korellister the Stoic|ardent_scholar|a_student_of_Erion|Opholonas the Harvester|a_light_harvester|Peacekeeper of Anriella|Peacekeeper of Erion|Peacekeeper of Fal`Kaa|Peacekeeper of Melretia|Soliadal the Timid|a_manatender|The Ut`len Depthkeeper|an_ut`len_flaremind|Tonmek the Mind-Drainer|a_mana_harvester|Tsianvar the Studious|a_pensive_scholar|V`Dralk the Construct of Shade|a_greater_blistering_shade|Vak`Ridel the Shadowcaller|Varinyr the Construct of Life|a_greater_life-essence|Wreliard the Arctender|an_arcane_essencegazer

[cityofbronze]
Radius=1450
ZRadius=125
Ignore=Snyld|sleeping|nismor|plonari
Pull=A Rabid Selyrah|wild_selyrah|A Raging Braxi|wild_braxi|Archon Kinafu|an_archon|Archon Norandi|Blacksmith Julandi|industrious_blacksmith|Bloodclaw|a_feral_grendlaen|Carnifex Korum|a_carnifex|Citizen Jlane|a_citizen|Citizen Julazir|faithful_citizen|Citizen Silaindi|honest_citizen|Cook Goranan|a_cook|a_busy_cook|a_tired_cook|Deathsqueak|a_diseased_oashim|Fuandir the Master Potter|a_potter|Guard Horlian|a_guard|Guard Tuankod|a_dutiful_guard|Guard Tulzix|Guggles|diseased_oashim|The Record Master|record_keeper

[eastsepulcher]
Radius=2500
ZRadius=125
Ignore=NONE
Pull=Master Arcania|arcane_magic_caster|Master Illum|light_magic_caster|Kelkos the Berserk|conqueror_of_Kolos|Shadow of the Domain|trapper_of_Kolos|The Vine Tender|warden_of_lunanyn|farmer_of_Lunanyn|Word Lord|philosopher_of_Ryken|sophist_of_Ryken|Rykens Boast|air_elemental

[Sepulcher]
Radius=2500
ZRadius=125
Ignore=NONE
Pull=Agralta|thelara_alsa_ril_of_Alra|Alsara the Ansel Ereth|a_departed_thelasa|Bonemeal|a_denuded_ser_thel|Champion of the Triumvirate|a_protector_of_alsa_thel|Clampgrit|a_starving_raptor|Eldanum of the Ser Alsa|an_ereth_of_law|Excrucidator|brutalizer_of_alsa_thelara|Gleaming Tricor|a_sublime_tricrystal|Paleodontis|a_fortified_tideshell|Primordial Steel|a_zephyr_of_steel|Spernal|a_wind_liege|Tegleth|a_blade_mentor_of_alsa_thelara|Tendros|a_dense_mound|The Dark|an_aspect_of_darkness|The Exalted Ser Alsa Thel|telmiran|sophist_of_Ryken|golem|an_alsa_thelara_conquerer|high_thelesa_of_Ladrys|a_fouled_warrior

[westsepulcher]
Radius=2500
ZRadius=125
Ignore=NONE
Pull=Deepblade|myrmidon_of_Oseka|Mindlock|golem|The Cleaner|alarans|thelesa_of_Ladrys|The Chosen|alsa_thelara_nonpareil|alsa_thelara_conquerer|The Digger|worshipper_of_decay|fouled_warrior|Wavecrasher|ser_alsa hadal|ser_alsa_thel_hadal


--RoF--
[shardslanding]
Radius=3500
ZRadius=500
Ignore=NONE
Pull=Alpha Naeya|elder_naeya|Banescale Serpent|slatescale_slitherer|ivyscale_slitherer|Cobalt|plainsdweller_guardian|Cragbeak|kangon_verdantbeak|Elsrop the Crazed|forsaken_speaker|forsaken_overseer|Iremaw|elder_prowler|Pincerpest|venomshell_scarab|Plaguespine|corrupted_coralspine|Pyrebeak|icebeak_matriarch|Rockspine|worntooth_matron|Stonecoat|frostcoat_patriarch|Vilefeaster|dire_plainskeeper

[eastwastesshard]
Radius=500
ZRadius=125
Ignore=NONE
Pull=Boradain Glacierbane|coldain_skinner|Chief Ry`Gorr|Ry`Gorr_centurion|Corbin Blackwell|coldain_hunter|Drummon Coldshanks|coldain_lookout|Ekelng Thunderstone|frost_giant_savage|Firband the Black|Ry`Gorr_centurion|Fjloaren Icebane|frost_giant_savage|Galrok the Cold|coldain_warrior|Ghrek Squatnot|frost_giant_captain|Kurlok the Mad|Ry`Gorr_centurion|Nightmane|nightmare|Tain Hammerfrost|coldain_missionary|Tungo|tundra_mammoth|Warden Bruke|frost_giant_captain|Yngaln the Frozen|frost giant captain

[kaelshard]
Radius=500
ZRadius=125
Ignore=NONE
Pull=a diminutive kromrif|upright_kromrif|a fey swarm|fey_delerium|fey_uniter|Derakor the Vindicator|gaurdian_of_war|Doljek the Insane|unbalanced_kromzek|Evanescent Coronach|fading_dirge|Fjeka|Drakkel_dire_wolf|Fjokar Frozenshard|storm_giant_of_nobility|Gkrean Prophet of Tallon|High_Priest_of_Tallon_Zek|Grungol the Eclipse|penumbral_coldain|Kallis Stormcaller|Protector_of_War|Keldor Dek`Torek|noble_storm_giant|Kyenka|visiting_noble|Pakjol the Hungry|Drakkel_dire_wolf_pup|Reivaj the Battlerager|frost_giant_berserker|Semkak Prophet of Vallon|High_Priest_of_Vallon_Zek|Slagheart|scalding_mistdragon|The Avatar of War|The Idol of Rallos Zek|The Statue of Rallos Zek|Armor_of_War|Yetarr|visiting_noble

[crystalshard]
Radius=5000
ZRadius=1125
Ignore=NONE
Pull=A Crystal Lurker|crystal_webmaster|A Dracnid Retainer|crystal_webspinner|A Focus Gem|geonid|A Gem Collector|geonid|A Hollow Crystal|hollow_terror|A Life Leech|icy_leech|A Ry`Gorr Enforcer|Ry`Gorr_guard|A Ry`Gorr Herbalist|Ry`Gorr_shaman|A Ry`Gorr Inspector|Ry`Gorr_scout|A Stalag Purifier|pure_terror|A Terror Carver|icy_terror|Fear Tainted Tentacle|tentacle_tormentor|Foreman Rixact|Ry`Gorr_excavator|Foreman Smason|Ry`Gorr_prospector|Kreztik|velium_crawler|Overseer Grydon|Ry`Gorr_overseer|Pit Boss Torgud|lazy_orc|Prospector Wersan|Ry`Gorr_digger|Queen Dracnia|regal_crawler

[grelleth]
Radius=6500
ZRadius=1125
Ignore=NONE
Pull=Beast Caller Plakt|creature_keeper|Cook Mul|kitchen_assistant|Dark Ritualist Kopp|Chateau_bloodcaster|Grelleth`s_War_Machine|junkcrafter_scavenger|Junkcrafter Nint|junkcrafter_apprentice|Palace Commander Eroll|elite_soldier|Penkal the Filth Master|sewer_mage|Polluter Slaunk|rot_shaman|Rotblade Klonda|Chateau_defender|Stitches|grizzled_tamed_selyrah|The Forgotten Murderer|Chateau_gravedigger

[breedinggrounds]
Radius=500
ZRadius=125
Ignore=NONE
Pull=A_Vicious_Hatchling|egg|Akyail|fearwing_watcher|Charra|magma_fiend|Edoth_the_Ancient|ancient_icewing|Gosik|flamewing_guardian|Iciclane|frostwing|King_Itkari|chetari_defender|Nefori|flamewing_protector|Osalur|flamewing_defender|Seros|mature_icewing|Velishan|terrorwing|Zalifur|ancient_dracolich

[chapterhouse]
Radius=500
ZRadius=125
Ignore=NONE
Pull=A_Lost_Soul|lost_willow_wisp|enraged_willow_wisp|A_Mournful_Spirit|lost_soul|Braintaster|brain_eating_beetle|Falhotep_the_Cursed|brittle_mummy|Halstor_Bonewalker|necromancer_initiate|necromancer_neophyte|Kaficus_the_Undying|shambling_zombie|Plaguetooth|rat|Ralstok_Plaguebone|forgotten_prisoner|Sergeant_Malorin|defiled_paladin_of_Marr|Sir_Raint|defiled_paladin_of_Marr|disgraced_paladin_of_Marr|The_Flesheater|hungry_ghoul

[eviltree]
Radius=500
ZRadius=125
Ignore=a gibbering breeder offspring|gimthra|azkin|galdamil|gevani|aranu|anorak|patch of fungus
Pull=A_Bloated_Toad|poisonous_frog|tree_frog|A_Blob_of_Sap|vile_sap|Burntbark|wandering_sapling|Clizik|soldier_ant|dilligent_ant|Ruaabri|fear_howler|Seedspitter|fear_blossom|The_Ant_Queen|filigent_ant|Thornmaw|vine_maw|Uzrinar_the_Damned|ape|Yunaizarn|goral

[xorbb]
Radius=500
ZRadius=125
Ignore=a cloud of smoke|a halfling adventurer|a cowardly scout|Dabbin Sneakfoot|Crazy Verken|Minotaur Smasher|Zerkis Bigfeets|Thistlebrush|a halfling scout|Oolab|Reyalie|a dying scout|Scout Gavrilo|Pickslave Lurr|Feltwine|a minotaur shelter|Threshrock
Pull=Body_of_the_Many|darkbody_golem|Companion_of_the_Dead|deadfiend_goblin|Corpsehide|thickhide_crocodile|Deepcore|core_elemental|Facenibbler|longfang_rat|Facet_of_Fear|multifacet_hydra|Frothtooth|rabid_bear|Gruden_the_Pulverizer|bruiser_minotaur|Ixyl_the_Claymaster|clayborn_muddite|Kalken`s_Bloody_Bones|scarred_skeleton|Krondal|warrior_minotaur|Living_Shard|lifeshard_hydra|Mindseep|nullmind_mephit|Ritualist_Blezon|ritualtalker_goblin|Shroomdeath|deathcaller_sporali|deadcrawler_sporali|Stormwheel|cloudburst_whirlwind|Terrorfist|terror_golem|The_Visionary|farsighted_eye|Tunnel_Slither|tunnel_snake|Worker`s_Champion|subservient_goblin|Xolok_the_Blind|clouded_eye|Xorlex_the_Seer|focused_eye

[chelsithreborn]
Radius=500
ZRadius=125
Ignore=NONE
Pull=A_Huge_Mistake|mistake|A_Possessed_Farseer|visionary_pupil|A_Successful_Mistwielder|experimenter|Floppy_Flick|frustrated_fisherman|Glorig_The_Underdog|defeated_gladiator|Gora_The_Gourdsmasher|farm_slave|High_Diabolist_Dynengo|willing_sacrifice|Silvi_The_Mistress|groomed_slave|Sliggles_The_Sneak|informant|Swordmaster_Karla|sword_tester|The_Hundred_Hands_Of_Blood|tired_torturer|The_Undefeated_Blade|worthy_contender

[poshadow]
Radius=500
ZRadius=125
Ignore=NONE
Pull=A_Thundering_Tempest|raging_storm|An_Astral_Wanderer|wandering_soul|Darkstone|grinning_gargoyle|Gloomshell|shadowed_seed_beetle|Kaas_Thox|pile_of_shadow|Kela_Rentha_Xakra|servant_of_shadow|Nightwing|a_bat|Shakra_Za|shadowy_lurker|The_Dark_Lady|mournful_specter|Volx_Xi_Xakra|corrupted_akhevan|Xal_Zeth|Akhevan_vagabond|Xi_Dyn|ancient_construct|Xorla_Vor|Senshali_shadowblade|Xundraux_Xakra|Zel_Kaxri|corrupted_akhevan

[heartoffeara]
Radius=500
ZRadius=125
Ignore=NONE
Pull=Alsecht_the_Believer|enraged_believer|Deathfist|enraged|Harbinger_Krask|enraged_harbinger|Ocululor|enraged|Ulzschanoth|enraged|Ythan_the_Gutripper|enraged

[heartoffearb]
Radius=500
ZRadius=125
Ignore=NONE
Pull=A_Hoary_Gargoyle|enraged|Enasni_the_Demented|enraged_mephit|Glubbus_the_Fleshmelter|enraged|Ixmilsh_the_Terrortangler|enraged|Silandra_the_Cruel|enraged_harbinger|Torglog_the_Impaler|enraged_harbinger|Vizlix_the_Deceiver|enraged_shiverback|Zixial_the_Scaremonger|enraged_harbinger

[heartoffearc]
Radius=500
ZRadius=125
Ignore=NONE
Pull=A_Herald_of_Fear|enraged_spectre|A_Vision_of_Fear|enraged|Grizelna_the_Mad|enraged|Simira_the_Dreadwidow|enraged|Soulhollow|enraged|Yilsme_the_Harbinger_of_Death|enraged_widow

--CotF--
[ethernere]
Radius=500
ZRadius=125
Ignore=NONE
Pull=

[neriakd]
Radius=500
ZRadius=125
Ignore=NONE
Pull=

[eadhills]
Radius=500
ZRadius=125
Ignore=NONE
Pull=

[bixiewarfront]
Radius=500
ZRadius=125
Ignore=NONE
Pull=

[thevoidh]
Radius=500
ZRadius=125
Ignore=NONE
Pull=

[towerofrot]
Radius=500
ZRadius=125
Ignore=NONE
Pull=

[arginhiz]
Radius=500
ZRadius=125
Ignore=NONE
Pull=

--TDS--
[tempesttemple]
Radius=500
ZRadius=125
Ignore=NONE
Pull=

[kattacastrumb]
Radius=500
ZRadius=125
Ignore=NONE
Pull=

[brotherisland]
Radius=500
ZRadius=125
Ignore=NONE
Pull=

[endlesscaverns]
Radius=500
ZRadius=125
Ignore=NONE
Pull=

[degmar]
Radius=500
ZRadius=125
Ignore=NONE
Pull=

[thuliasaur]
Radius=500
ZRadius=125
Ignore=NONE
Pull=

[dredge]
Radius=500
ZRadius=125
Ignore=NONE
Pull=

[arxmentis]
Radius=500
ZRadius=125
Ignore=NONE
Pull=


--TBM--
[pohealth]
Radius=500
ZRadius=125
Ignore=NONE
Pull=


[exalted]
Radius=500
ZRadius=125
Ignore=NONE
Pull=


[exaltedb]
Radius=500
ZRadius=125
Ignore=NONE
Pull=


[codecayb]
Radius=500
ZRadius=125
Ignore=NONE
Pull=


[cosul]
Radius=500
ZRadius=125
Ignore=NONE
Pull=


--EoK--
[lceanium]
Radius=500
ZRadius=125
Ignore=NONE
Pull=


[scorchedwoods]
Radius=500
ZRadius=125
Ignore=NONE
Pull=


[frontiermtnsb]
Radius=500
ZRadius=125
Ignore=NONE
Pull=Belligerent_Biarn|Konikor_drunk|Bi`faak_the_Shadowwalker|Drogan_reveler|Blooddrinker_Furasza|Syldon_flamewarden|Brute_Herder_Ar`shok|Syldon_agitator|Corrupted_Grove_Guardian|grove_guardian|Delirious_Berserker|Drogan_berserker|Drillmaster_Mak`tak|Syldon_drill_sergeant|Flamewarden_Zev`ran|Syldon_neophyte|Flintikki_Peltpile|frontier_bear|Masterchef_Ram`see|Syldon_chef|Orechomper|Legion_miner|Reese_the_Rhinopocalypse|frontier_poacher|Spyhunter_Zath`ran|Syldon_greenhorn


[korshaext]
Radius=500
ZRadius=125
Ignore=NONE
Pull=


[drogab]
Radius=500
ZRadius=125
Ignore=NONE
Pull=


[chardoktwo]
Radius=500
ZRadius=125
Ignore=NONE
Pull=


[korshaint]
Radius=500
ZRadius=125
Ignore=NONE
Pull=


--RoS--
[overtheretwo]
Radius=500
ZRadius=125
Ignore=NONE
Pull=a_bluff_golem|rocky_cliff_golem|a_grotesque_succulent|sickly_succulent|a_Kar`Zok_lacerator|Ferreth_procurator|a_majestic_cockatrice|stoneglint_cockatrice|an_iron_sentinel|rubble_golem|Arcron_Thaumaturge_Osellik|arcron_thaumaturge|Banshee|screeching_chokidai|Bloodstalker|blood-stained_stalker|Drakis|dreadful_scorpikis|Fang|stonepeep_cockatrice|Flamescale_Overlord_Takarious|Krellnakor_overlord|Janissary_Virzak|Wulthan_Zealot|Myrmidon_Tundak|Krellnakor_officer|Needle|needle-covered_succulent|Observer_Eyrzekla|mysterious_sarnak|Rigelon_the_Watcher|shifty_scorpikis|Saber|raging_rhino

[skyfiretwo]
Radius=500
ZRadius=125
Ignore=NONE
Pull=a_feverish_marauder|zealot|a_rapid_reveler|brazen_Chetari|drunken_Chatari|a_scree-borne_magmite|wrathful_rubble|blackened_tyro|a_supercharged_tyro|volatile_effusion|stubborn_magmite|an_Arcron_researcher|Krellnakor_scout|Ash_Guardian_Tolemak|guardian_wurm|Chirurgeon_Hemofax|ashen_scalpel|ashen_cutter|Dragoflux|raging_vortex|sturdy_magmite|Mawmun|gluttonous_feaster|greedy_feaster|Old_Raspy|old_wurm|Radiant_Overseer_Triluan|radiant_drake|Rirwech_the_Fink|_suspicious_Chetari|furtive_Chetari|Ritualist_Bomoda|grim_cultist|grim_chanter|Shardstubble|fractured_magmite|fragile_tyro|Skrizix|exotic_chromedrac|The_Crimson_Sentinel|angry_Arcron|The_Gatekeeper|Krellnakor_bodyguard|Krellnakor_doorman

[charasistwo]
Radius=500
ZRadius=125
Ignore=NONE
Pull=Arisen_Fenistra|Arisen_ghost|Arisen_Mentor_Sishallan|_Arisen_mentor|Deka_the_Reaper|specter_of_the_Arisen|Embalming_Goo|Arisen_bones|General_V`Deers,_the_Arisen|Arisen_officer|Nureya_Arisen|specter_of_the_Arisen|Shandral_Arisen|arisen_convert|The_Arisen_Admiral_Tylix|specter_of_the_Arisen|The_Arisen_Dragoon_T`Vem|specter_of_the_Arisen|The_Arisen_Dragoon_T`Vex|Arisen_bones|The_Great_Sentinel|specter_of_the_Arisen|The_Underlord|bottomless_gnawer|Tormented_Adalora|specter_of_the_Arisen|Vermistipus|specter_of_the_Arisen

[charasisb]
Radius=500
ZRadius=125
Ignore=NONE
Pull= a_Kar`Zok_grave_robber|Krellnakor_filcher|Fereth_appraiser|a_Kar`Zok_infiltrator|Krellnakor_enforcer|Wlthan_thief|Krellnakor_scavenger|Arcron_lifter|Ancient_Apparition|Arisen_apparition|Arisen_Gloriant_Kra`du|Arisen_steward|Elevated_skeleton|Xalgoz_the_Arisen|Arisen_ritualist|Exalted_spirit

[gorowyn]
Radius=500
ZRadius=125
Ignore=NONE
Pull= Artikla,_Fereth_Despot|Fereth_commander|Elkikatar|Kar`Zok_scourge|Fereth_Captain_Ordran|fereth_captain|Gnaw|chokidai_elder|Head_Boiler_Akett|meat_broiler|High_Archon_Zeklor|Arcron_burner|Hissilith,_the_Brittlebones|enslaved_skeleton|Overlord_Klerkon|Krellnakor_destroyer|Overlord_Teralov|Krellnakor_terror|Overlord_Tevik|Krellnakor_seeker|Rekatok_One-Eye|aging_pit_fighter|The_Magmalisk|hungry_lavalisk|Wulthan_Elder_Priest_Ovun|wulthan_priest|Wulthan_High_Inquisitor_Kraz|Wulthan_administrator

[veeshantwo]
Radius=500
ZRadius=125
Ignore=NONE
Pull= Blood-Thirsty_Racnar|frenetic_racnar|Elder_Azeron|ancient_flame_protector|Elder_Ekron|Ellarr_Stormcloud|Kluzen_the_Protector|Magma_Basilisk|magma_basilisk|Milyex_Vioren|Qunard_Ashenclaw|primeval_cinder_skyclaw|Travenro_the_Skygazer

--TBL--
[gnomemtn]
Radius=500
ZRadius=125
Ignore=NONE
Pull= A_Non-Standard_Deviation|iron_legion_climber|Ambassador_of_Loving|clockwork_guardian|Best_Museum_Security|security_officer|Bloodmoon_Chief_Eclipse|Bloodmoon_darkheart|Bloodmoon_Howler_Trolog|Bloodmoon_howler|Breaker|clockwork_captain|Consul_of_Cooperation|lookout_(Ironing_out_the_Legion_HA)|Fractured_Sweeper|clockwork_companion|Grash,_Bloodmoon_Growler|Bloodmoon_scrabbler_(The_Darkness_Howls_HA)|Healer_Prime|clockwork_healer|Malfunctioning_Iron_Legion_Hug|gnomelike_friend|Master_Mechanic|clockwork_lifter|Repair_for_Pieces|Iron_Legion_helper|Tatters|brave_rat

[stratos]
Radius=500
ZRadius=125
Ignore=NONE
Pull= Cloud_Iron_Lance|abundant_gale|Daring_Cloud_Spear|dusty_mephit|Dawnbreeze|whirlweaver_pheonix|Dour_Eighth_Guardian|dignified_djinn|Eastern_Radiant_Glance|voluminous_gale|Glassbeak_Stormbreaker|windweaver_phoenix|Horizon_of_Destiny|tempestuous_gust|Infinite_Horizon_Star|billowing_gale|Silver_Eyes_Dread|glorious_djinn|Starshine,_Icebreaker|brumebreeze_armor|Triumphal_Still_Sky|grand_djinn|Wild_Blossom_Star|easterly_mephit

[trialsofsmoke]
Radius=500
ZRadius=125
Ignore=NONE
Pull= Dirge_of_Lost_Horizons|fading_lord|Savage_Irony_of_Will|true_flame|Silent_Silken_Song|wasting_breezewing|Soothing_Wings_of_Mist|true_wind|Strength_of_Undefeated_Starfall|soot_steed|Wandering_Spring_Soul|dispersing_windlord

[esianti]
Radius=500
ZRadius=125
Ignore=NONE
Pull= Blessed_Wind|djinn_teacher|Copper_Star|jopal_warder|Depth_of_Iron|vekerchiki_warder|Iron_Lance|pyratic_armor|Jericog_Merkin|norrathian_mage|Leaping_Eyes|efreeti_noble|Rusted_Stalactite|cliff_armor|Sapphire_Hammer|breeze_armor|Seeping_Gladness|crest_armor|Sky_Blade|gusting_mephit|Veiled_Sage|djinn_teacher|Warrior`s_Cleft|triloun_warder

[empyr]
Radius=500
ZRadius=125
Ignore=NONE
Pull= Ashes|sputtering_flameling|Assassin_of_the_Perfect_Dusk|fire_giant_knight|Final_Rainbow|breeze_mephit|Flail|fire_snail|Fluttering_Ruby_Prince|efreeti_soldier|Iron_Heart|efreeti_soldier|Mischief_Darkheart|jopal_mercenary|Shockstone|butte_armor|Sister_of_the_Invisible_Heart|ondine_ambassador|Stalwart_Flicker|pyrite_armor|The_Burning_Mist|elemental_of_purest_flame|Wilting_Flames|aging_lapillus_lava_spider

[aalishai]
Radius=500
ZRadius=125
Ignore=NONE
Pull= Evasion_Understanding_Flow|elemental_of_purest_flame|Final_Blade_Lord|scoria_golem|Ghost_Glass_Bitter|djinn_scholar|Ruby_Icefall_Blossom|surf_armor|Shield_Spirit`s_Laugh|flashfire_phoenix|Sixth_Consuming_Master|vergerog_soldier|Steam_Wave_Slicer|fire_giant_commander|Stout_Stone_Beaten|vekerchiki_soldier|Unconquering_Sand_Dirge|duende_messenger|Venom_of_the_Fallen_Star|flurry_mephit|Shispering_Depths_Sigh|hraquis_surgelord|White_Iron_Rainbow|brumeflight_armor

[mearatas]
Radius=500
ZRadius=125
Ignore=NONE
Pull= an_ancient_air_warden|breeze_warden|an_ancient_fire_warden|flame_warden|an_ancient_stone_warden|rock_warden|an_ancient_water_warden|wave_warden|Blistering_Star|wind_lady_&_a_wind_lord|Flowing_Horizon_Halo|duende_messenger|Forsaken_Cloud_Sapphire|spawns_in_center|Glaring_Moon_Void|spawns_in_center|Platinum_Rainbow_Spire|spawns_in_center|Radiant_Amber_Lotus|lord_of_flame|Tsunami_Sol_Blood|spawns_in_center|Whispering_Frost|an_ondine_servant

[chameroftears]
Radius=500
ZRadius=125
Ignore=NONE
Pull=ALL


--ToV--
[eastwastestwo]
Radius=500
ZRadius=125
Ignore=NONE
Pull=a_returned_dracoliche|restless_dracoliche|Bolman|frozen_horror|Cadcane_the_Unmourned|cold_skeleton|Coldears|mammoth|Mahaha|hypothermic_ghoul|Monolith_the_Unstoppable|exiled_sentry|Servant_of_the_Sleeper|restless_dracoliche|Sofia_the_Quiet|lost_mourner|Vekboz_Wolfpunch|coldain_fighter|Windchill|dire_wolf|Zburator_the_Damned|hoarfrost_cadaver

[crystaltwoa]
Radius=500
ZRadius=125
Ignore=NONE
Pull=Ry`Gorr_Herbalist|Ry'Gorr_apprentice|Ry`Gorr_Inspector|restless_Ry'Gorr_foreman


[crystaltwob]
Radius=500
ZRadius=125
Ignore=NONE
Pull=Crystal_Grinder|crystal_skitterer|Gem_collector|focus_geonid|Life_Leech|terror_carver|hollow_carver|Queen_Dracnia


[greatdividetwo]
Radius=500
ZRadius=125
Ignore=NONE
Pull= a_forgotten_raid_leader|forgotten_enforcer|a_tizmak_augur|restless_tizmak|Blizzent|restless_wurm|Bloodmaw|frosted_kodiak|Gerton_Dumkin|coldain_enforcer|Gorul_Longshanks|corrupted_giant|Laima_Ratgur|frigid_coldain|Loremaster_Metiheib_the_Lost|frosttouched_corpse|Lost_Squre_of_Narandi|forgotten_enforcer|Margidor|windchilled_marrow|Orfur,_Priest_of_Zek|cold_screamer|Thosgromri_Warmgranite|relentless_tizmak|frigid_cadaver

[frozenshadowtwo]
Radius=500
ZRadius=125
Ignore=NONE
Pull=a_shrouded_bat|shrouded_bat|a_skeleton_sleeper|shadowbone|Amontehepna_the_Second|frost_mummy|Ascendant_Svartmane|restless_tutor|Cara_Omica|zombie_maid|D`dee_the_Chilled|restless_mummy|Dark_Huntress|vampire|Deacon_Foels_Tomorin|drolvarg_guard|Malvus_Darque|shrowded_bat|Narmak_Berreka|possessed_armor|Vhal`Sera|reckless_spectre|Xalgoti|returned_shadow_beast|Zorglim_the_Dead|disturbed_student

[velketortwo]
Radius=500
ZRadius=125
Ignore=NONE
Pull= a_restless_devourer|restless_spider|a_restless_tarantula|wandering_arachnid|a_velium_horror|glaring_gargoyle|an_icy_torment|living_spire|Bledrek|living_ice_construct|Kerdelb|restless_ice_construct|Marlet_Icepaw|undying_kobold|Neemzaq|freezing_shade|Qabruh|icy_gargoyle|Vorgak|mindless_orc|Zarhbub_Icepaw|wandering_icepaw

[kaeltwo]
Radius=500
ZRadius=125
Ignore=NONE
Pull=Black_Fang|storm_giant_soldier|Direfang|restless_direwolf|Drendar_Blackblade|storm_giant_soldier|Fjokar_Frozenshard|storm_giant_soldier|Irrek_Bloodfist|storm_giant_soldier|Kallis_Stormcaller|storm_giant_soldier|Keldor_Dek`Torek|storm_giant_soldier|Klraggek_the_Slayer|storm_giant_soldier|Velden_Dragonbane|storm_giant_soldier|Vkjen_Thunderslayer|storm_giant_soldier

--CoV--
[cobaltscartwo]
Radius=500
ZRadius=125
Ignore=NONE
Pull=Delmare_Undertow|neriad_guard|Desirae_Fanfare|alluring_siren|Kirezlbough|wyvern|Morwenna_Undertow|neriad_huntress|Octave_Sforzando|siren|Ol`_Grinnin`_Finley|deepwater_gnasher|Pikebreath|restless_othmir|Skolskin_Haeger|protective_ulthork

[westwastestwo]
Radius=500
ZRadius=125
Ignore=NONE
Pull=a_restless_behemoth|restless_wurm|Blasphemous_Steel|exiled_efreeti|Bliddlethiclaus|exiled_kedge|Feltinth_the_Caring|brood_caretaker|Miscreation_the_Timeless|frosted_dracholiche|Pastletlith_the_Temperate|brood_hatchling|Rildar_Blackstone|forgotten_vanguard|Shrapnel|velious_hound

[necropolistwo]
Radius=500
ZRadius=125
Ignore=NONE
Pull=a_massive_dracoliche|dragon_construct|a_moon_bat|scavenger_bat|a_ravenous_entropy_serpent|decay_serpent|a_restless_warlord|wandering_Chetari|a_toxic_phase_spider|phasing_spider|another_great_green_slime|amorphous_blob|Dustbinder_Tarlin|Chetari_dustmaker|Foulfang|entropy_serpent|Jailed_Dar`s_trapped_shade|trapped_dracoliche|Queen_Kitlaa|phasing_spider|restless_Dominator_Yisaki|wandering_Chetari|restless_Vaniki|wandering_Chetari|restless_Warmaster_Ultvara|wandering_Chetari|Seeker_Larada|Chetari_explorer

[skyshrinetwo]
Radius=500
ZRadius=125
Ignore=NONE
Pull=a_blessed_racnar|convincing_doomsayer|Dagarn_the_Destroyer|pretentious_wurm|Lord_Koi`Doken|onyx_conspirator|Professor_Atkru|tenured_mentor|Shoen_the_Fanatic|subservient_convert|Templeton_the_Clear|crystal_abomination|Ziglark_Whisperwing|obsidian_believer

[templeveeshantwo]
Radius=500
ZRadius=125
Ignore=NONE
Pull=Dozekar_the_Cursed|shimmering_priest|Feshlak|scarlet_sycophant|Gozzrem|pious_martyr|Ikatiar_the_Vemom|Jorleag|distrusting_devout|Ktheek_the_Ripper|sapphire_devotee|Lady_Mirenilla|shard_hatchling|Lord_Vyemm|vile_defender|vile_scholar|vile_warrior

[sleepertwo]
Radius=500
ZRadius=125
Ignore=NONE
Pull=Kildrukaun_the_Ancient|restless_dragon|Milas_An`Rev|venerated_sadist|The_Captain_of_the_Guard|The_Overseer_Reborn|The_Master_of_the_Guard|The_Progenitor_Reborn|The_Progenitor|Tjudawos_the_Ancient|shimmering_drakeen|Vyskudra_the_Ancient|wyvern_sentinel|Zeixshi`Kar_the_Ancient|lonely_drakeen

[shiningcity]
Radius=3500
ZRadius=1250
Ignore=NONE
Pull=a wary guard|A_Cliknar_Invader|A_Guard|A_Raging_Gygin|A_Resonating_Crystalkin|A_Rogue_Builder|A_Shop_Sweeper_(Treelinna,_Lady_of_Pain)|A_Wary_Guard|Sirana,_the_Knife_Mistress|An_Abraded_Genari|An_Energetic_Guardian|An_Overgrown_Crystalkin|An_Oversized_Burynai|Bekthar,_Kobold_Mob_Leader|Granth,_The_Mad_Scientist|Harbinger_of_the_Undying_One|Tani_The_Fire_Alchemist

[Draniksscar]
Radius=5750
ZRadius=1125
Ignore=NONE
Pull=ukun|Fang|Ertalon_the_Thrall|Girztal_the_Attendant|Kiltarn_the_Sharp|Kirspos_the_Cruel|Kyv_Bowmaster|Kyv_Darkscout|Murkglider_Hiveguard|Murkglider_Man_O`War|Murkglider_Marroweater|Newborn_Murkglider_Devourer|Noc_Bloodtusk|Noc_Razortusk|Scaleback|Ukun_Gutfeaster|Ukun_Slavehunter

[Charasis]
Radius=1250
ZRadius=1125
Ignore=NONE
Pull=Drusella_Sathir|The_Crypt_Devourer|The_Crypt_Excavator|The_Crypt_Feaster|The_Crypt_Keeper|The_Crypt_Spectre|Embalming_Fluid|The_Golem_Master|Howling_Spectre|Mortiferous_Protector|Reanimated_Plaguebone|Sentient_Bile|Skeletal_Procurator|The_Skeleton_Sepulcher|The_Spectre_Sepulcher|The_Spectre_Spiritualist|The_Undertaker_Lord|


[/CODE]
 
its because you are using muleassist with dannet functionality, and it broadcasts out hey what is your mytargetid, which pocketfarm dont understand, so what you can do is while using pocketfarm /plugin mq2dannet unload noauto on that toon, and he should not be on the dannet and wont be bothered.
 
its because you are using muleassist with dannet functionality, and it broadcasts out hey what is your mytargetid, which pocketfarm dont understand, so what you can do is while using pocketfarm /plugin mq2dannet unload noauto on that toon, and he should not be on the dannet and wont be bothered.
WTH Kane01. Update your crap! Dannet is LEGIT GanGSTA. If your pocket farm cant handel its girth, auto out it yourself :)
 
thats not something to do with pocketfarm, its how when dannet is asking for a variable to query that is not in pocketfarm, the macro parser flips out, i cant add every macro var from ever macro in the world.
 
thats not something to do with pocketfarm, its how when dannet is asking for a variable to query that is not in pocketfarm, the macro parser flips out, i cant add every macro var from ever macro in the world.
just pullin your leg man! i have things unload no auto on xgen for the same reason OP posted about.
 
Have a issue with it not wanting to start. Says "Couldn't open macro file:"
C:/blahhblaahh. Then says macro has ended any idea what's going on been out of it for awhile now and cant remember what could be the problem
 
Have a issue with it not wanting to start. Says "Couldn't open macro file:"
C:/blahhblaahh. Then says macro has ended any idea what's going on been out of it for awhile now and cant remember what could be the problem
misspelled the macro or the macro file is in the wrong location
 
I guess it detects the casting
/if (!${Me.Casting.ID}
so probably not good macro for a bard
Add this line below the me.casting.id part and you can run mq2twist /twist 1 2 3 4 5 6
/if (${Me.Class.Name.Equal[Bard]} && (!${Spawn[${myTargetID}].ID} || ${Spawn[${myTargetID}].Type.Equal[Corpse]}) && !${Me.XTarget}) /call FindMob
Code:
|- Find a Mob To kill
            /if (!${Me.Casting.ID} && (!${Spawn[${myTargetID}].ID} || ${Spawn[${myTargetID}].Type.Equal[Corpse]}) && !${Me.XTarget}) /call FindMob
            /if (${Me.Class.Name.Equal[Bard]} && (!${Spawn[${myTargetID}].ID} || ${Spawn[${myTargetID}].Type.Equal[Corpse]}) && !${Me.XTarget}) /call FindMob
        }
 
What do you do when you have to farm mobs like the dragons in Field of Scale that are quest givers?
 
Release Pocketfarm.mac

Users who are viewing this thread

Back
Top
Cart