PDA

View Full Version : Random Monster Table Not Working



Furio74
February 19th, 2018, 00:03
I created a random monster table, with die related numbers, but when I run it, I only get 1 instance of any monster (where there should be a random die number, like 1d6). Please advise.

22298

LordEntrails
February 19th, 2018, 00:06
I'm not that familiar with random tables. Did you follow the process outlined in the wiki? https://www.fantasygrounds.com/wiki/index.php/Tables

Furio74
February 19th, 2018, 00:15
I'm not that familiar with random tables. Did you follow the process outlined in the wiki? https://www.fantasygrounds.com/wiki/index.php/Tables

Yes, I have followed the syntax for the Wiki as far as I can see. Please advise if I have done otherwise. Here are the sreenshots of the Wiki as well.
22301
22302

Moon Wizard
February 19th, 2018, 00:16
If you look at the [RESULT] posted to the chat window, it is correctly randomizing the number of creatures. (i.e. "1" Silver Dragon Wyrmling, "5" Troglodyte)

Please note, you have your output of your custom table set to "Chat", so the output will go straight to the chat window with the link included.

If you want to generate an encounter, you will need to change the output to "Enc".

Regards,
JPG

Furio74
February 19th, 2018, 00:19
If you look at the [RESULT] posted to the chat window, it is correctly randomizing the number of creatures. (i.e. "1" Silver Dragon Wyrmling, "5" Troglodyte)

Please note, you have your output of your custom table set to "Chat", so the output will go straight to the chat window with the link included.

If you want to generate an encounter, you will need to change the output to "Enc".

Regards,
JPG

It is not, that is just the result of the die roll (ex. the first roll was a 1, then second 5), it is not the random die roll for those.

JohnD
February 19th, 2018, 00:22
There is a new random encounter screen accessed from Encounters. That works.

Andraax
February 19th, 2018, 00:22
Change your output to "Encounter".

Trenloe
February 19th, 2018, 00:29
22302
The screenshot here is showing the table output as chat. Try it with "Enc" as mentioned by Moon Wizard and Andraax.

Furio74
February 19th, 2018, 00:32
The screenshot here is showing the table output as chat. Try it with "Enc" as mentioned by Moon Wizard and Andraax.

I just tried that and get only 1 instance of each thing I roll in the Encounter as output. Please see screenshot.
22304

Moon Wizard
February 19th, 2018, 00:34
Try "[1d6x] Silver Dragon Wyrmling"

The "x" is what indicates you want a multiple, instead of just a random number.

Apologies I didn't notice that part earlier.

Regards,
JPG

Furio74
February 19th, 2018, 00:39
Try "[1d6x] Silver Dragon Wyrmling"

The "x" is what indicates you want a multiple, instead of just a random number.

Apologies I didn't notice that part earlier.

Regards,
JPG

That works, thanks! I'm not sure though I understand your comment about multiple vs. random numbers - I want this to be a random number. Also, putting the X in there is not in the syntax as shown in the Wiki - is this an error in the Wiki?
22306

Zacchaeus
February 19th, 2018, 00:54
No really. What gets output is a link to a single monster with a number. You then need to add that number into the encounter to get the number of monsters in the encounter.

The Wiki was also written before true random encounters were possible. So the way I would do it now would be to create the random encounters and link those to a table which randomly determined which encounter came up.

JohnD
February 19th, 2018, 00:59
Random Encounters:

22309