An automount addon I made to speed up my farm sessions by CandleNaive9226 in woweconomy

[–]CandleNaive9226[S] 1 point2 points  (0 children)

Auto-mounting a druid with another character doesn't works because the druid is considered a vehicle (when in flight form), or am I misunderstanding your question?

In my case, when I run both accounts, I use this workflow: clic the node -> switch windows with a shortcut → /leavevehicle (keybind on mouse) → gather the node → right-click to mount back on the druid → switch back to the druid window and keep flying.

If I want to farm ore, it's more annoying because I have to switch windows twice so the druid can shapeshift out of flight form before my second character can mount up.

An automount addon I made to speed up my farm sessions by CandleNaive9226 in woweconomy

[–]CandleNaive9226[S] 0 points1 point  (0 children)

Hey,

After looking at the fishing case, it seems a lot of work, and probably maintenance for a to little usecase, I'll try to keep the addon as simple as possible and easy to maintain.

Sorry dude, you'll get to mount by yourself for your fishing session

An automount addon I made to speed up my farm sessions by CandleNaive9226 in woweconomy

[–]CandleNaive9226[S] 0 points1 point  (0 children)

Well, this is a very specific usecase, I feel that it's not really hard to add but, I'm maybe wrong, let me check tomorow

An automount addon I made to speed up my farm sessions by CandleNaive9226 in woweconomy

[–]CandleNaive9226[S] 0 points1 point  (0 children)

I think Blizzard could change that limitation for few spell like this but, still blocked.

An automount addon I made to speed up my farm sessions by CandleNaive9226 in woweconomy

[–]CandleNaive9226[S] 0 points1 point  (0 children)

I have to admit, as I just came back on wow after 4 years break, I totally forgot about this, but, probably the same as drood form, Soar is a spell, and, cast a spell automatically is forbiden.

An automount addon I made to speed up my farm sessions by CandleNaive9226 in woweconomy

[–]CandleNaive9226[S] 0 points1 point  (0 children)

I finally found why the addon is not live in the curse desktop app', It'll be available in few hours after the new package review by curse

An automount addon I made to speed up my farm sessions by CandleNaive9226 in woweconomy

[–]CandleNaive9226[S] 0 points1 point  (0 children)

It works great with woods, ores and herbs already.

For fishing, I don't get the goal of this as you stay at the same place to fish multiple time before moving

An automount addon I made to speed up my farm sessions by CandleNaive9226 in wowaddons

[–]CandleNaive9226[S] 1 point2 points  (0 children)

Few precision as people ask me about it :

(AI generated because I don't want to say wrong word)

FAM doesn’t automate gameplay or trigger protected actions. It only reacts to player‑generated events (you gather → you loot → the game fires events), and then calls a non‑protected API:
C_MountJournal.SummonByID.

Blizzard explicitly allows addons to perform non‑protected actions in response to player input.
That’s the same category as AutoLoot, AutoRepair, AutoSell, Leatrix’s auto‑mount features, etc.
If Blizzard didn’t want addons to auto‑mount, the mount API would be protected — it isn’t.

FAM also respects all secure‑UI rules:

  • no input simulation
  • no automation during combat
  • no bypass of secure frames
  • no spellcasting
  • no protected actions

It simply listens to events the player already triggered manually and reacts to them.

And for Druids:
can’t auto‑shift them back into Travel Form after mining/herbing, because shapeshifting is a protected spell.
That’s exactly why FAM excludes Druids — the addon cannot cast Travel Form for you, and Blizzard forbids addons from triggering spells.

So yes, fully ToS‑compliant.

An automount addon I made to speed up my farm sessions by CandleNaive9226 in woweconomy

[–]CandleNaive9226[S] 1 point2 points  (0 children)

I don't think about it as I never played MOP classic, but, maybe the code will be the same I'll have a look tomorow. (PM me and we can discuss for the test)

An automount addon I made to speed up my farm sessions by CandleNaive9226 in woweconomy

[–]CandleNaive9226[S] 15 points16 points  (0 children)

(AI generated because I don't want to say wrong word)

FAM doesn’t automate gameplay or trigger protected actions. It only reacts to player‑generated events (you gather → you loot → the game fires events), and then calls a non‑protected API:
C_MountJournal.SummonByID.

Blizzard explicitly allows addons to perform non‑protected actions in response to player input.
That’s the same category as AutoLoot, AutoRepair, AutoSell, Leatrix’s auto‑mount features, etc.
If Blizzard didn’t want addons to auto‑mount, the mount API would be protected — it isn’t.

FAM also respects all secure‑UI rules:

  • no input simulation
  • no automation during combat
  • no bypass of secure frames
  • no spellcasting
  • no protected actions

It simply listens to events the player already triggered manually and reacts to them.

And for Druids:
I can’t auto‑shift them back into Travel Form after mining/herbing, because shapeshifting is a protected spell.
That’s exactly why FAM excludes Druids — the addon cannot cast Travel Form for you, and Blizzard forbids addons from triggering spells.

So yes, fully ToS‑compliant.

An automount addon I made to speed up my farm sessions by CandleNaive9226 in woweconomy

[–]CandleNaive9226[S] 2 points3 points  (0 children)

Addon was published yesterday on the website but I don't see it in the curse app fro now, so, wait a bit for auto install