Skip to content
Jay Ryan edited this page Mar 6, 2021 · 31 revisions

This is a WIP migration from Elanthipedia, if you don't find your script listed below, check there!


Script List

Charge Holy Weapon - Charges a paladin's holy weapon.

Adding Script Settings Pages

  1. Keep it alphabetical!
  2. Make sure you add all the script's settings within the page, to the best of your knowledge. A key to this is to check the setup or initialize for the script before adding. Mistakes will be made, not an issue, just correct them.
def initialize
  some settings
end
def setup
  some settings
end
  1. Name the github wiki page, Scriptname-Settings. Example: pick.lic would be:
    https://github.com/rpherbig/dr-scripts/wiki/Pick-Settings
  2. Follow the same formatting as the others being sure to include a short description!
#### [Display Text](https://page-link) - Short description of the script.
Clone this wiki locally