Saibot393 / Rideable

A Foundry VTT module which allows Tokens to be ridden
MIT License
7 stars 3 forks source link

pf1e cannot get familiar riding to work #64

Closed R0gu3P403n1x closed 1 month ago

R0gu3P403n1x commented 5 months ago

I am trying to get familiar riding to work.
Foundry ver. 11.315 pf1e ver 9.6 rideable ver 2.19.5

The largest problem is no knowing how to make this function work. I am using Party HUD and most of the controls are there, but not for companions. When I try to use the Familiar Riding Macro as GM, nothing happens. As a player it says "You do not have permission to execute Macro "Familiar Riding."" I have enabled the players to be able to run script macros, so I am at a loss at this point.

I stripped all modules out except routing lib, rideable, and party HUD. Same effects. Removed Party HUD, same effect. I am pretty sure I just don't know what I am doing, but I need help.

Saibot393 commented 5 months ago

Do any errors show up in the console(F12)? Does the hotkey (default J) work?

R0gu3P403n1x commented 5 months ago

No errors, just nothing happens.

Tarbarian commented 5 months ago

@R0gu3P403n1x as I understand it the tag game.Rideable.MountSelectedFamiliar(pTargetHovered) only works in PF2e because that game system has an inbuilt familiar system. PF1e does not. You need a module to get proper familiar support in PF1e, which I presume this module doesn't integrate with. I ran into the same issue.

I write macro to resolve my issues though and I've made one and posted it here: mountToggle Just set the rider and mount names as you'd like and use the dialog to mount/unmount the familiar as needed.

Saibot393 commented 5 months ago

Sorry, i somewhat forgot about this issue, i just tested a bit and everythings seems to work fine for me, is the world setting "Familiar riding" enabled? Since one of the newer versions the requirements for valid familiars have been removed.

Tarbarian commented 5 months ago

Oh, it requires you to actually target the "master." That makes sense, I just wasn't thinking about the actual targeting functionality.

FamiliarMounting

I'm personally still going to stick with my macro for ease of use. Targeting can break the flow of play a bit.

Saibot393 commented 5 months ago

Normally just hovering over the master token should be enough