5E Product Walkthrough Playlist
  1. #1

    Initiative Panel

    Firstly, Fantasy Grounds! Its an amazing producted which really allows e-pnp.

    So far as a DM, keeping track of Initiative order could be made easier, is there a way of adding a small Initiative panel, where the DM can order the monsters/PCs and click on the ones that are done, and as soon as one is clicked the next PC is pinged or a notification message would appear? And the PC's who are finished become greyed out.

    Thirdly, keeping track of live spells etc. Is is possible to have a Round Counter, that the DM can press a button and it adds a round, and where spells can be added, and each Round that advances, the time for that spell to expire is reduced? The Round Advance button could also post a
    ------- NEW ROUND -------
    On the chat window

    So far so good. Hope we can help make an excellent product excellent+

    Liuka

  2. #2
    I guess what you are referring to are mostly improvements in the way the combat tracker works (the tracker is the list view available to the GM using the list icon in the top right of the desktop). It has an initiative field and can be sorted by initiative. It also includes a slot for two effects per entry with a number field you can use among other things as a round counter.

    With automated features such as these, we have to walk a fine line between cooler features, ruleset modification friendliness and not breaking the d20 license.

    I'm going to say we have some things planned that would allow for more power in exactly the areas you have mentioned, but I won't go and make promises because the plans aren't final . I'll keep your suggestions in mind as we go along.
    Tero Parvinen
    Fantasy Grounds Guru

  3. #3
    Wow, quick response.

    Solved the one problem ourselves, a moment ago, by producing an image with the initiative markers :-)

    But do not let that stop you from walking the fine OGL line

    Bye
    Liuka

  4. #4
    On the subject of Initiative Panel, is there a file you can modify to show the ac and attack bonuses, in the Initiative Panel. So that when a monster, npc is placed there the correct ac for that monster automatically shows up.

  5. #5

    Init Sorting

    I posted this in another topic but it seems to fit better in this topic.
    Currently the init board sorts from highest number to lowest. Is there any way to change this so that it sorts with lowest numbers up at the top of the page (acending order).

  6. #6
    The file you need is d20_utility.xml.

    The code you need to change is below.

    The magic line is

    Code:
    <sort fields="!initresult" />
    The ! reverses the sort order. (Large to Small; z to a)

    Code:
    <windowlist class="combattracker_entry" name="list">
    	<allowcreate />
    	<allowdelete />
    	<nestdata />
    	<bounds rect="13,26,-20,-30" />
    	<acceptdrop class="mini_charsheet" fields="name,#hp,#wounds" />
    	<acceptdrop class="charsheet" fields="name,#hp,#wounds" />
    	<acceptdrop class="npc" fields="name,hp" />
    	<acceptdrop class="monster" fields="name,hp" />
    	<sort fields="!initresult" />
    </windowlist>
    I think you have create a new ruleset to use this though. I think I read that the d20 ruleset would not use changes. You might check that though.
    DM: You are outside by the tavern.
    Player: Cool, I\'m getting drunk.
    Player: I\'m getting drunk, are there any girls there?
    Player: Roll the dice to see if I\'m getting drunk.

  7. #7
    Cool man, thanks for the help. That worked perfect. I like how the software is setup so that users can change things to customize it to their liking. Thanks again for the help!

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
STAR TREK 2d20

Log in

Log in