View Poll Results: Do you like the separate DC fields for each roll type
- Voters
- 84. You may not vote on this poll
-
No, I wish there was just one number (could be on the sheet multiple places)
18 21.43% -
Yes, I like setting it for a specific type and leaving it
53 63.10% -
Yes, but I would give it up to have DC fields on each of the expander trays
13 15.48%
Thread: 5E - Requested Rolls
-
January 23rd, 2025, 08:04 #531Templar
- Join Date
- Jul 2018
- Location
- Türkiye
- Posts
- 134
In Pathfinder when I trigger a Saving throw from a monster targeting PCs, an effect gets added on Combat Tracker and when the PC rolls the save the Save results is displayed there.
Is there a way to bypass this? When I trigger the save from monster, targeting PCs, I want the PCs to immediately get the dice roll pop-up from this extension. And the results would be noted in the chat. Then the damage could be applied from those results? I feel like I had it working like that but it somehow changed? Maybe in the options I changed something
-
January 24th, 2025, 03:14 #532Grand Templar
- Join Date
- Apr 2020
- Posts
- 253
-
March 20th, 2025, 18:17 #533

High Patriarch
- Join Date
- Feb 2017
- Location
- the seaside, UK
- Posts
- 559
Hi,
as a long time, very happy user of RR, and a new user of 'NPC Random Treasure Drop' i was wondering if there was some way of utilising RR to push the 'Harvesting Skill Lock' and the 'Harvest' rolls from NPCRTD, as a request to the player whose turn it is on the CT? At present it presents me as the GM with a dice icon for both these rolls, but it rolls for the player, using their skills/abilities, so it would be nice if it pushed a roll request to that player rather me rolling for them, and i immediately wondered if there was someway for RR to facilitate this? I hope this males sense.
Cheers,
Simon
-
March 21st, 2025, 15:22 #534Grand Templar
- Join Date
- Apr 2020
- Posts
- 253
Maybe, but I would need more information as I don't have that extension. If there is a unique roll type (i.e. rRoll.sType) a long with a couple other requirements, either I or the other extension author can set those rolls to be automatically sent to the player. I've included a link to the necessary API calls.
https://github.com/seanmccarty/Reque...oper-API-Guide
-
March 21st, 2025, 15:37 #535

High Patriarch
- Join Date
- Feb 2017
- Location
- the seaside, UK
- Posts
- 559
Hi,
thanks for getting back to me. I'm not sure about roll types, API calls etc. that's a bit out of my wheel house.
I could gift you the extension if that would enable you to get it to work with RR (requesting the Skill Checks on the client side), but if it would still be up to the other extension's creator to adjust something on their end I should probably talk to them first?
Cheers for your help,
Simon
-
March 21st, 2025, 17:38 #536
Is there any chance something like this might help RR play nice with Combat Groups?
function getVisCtEntries()
local winCT = Interface.findWindow('combattracker_host', 'combattracker');
if not winCT then
winCT = Interface.openWindow('combattracker_host', 'combattracker');
winCT.close();
end
local tNodes = {}
for _,win in ipairs(winCT.list.getWindows(true)) do
local nodeWin = win.getDatabaseNode();
table.insert(tNodes, nodeWin);
end
return tNodes;
end
-
March 21st, 2025, 18:37 #537
Maybe I'm not understanding this correctly, but I'm not seeing any message in Chat...
With only RR loaded:
GM Side after requesting STR DC 15 from 1 PC (Westra):
Screenshot 2025-03-21 123407.png
Player Side (Westra) after request:
Screenshot 2025-03-21 123457.png
Nothing in Chat...
I'm hoping to see even something as basic as "Roll Request Sent" on the GM side... In a perfect world, it would show something like: "Check - Strength - DC 15 Requested - [names of requestees]"
-
March 24th, 2025, 13:34 #538Grand Templar
- Join Date
- Apr 2020
- Posts
- 253
-
March 24th, 2025, 15:01 #539
This seems great!
Any chance of getting that "Hidden Roll Eye" symbol to accompany it, as it is only showing on the GM side?
Screenshot 2025-03-24 085816.png
Thanks much!
-
March 24th, 2025, 17:30 #540Grand Templar
- Join Date
- Apr 2020
- Posts
- 253
Thread Information
Users Browsing this Thread
There are currently 2 users browsing this thread. (0 members and 2 guests)

Reply With Quote


Bookmarks