Character Vault
Any Concept / Any System
Compendium
Your System Come To Life
Roll20 for Android
Streamlined for your Tablet
Roll20 for iPad
Streamlined for your Tablet

Personal tools

Difference between revisions of "API:RPGMaster"

From Roll20 Wiki

Jump to: navigation, search
(Databases)
(General)
 
(7 intermediate revisions by one user not shown)
Line 5: Line 5:
 
Some of the APIs can be used with other sheets.
 
Some of the APIs can be used with other sheets.
 
===Forum===
 
===Forum===
[https://app.roll20.net/forum/post/10607093/script-rpgmaster-apis-for-ad-and-d-2e RPGMaster APIs for AD&D 2E] - old frozen forum thread
 
 
[https://app.roll20.net/forum/post/11115777/script-rpgmaster-apis-for-ad-and-d-2e RPGMaster APIs for AD&D 2E] - main forum thread
 
[https://app.roll20.net/forum/post/11115777/script-rpgmaster-apis-for-ad-and-d-2e RPGMaster APIs for AD&D 2E] - main forum thread
 +
([https://app.roll20.net/forum/post/10607093/script-rpgmaster-apis-for-ad-and-d-2e Old RPGMaster APIs for AD&D 2E] - old frozen forum thread)
  
 
<noinclude>__TOC__</noinclude>
 
<noinclude>__TOC__</noinclude>
Line 12: Line 12:
 
===RPGMaster "How To" videos===
 
===RPGMaster "How To" videos===
 
[https://youtube.com/playlist?list=PLUnXL78KIqj3nELUHN38-ILwebkQla3rr RPGMaster Playlist]
 
[https://youtube.com/playlist?list=PLUnXL78KIqj3nELUHN38-ILwebkQla3rr RPGMaster Playlist]
* {{yt.be|uDrT-pjQv_4 RPGMaster Intro video 1}} 10min (Updated 17-01-22) How to load and initialise the APIs
+
* {{yt.be|wkiHcTaIc88 RPGMaster Intro video 1}} 14min (Updated 10-04-23) How to load and initialise the APIs
* {{yt.be|TTOFAZlNdqI RPGMaster Intro video 2}} 21min Setting up a Token & Character Sheet for use with the APIs
+
* {{yt.be|9-2MNjUg-HU RPGMaster Intro video 2}} 36min (Updated 10-04-23) Setting up a Token & Character Sheet for use with the APIs
* {{yt.be|ak7A_kKYgCc RPGMaster Intro video 3}} 12min Introduction to the standard Token Action buttons
+
* {{yt.be|qkyVWP9gw2E RPGMaster Intro video 2a}} 6min (Updated 10-04-23) Setting the token bar & circle mappings as you want
* {{yt.be|Jf-w-BegbX4 RPGMaster Intro video 4}} 16min Doing Initiative with RPGMaster APIs
+
* {{yt.be|ak7A_kKYgCc RPGMaster Intro video 3}} 12min (valid for v1.4.05) Introduction to the standard Token Action buttons
* {{yt.be|R7U50oB_LPM RPGMaster Intro video 5}} 22min Attacking with melee & ranged weapons and ammo
+
* {{yt.be|Jf-w-BegbX4 RPGMaster Intro video 4}} 16min (valid for v1.4.05) Doing Initiative with RPGMaster APIs
* {{yt.be|rzgLm9BMrCs RPGMaster Intro video 6}} 19min Obtaining & using Magic Items
+
* {{yt.be|q3YTyn64wjU RPGMaster Intro video 5}} 22min (Updated 10-04-23) Attacking with melee & ranged weapons and ammo
* {{yt.be|Yt9KAcBRl40 RPGMaster Intro video 7}} 11min Other Actions such as Saving Throws and Light sources
+
* {{yt.be|rzgLm9BMrCs RPGMaster Intro video 6}} 21min (valid for v1.4.05) Obtaining & using Magic Items
 +
* {{yt.be|iuOo8hBy71Q RPGMaster Intro video 7}} 16min (Updated 10-04-23) Other Actions such as Saving Throws and Light sources
 
* {{yt.be|1ruGNfj2xUY RPGMaster Intro video 8}} 25min Setting up Wizards, and casting simple spells
 
* {{yt.be|1ruGNfj2xUY RPGMaster Intro video 8}} 25min Setting up Wizards, and casting simple spells
 
* {{yt.be|DbA80pKBWkU RPGMaster Intro video 9}} 23min Setting up Priests, and casting more complex spells
 
* {{yt.be|DbA80pKBWkU RPGMaster Intro video 9}} 23min Setting up Priests, and casting more complex spells
Line 34: Line 35:
 
===General===
 
===General===
 
These have utility to be used with sheets other than just the [[Advanced 2nd Edition‎]]-sheet
 
These have utility to be used with sheets other than just the [[Advanced 2nd Edition‎]]-sheet
* [[Script:InitMaster]] -- currently configured to only use the [[Advanced 2nd Edition|AD&D2e Character Sheet]] from [[Peter B]]. It uses the Roll Templates defined in that sheet extensively.
+
* [[Script:InitMaster]] -- Manages initiative rolls and priorities for Player Characters, NPCs and Creatures.
** See '''[[Script:InitMaster#Configuring the Token and Character Sheet for use with the API|Configuring the Token and Character Sheet for use with the API]]'''-section for use with other sheets. Future development will focus on implementing more generic functionality.
+
* [[Script:RoundMaster]] -- Extends the functionality of the {{Turn Tracker}} capability. Based on the old TrackerJacker API, extended to support '''Effect Macros''' triggered when statuses are added, exist on, or are removed from tokens.  '''Effect Macros''' are user programmable and can do anything Roll20 or added APIs can do.
* [[Script:RoundMaster]] -- purpose is to extend the functionality of the {{Turn Tracker}} capability. Based on the old TrackerJacker API, extended to support '''Effect Macros''' triggered when statuses are added, exist on, or are removed from tokens.  '''Effect Macros''' are user programmable and can do anything Roll20 or added APIs can do.
+
** See '''[[Script:RoundMaster#Effect Database for RoundMaster API|Effect Database for RoundMaster API]]''' for information on Effect Macros, how to create them and their use in-game.
+
 
* [[Script:RPGMaster Library]] -- Holds all RPG-version specific data, rulesets and processing for the RPGMaster series of APIs, '''but also''' provides Roll Templates, Character Sheet table management functions, database management functions and other useful functions that can be used by API authors and others (Roll Templates are usable from macros) that are applicable to unsupported RPGs.
 
* [[Script:RPGMaster Library]] -- Holds all RPG-version specific data, rulesets and processing for the RPGMaster series of APIs, '''but also''' provides Roll Templates, Character Sheet table management functions, database management functions and other useful functions that can be used by API authors and others (Roll Templates are usable from macros) that are applicable to unsupported RPGs.
  
 
===AD&D 2E only===
 
===AD&D 2E only===
 +
* [[Script:RPGMaster_Suite]] --  It manages the initialisation of a [[Campaign]] to use the RPGMaster APIs, communication and command syntax updates between the APIs and, most importantly for the [[DM]], easy menu-driven setup of [[Tokens]] and [[Character Sheets]] to work with the APIs.
 
* [[Script:AttackMaster]] -- provides functions to manage weapons, armour & shields, including taking weapons in hand and using them to attack. It uses standard AD&D 2e rules to the full extent
 
* [[Script:AttackMaster]] -- provides functions to manage weapons, armour & shields, including taking weapons in hand and using them to attack. It uses standard AD&D 2e rules to the full extent
* [[Script:CommandMaster]] --  It manages the initialisation of a [[Campaign]] to use the RPGMaster APIs, communication and command syntax updates between the APIs and, most importantly for the [[DM]], easy menu-driven setup of [[Tokens]] and [[Character Sheets]] to work with the APIs.
 
 
* [[Script:MagicMaster]] -- provides functions to manage all types of magic, including Wizard & Priest spell use and effects; Character, NPC & Monster Powers; and discovery, looting, use and cursing of Magic Items.
 
* [[Script:MagicMaster]] -- provides functions to manage all types of magic, including Wizard & Priest spell use and effects; Character, NPC & Monster Powers; and discovery, looting, use and cursing of Magic Items.
* [[Script:MoneyMaster]]
 
  
 
===Databases===
 
===Databases===
 
* [[API:RPGMaster-CharacterSheets|RPGMaster Character Sheet setup]] - RPGMaster Character Sheet setup Wiki page
 
* [[API:RPGMaster-CharacterSheets|RPGMaster Character Sheet setup]] - RPGMaster Character Sheet setup Wiki page
* [[API:RPGMaster-ClassDB|RPGMaster Class DB]] - RPGMaster Class database Wiki page
+
* [[API:RPGMaster-ClassDB|RPGMaster Class/Race DB]] - RPGMaster Class & Race database Wiki page
 
* [[API:RPGMaster-AttacksDB|RPGMaster Attack Templates DB]] - RPGMaster Attacks database Wiki page
 
* [[API:RPGMaster-AttacksDB|RPGMaster Attack Templates DB]] - RPGMaster Attacks database Wiki page
 
* [[API:RPGMaster-WeaponsArmorDB|RPGMaster Weapons & Armour DB]] - RPGMaster Weapon, Ammo & Armour databases Wiki page
 
* [[API:RPGMaster-WeaponsArmorDB|RPGMaster Weapons & Armour DB]] - RPGMaster Weapon, Ammo & Armour databases Wiki page

Latest revision as of 15:56, 14 June 2023

[edit] RPGMaster APIs

The RPGMaster suite of APIs is a set of APIs created primarily for enhancing AD&D 2E gameplay, made by Richard E. The APIs are compatible with the Advanced 2nd Edition character sheet.

Some of the APIs can be used with other sheets.

[edit] Forum

RPGMaster APIs for AD&D 2E - main forum thread (Old RPGMaster APIs for AD&D 2E - old frozen forum thread)

Contents


[edit] RPGMaster "How To" videos

RPGMaster Playlist

[edit] APIs

[edit] General

These have utility to be used with sheets other than just the Advanced 2nd Edition‎-sheet

  • Script:InitMaster -- Manages initiative rolls and priorities for Player Characters, NPCs and Creatures.
  • Script:RoundMaster -- Extends the functionality of the t Turn Tracker capability. Based on the old TrackerJacker API, extended to support Effect Macros triggered when statuses are added, exist on, or are removed from tokens. Effect Macros are user programmable and can do anything Roll20 or added APIs can do.
  • Script:RPGMaster Library -- Holds all RPG-version specific data, rulesets and processing for the RPGMaster series of APIs, but also provides Roll Templates, Character Sheet table management functions, database management functions and other useful functions that can be used by API authors and others (Roll Templates are usable from macros) that are applicable to unsupported RPGs.

[edit] AD&D 2E only

  • Script:RPGMaster_Suite -- It manages the initialisation of a Campaign to use the RPGMaster APIs, communication and command syntax updates between the APIs and, most importantly for the DM, easy menu-driven setup of Tokens and Character Sheets to work with the APIs.
  • Script:AttackMaster -- provides functions to manage weapons, armour & shields, including taking weapons in hand and using them to attack. It uses standard AD&D 2e rules to the full extent
  • Script:MagicMaster -- provides functions to manage all types of magic, including Wizard & Priest spell use and effects; Character, NPC & Monster Powers; and discovery, looting, use and cursing of Magic Items.

[edit] Databases

[edit] Installation for AD&D 2E

Note: It is highly recommended that you create a copy of your campaign before installing these (or any other) APIs, as APIs can cause major issues if not set up correctly or they contain bugs. This also means you can play around with use of the RPGMaster APIs in a safe environment - just try out all the features which are mostly fully available via easily accessible on-screen buttons. Nothing should break as a result of this (but no guarantees!)

1. Load CommandMaster from the One-Click install menu: this will load all the other relevant APIs, including the ChatSetAttr and Tokenmod APIs which are needed for full operation. Check that all the APIs (or at least the ones you want) have loaded. RPGMaster Library AD+D2e must be loaded! Please ensure this is the case! If any of them don't load for some reason, they are all also individually available on the One-Click install menu.

2. Use the command !cmd --initialise which will create a number of Player Macros visible on the Macro menu (accessed via the "3 bulleted lines" icon at the top of the Chat Window).

3. Go to the Player Macro menu described in 2 & tick the boxes for all the macros to appear In bar, and then tick the box for Show Macro Quick Bar. Buttons to access the macros set up will appear on your screen (normally at the bottom of the Roll20 map window).

4. Select one or more tokens on the map window that represent Characters, NPCs or Monsters and select the Token-Setup button. A menu will appear in the Chat Window showing stuff that can be done with the tokens and their linked character sheets to set them up for use with the RPGMaster APIs.

5. Add Magic Items, Weapons, Armour and more to the Character Sheets represented by the selected tokens using the Add-Items button. These items are different from just listing them on the sheet, as they are active and many actually have effects in-game when used, such as setting attack and damage bonuses for set durations, speeding up or slowing down Initiatives rolled (i.e. Haste & Slow effects), granting Powers and storing Spells, etc.


[edit] Related Pages