diff --git a/burgle.lic b/burgle.lic index 6c291302a2..b08af80ec6 100644 --- a/burgle.lic +++ b/burgle.lic @@ -89,7 +89,7 @@ class Burgle if @entry_type =~ /lockpick|cycle/ && (@use_lockpick_ring == nil || @lockpick_container == nil) DRC.message("Settings for lockpick rings are now in burgle_settings:use_lockpick_ring and burgle_settings:lockpick_container.") DRC.message("Using old setting of use_lockpick_ring and lockpick_container from pick for now, but this will be removed in the future.") - DRC.message("To reuse the same settings, please use anchors: https://github.com/rpherbig/dr-scripts/wiki/YAML-Anchors") + DRC.message("To reuse the same settings, please use anchors: https://github.com/elanthia-online/dr-scripts/wiki/YAML-Anchors") @use_lockpick_ring = @settings.use_lockpick_ring if @use_lockpick_ring == nil @lockpick_container = @settings.lockpick_container if @lockpick_container == nil end diff --git a/clean-leather.lic b/clean-leather.lic index 18eb17fb11..214c2c7a2a 100644 --- a/clean-leather.lic +++ b/clean-leather.lic @@ -119,7 +119,7 @@ class CleanLeather when /looks as clean as you/ break when /You need to be holding/ - DRC.message("Unable to scrape leather. Please submit an issue on GitHub: https://github.com/rpherbig/dr-scripts/issues") + DRC.message("Unable to scrape leather. Please submit an issue on GitHub: https://github.com/elanthia-online/dr-scripts/issues") DRCC.stow_crafting_item('scraper', @bag, @belt) DRCI.put_away_item?(hide) exit @@ -136,7 +136,7 @@ class CleanLeather when /would only be damaged by adding more/i break when /what/ - DRC.message("Unable to apply preservative. Please submit an issue on GitHub: https://github.com/rpherbig/dr-scripts/issues") + DRC.message("Unable to apply preservative. Please submit an issue on GitHub: https://github.com/elanthia-online/dr-scripts/issues") exit end end @@ -144,7 +144,7 @@ class CleanLeather DRCI.put_away_item?(@preservative, @bag) if DRCI.in_hands?(@preservative) unless DRCI.put_away_item?(hide, storage) - DRC.message("Unable to your store your preservative and/or cleaned hide. Please submit an issue on GitHub: https://github.com/rpherbig/dr-scripts/issues") + DRC.message("Unable to your store your preservative and/or cleaned hide. Please submit an issue on GitHub: https://github.com/elanthia-online/dr-scripts/issues") DRCI.stow_hands exit end diff --git a/common-items.lic b/common-items.lic index 2c78062c61..c8b22f4f34 100644 --- a/common-items.lic +++ b/common-items.lic @@ -10,7 +10,7 @@ custom_require.call(%w[common events]) module DRCI module_function - ## How to add new trash receptacles https://github.com/rpherbig/dr-scripts/wiki/Adding-new-trash-receptacles + ## How to add new trash receptacles https://github.com/elanthia-online/dr-scripts/wiki/Adding-new-trash-receptacles TRASH_STORAGE = %w[arms barrel basin basket bin birdbath bucket chamberpot gloop hole log puddle statue stump tangle tree turtle urn gelapod] DROP_TRASH_SUCCESS_PATTERNS = [ diff --git a/crossing-repair.lic b/crossing-repair.lic index 1e54c015cb..bf78ea7d3c 100644 --- a/crossing-repair.lic +++ b/crossing-repair.lic @@ -129,7 +129,7 @@ class CrossingRepair if !@hometown_data['currency'] DRC.message("No known currency for target town. Exiting.") DRC.message("To add a currency for this town, please submit an issue on GitHub:") - DRC.message("https://github.com/rpherbig/dr-scripts/issues") + DRC.message("https://github.com/elanthia-online/dr-scripts/issues") exit else if DRCM.wealth(settings['hometown']) >= @repair_withdrawal_amount && @skip_bank @@ -144,7 +144,7 @@ class CrossingRepair DRC.message("No bank specified for this town, AND we don't have enough money on hand,") DRC.message("and/or we have not specified to skip depositing excess coins after repair.") DRC.message("To add a bank for this town, please submit an issue on GitHub:") - DRC.message("https://github.com/rpherbig/dr-scripts/issues") + DRC.message("https://github.com/elanthia-online/dr-scripts/issues") exit end end @@ -155,7 +155,7 @@ class CrossingRepair unless leather_repairer || metal_repairer DRC.message("No repairers found for #{town} in base-town.yaml. Please choose a different town.") DRC.message("To add repairers for this town, please submit an issue on GitHub:") - DRC.message("https://github.com/rpherbig/dr-scripts/issues") + DRC.message("https://github.com/elanthia-online/dr-scripts/issues") exit end diff --git a/data/base-help.yaml b/data/base-help.yaml index 3754a884ad..0bfebead5c 100644 --- a/data/base-help.yaml +++ b/data/base-help.yaml @@ -28,7 +28,7 @@ afk_justice_threshold: alchemy_belt: decription: Specify alchemy belt name and list of tools. - example: https://github.com/rpherbig/dr-scripts/wiki/Crafting-Setup#tools (see Toolbelts section) + example: https://github.com/elanthia-online/dr-scripts/wiki/Crafting-Setup#tools (see Toolbelts section) referenced_by: - clerk-tools specific_descriptions: @@ -68,7 +68,7 @@ alchemy_prep_quantity: alchemy_tools: description: List of alchemy tools. - example: https://github.com/rpherbig/dr-scripts/wiki/Crafting-Setup#tools + example: https://github.com/elanthia-online/dr-scripts/wiki/Crafting-Setup#tools referenced_by: - clerk-tools specific_descriptions: @@ -502,7 +502,7 @@ divination_tool: enchanting_belt: description: Specify enchanting belt name and list of tools. - example: https://github.com/rpherbig/dr-scripts/wiki/Crafting-Setup#tools (see Toolbelts section) + example: https://github.com/elanthia-online/dr-scripts/wiki/Crafting-Setup#tools (see Toolbelts section) referenced_by: - clerk-tools specific_descriptions: @@ -510,7 +510,7 @@ enchanting_belt: enchanting_tools: description: List of enchanting tools. - example: https://github.com/rpherbig/dr-scripts/wiki/Crafting-Setup#tools + example: https://github.com/elanthia-online/dr-scripts/wiki/Crafting-Setup#tools referenced_by: - clerk-tools specific_descriptions: @@ -518,7 +518,7 @@ enchanting_tools: engineering_belt: description: Specify engineering belt name and list of tools. - example: https://github.com/rpherbig/dr-scripts/wiki/Crafting-Setup#tools (see Toolbelts section) + example: https://github.com/elanthia-online/dr-scripts/wiki/Crafting-Setup#tools (see Toolbelts section) referenced_by: - arrows - bolts @@ -566,7 +566,7 @@ exp_timers: - t2 - crossing-training specific_descriptions: - t2: Timers are used internally as cooldowns before executing skills / skill groups. See also https://github.com/rpherbig/dr-scripts/wiki/T2-Tutorial + t2: Timers are used internally as cooldowns before executing skills / skill groups. See also https://github.com/elanthia-online/dr-scripts/wiki/T2-Tutorial crossing-training: Timers are used internally as cooldowns before working skills. favor_goal: @@ -600,7 +600,7 @@ favor_town: firstaid_scholarship_modifier: description: Allows manually defining the Effective Scholarship Modifier scale. - example: 'https://github.com/rpherbig/dr-scripts/wiki/First-Aid-Strategy#advanced-options ' + example: 'https://github.com/elanthia-online/dr-scripts/wiki/First-Aid-Strategy#advanced-options ' referenced_by: - first-aid specific_descriptions: @@ -640,7 +640,7 @@ forage_override_town: forging_belt: description: Specify forging belt name and list of tools. - example: https://github.com/rpherbig/dr-scripts/wiki/Crafting-Setup#tools (see Toolbelts section) + example: https://github.com/elanthia-online/dr-scripts/wiki/Crafting-Setup#tools (see Toolbelts section) referenced_by: - clerk-tools specific_descriptions: @@ -648,7 +648,7 @@ forging_belt: forging_tools: description: List of forging tools. - example: https://github.com/rpherbig/dr-scripts/wiki/Crafting-Setup#tools + example: https://github.com/elanthia-online/dr-scripts/wiki/Crafting-Setup#tools referenced_by: clerk-tools specific_descriptions: @@ -868,7 +868,7 @@ number_of_firstaid_charts: outfitting_belt: description: Specify outfitting belt name and list of tools. - example: https://github.com/rpherbig/dr-scripts/wiki/Crafting-Setup#tools (see Toolbelts section) + example: https://github.com/elanthia-online/dr-scripts/wiki/Crafting-Setup#tools (see Toolbelts section) referenced_by: - clean-leather - clerk-tools @@ -878,7 +878,7 @@ outfitting_belt: outfitting_tools: description: List of outfitting tools. - example: https://github.com/rpherbig/dr-scripts/wiki/Crafting-Setup#tools + example: https://github.com/elanthia-online/dr-scripts/wiki/Crafting-Setup#tools referenced_by: - clerk-tools specific_descriptions: @@ -1036,7 +1036,7 @@ symbiosis_setting: t2_avoids: description: T2 training avoids list. - example: https://github.com/rpherbig/dr-scripts/wiki/T2-Tutorial + example: https://github.com/elanthia-online/dr-scripts/wiki/T2-Tutorial referenced_by: - t2 specific_descriptions: @@ -1160,7 +1160,7 @@ training_box_list: training_list: description: Defines T2 skills to train and their options (other settings). - example: https://github.com/rpherbig/dr-scripts/wiki/T2-Tutorial + example: https://github.com/elanthia-online/dr-scripts/wiki/T2-Tutorial referenced_by: - t2 specific_descriptions: @@ -1183,7 +1183,7 @@ waggle_force_cambrinth: waggle_sets: description: Defines waggle sets. - example: "https://github.com/rpherbig/dr-scripts/wiki/Waggle-Sets " # Trailing space preserves proper URL link in FE + example: "https://github.com/elanthia-online/dr-scripts/wiki/Waggle-Sets " # Trailing space preserves proper URL link in FE referenced_by: - astrology - autocontingency diff --git a/data/base-lumber.yaml b/data/base-lumber.yaml index 3f24a891bf..a7a24339b8 100644 --- a/data/base-lumber.yaml +++ b/data/base-lumber.yaml @@ -385,7 +385,7 @@ lumber_buddy_rooms: - 2701 - 2702 - 2703 -# - 2717 # Under contruction pending mapping improvements, see https://github.com/rpherbig/dr-scripts/issues/4314 +# - 2717 # Under contruction pending mapping improvements, see https://github.com/elanthia-online/dr-scripts/issues/4314 # West Gate # Populated by Telga Orek (900-1300) wyvern_mountain_telga: diff --git a/docs/index.md b/docs/index.md index 61dafacc20..bc2e336c78 100644 --- a/docs/index.md +++ b/docs/index.md @@ -1,6 +1,6 @@ ## Welcome to GitHub Pages -You can use the [editor on GitHub](https://github.com/rpherbig/dr-scripts/edit/master/docs/index.md) to maintain and preview the content for your website in Markdown files. +You can use the [editor on GitHub](https://github.com/elanthia-online/dr-scripts/edit/master/docs/index.md) to maintain and preview the content for your website in Markdown files. Whenever you commit to this repository, GitHub Pages will run [Jekyll](https://jekyllrb.com/) to rebuild the pages in your site, from the content in your Markdown files. @@ -30,7 +30,7 @@ For more details see [GitHub Flavored Markdown](https://guides.github.com/featur ### Jekyll Themes -Your Pages site will use the layout and styles from the Jekyll theme you have selected in your [repository settings](https://github.com/rpherbig/dr-scripts/settings). The name of this theme is saved in the Jekyll `_config.yml` configuration file. +Your Pages site will use the layout and styles from the Jekyll theme you have selected in your [repository settings](https://github.com/elanthia-online/dr-scripts/settings). The name of this theme is saved in the Jekyll `_config.yml` configuration file. ### Support or Contact diff --git a/dr-scripts_install.lic b/dr-scripts_install.lic index 0b5cbc5724..1914af369f 100644 --- a/dr-scripts_install.lic +++ b/dr-scripts_install.lic @@ -1,7 +1,7 @@ =begin dr-scripts install helper - Aims to automate running through the steps from https://github.com/rpherbig/dr-scripts/wiki/First-Time-Setup + Aims to automate running through the steps from https://github.com/elanthia-online/dr-scripts/wiki/First-Time-Setup Please see us on Discord if there are any issues, or raise an issue on Github author: Mahtra (mahtra@seul.org) @@ -21,6 +21,6 @@ respond("") respond("This script is no longer used.") respond("Please visit") -respond("") +respond("") respond("For up to date install instructions") respond("") diff --git a/equipmanager.lic b/equipmanager.lic index 121aa3eba3..5e8d381b4d 100644 --- a/equipmanager.lic +++ b/equipmanager.lic @@ -427,7 +427,7 @@ class EquipmentManager when /^ow$|offhand weapon/i return true # just use weapon in your left hand else - DRC.message("Unsupported weapon swap: #{noun} to #{skill}. Please report this to https://github.com/rpherbig/dr-scripts/issues") + DRC.message("Unsupported weapon swap: #{noun} to #{skill}. Please report this to https://github.com/elanthia-online/dr-scripts/issues") return false end # All possible weapon skills to swap into. diff --git a/first-aid.lic b/first-aid.lic index ec69eb6c9b..57978b1916 100644 --- a/first-aid.lic +++ b/first-aid.lic @@ -1,6 +1,6 @@ =begin Documentation: https://elanthipedia.play.net/Lich_script_repository#first-aid - Advanced Options: https://github.com/rpherbig/dr-scripts/wiki/First-Aid-Strategy + Advanced Options: https://github.com/elanthia-online/dr-scripts/wiki/First-Aid-Strategy =end custom_require.call(%w[common common-travel drinfomon equipmanager]) diff --git a/links.lic b/links.lic index a46923543b..16ea494f71 100644 --- a/links.lic +++ b/links.lic @@ -7,13 +7,13 @@ class Links def initialize links = { - 'Getting Help with Lich' => 'https://github.com/rpherbig/dr-scripts/wiki/Getting-Help-With-Lich', - 'Lich & DR-Scripts Wiki' => 'https://github.com/rpherbig/dr-scripts/wiki', + 'Getting Help with Lich' => 'https://github.com/elanthia-online/dr-scripts/wiki/Getting-Help-With-Lich', + 'Lich & DR-Scripts Wiki' => 'https://github.com/elanthia-online/dr-scripts/wiki', 'Script Settings Documentation' => 'https://elanthipedia.play.net/Lich_script_repository', - 'Guild Scripting Tutorials' => 'https://github.com/rpherbig/dr-scripts/wiki/DR-Scripts-Tutorials', + 'Guild Scripting Tutorials' => 'https://github.com/elanthia-online/dr-scripts/wiki/DR-Scripts-Tutorials', 'Hunting Ladder Spreadsheet' => 'http://i.imgur.com/lCcb3rD.jpg', - 'Add and Check Known Issues' => 'https://github.com/rpherbig/dr-scripts/issues', - 'Recent Script Changes (Updated Weekly)' => 'https://github.com/rpherbig/dr-scripts/wiki/dr-scripts-update-summary', + 'Add and Check Known Issues' => 'https://github.com/elanthia-online/dr-scripts/issues', + 'Recent Script Changes (Updated Weekly)' => 'https://github.com/elanthia-online/dr-scripts/wiki/dr-scripts-update-summary', 'YAML Validator' => 'http://yaml-online-parser.appspot.com/', 'Player Shops' => 'http://drservice.info/Plaza/', 'Lich mapping guide' => 'https://elanthipedia.play.net/Lich_mapping_reference', diff --git a/outdoorsmanship.lic b/outdoorsmanship.lic index 7f18a88d3f..3bd725de24 100644 --- a/outdoorsmanship.lic +++ b/outdoorsmanship.lic @@ -73,7 +73,7 @@ class Outdoorsmanship DRC.bput('release spell', 'You let your concentration lapse', "You aren't preparing a spell") DRC.bput('release mana', 'You release all', "You aren't harnessing any mana") - # Do not release symbiosis - see https://github.com/rpherbig/dr-scripts/issues/3141 + # Do not release symbiosis - see https://github.com/elanthia-online/dr-scripts/issues/3141 end end diff --git a/profiles/Samples/SampleBarbarian-setup.yaml b/profiles/Samples/SampleBarbarian-setup.yaml index ae414d8f25..61fdcb8037 100644 --- a/profiles/Samples/SampleBarbarian-setup.yaml +++ b/profiles/Samples/SampleBarbarian-setup.yaml @@ -6,7 +6,7 @@ # - Chuno # GUILD TUTORIAL -# https://github.com/rpherbig/dr-scripts/wiki/Barbarian-Tutorials +# https://github.com/elanthia-online/dr-scripts/wiki/Barbarian-Tutorials # This file can be used with ;training-manager or ;t2. The T2 specifics are at the very bottom. @@ -609,7 +609,7 @@ hunting_file_list: - setup # - back -#### T2 Setup - https://github.com/rpherbig/dr-scripts/wiki/T2-Tutorial +#### T2 Setup - https://github.com/elanthia-online/dr-scripts/wiki/T2-Tutorial training_list: - skill: - Athletics diff --git a/profiles/Samples/SampleBard-setup.yaml b/profiles/Samples/SampleBard-setup.yaml index 6ce6806fa5..219f5c1cad 100644 --- a/profiles/Samples/SampleBard-setup.yaml +++ b/profiles/Samples/SampleBard-setup.yaml @@ -27,7 +27,7 @@ # - Erendel # TUTORIALS -# https://github.com/rpherbig/dr-scripts/wiki/Bard-Tutorials +# https://github.com/elanthia-online/dr-scripts/wiki/Bard-Tutorials # This file can be used with ;training-manager or ;t2. The T2 specifics are at the very bottom. @@ -628,7 +628,7 @@ sanowret_no_use_scripts: - buff -#### T2 Setup - https://github.com/rpherbig/dr-scripts/wiki/T2-Tutorial +#### T2 Setup - https://github.com/elanthia-online/dr-scripts/wiki/T2-Tutorial training_list: - skill: #header for each section and the dash out front matters diff --git a/profiles/Samples/SampleCleric-setup.yaml b/profiles/Samples/SampleCleric-setup.yaml index e8ee70c944..5a5f44bc35 100644 --- a/profiles/Samples/SampleCleric-setup.yaml +++ b/profiles/Samples/SampleCleric-setup.yaml @@ -8,7 +8,7 @@ # - Ugsy # GUILD TUTORIAL -# https://github.com/rpherbig/dr-scripts/wiki/Cleric-Tutorials +# https://github.com/elanthia-online/dr-scripts/wiki/Cleric-Tutorials # This file can be used with ;training-manager or ;t2. The T2 specifics are at the very bottom. @@ -689,7 +689,7 @@ hunting_file_list: - setup # - back -#### T2 Setup - https://github.com/rpherbig/dr-scripts/wiki/T2-Tutorial +#### T2 Setup - https://github.com/elanthia-online/dr-scripts/wiki/T2-Tutorial training_list: - skill: - Theurgy diff --git a/profiles/Samples/SampleEmpath-setup.yaml b/profiles/Samples/SampleEmpath-setup.yaml index 7d9dcb7b71..b507446e07 100644 --- a/profiles/Samples/SampleEmpath-setup.yaml +++ b/profiles/Samples/SampleEmpath-setup.yaml @@ -8,7 +8,7 @@ # - Rizzoli # TUTORIALS -# https://github.com/rpherbig/dr-scripts/wiki/Empath-Tutorials +# https://github.com/elanthia-online/dr-scripts/wiki/Empath-Tutorials # Empath tip: On a new empath, immediately type BRAWL in the game to remove the attack safeguard # This file can be used with ;training-manager or ;t2. The T2 specifics are at the very bottom. @@ -731,7 +731,7 @@ hunting_file_list: - setup # - back -#### T2 Setup - https://github.com/rpherbig/dr-scripts/wiki/T2-Tutorial +#### T2 Setup - https://github.com/elanthia-online/dr-scripts/wiki/T2-Tutorial training_list: - skill: - Athletics diff --git a/profiles/Samples/SampleMoonMage-setup.yaml b/profiles/Samples/SampleMoonMage-setup.yaml index 035305122c..a6b160a94e 100644 --- a/profiles/Samples/SampleMoonMage-setup.yaml +++ b/profiles/Samples/SampleMoonMage-setup.yaml @@ -10,7 +10,7 @@ # - Jardani # TUTORIAL -# https://github.com/rpherbig/dr-scripts/wiki/Moon-Mage-Tutorials +# https://github.com/elanthia-online/dr-scripts/wiki/Moon-Mage-Tutorials # It is recommended to get a target or debilitation spell for your second circle. (e.g. Dinazen Olkar or Calm) # Please see the 'offensive_spells:' setting below for a commented (unused) example. Uncomment to begin usage (remove #'s). diff --git a/profiles/Samples/SampleNecromancer-setup.yaml b/profiles/Samples/SampleNecromancer-setup.yaml index 70c50b70ea..fa4e523da8 100644 --- a/profiles/Samples/SampleNecromancer-setup.yaml +++ b/profiles/Samples/SampleNecromancer-setup.yaml @@ -7,7 +7,7 @@ # - Jonas # TUTORIALS -# https://github.com/rpherbig/dr-scripts/wiki/Necromancer-Tutorials +# https://github.com/elanthia-online/dr-scripts/wiki/Necromancer-Tutorials # This file can be used with ;training-manager or ;t2. The T2 specifics are at the very bottom. @@ -800,7 +800,7 @@ hunting_file_list: - setup # - back -#### T2 Setup - https://github.com/rpherbig/dr-scripts/wiki/T2-Tutorial +#### T2 Setup - https://github.com/elanthia-online/dr-scripts/wiki/T2-Tutorial training_list: - skill: - Athletics diff --git a/profiles/Samples/SamplePaladin-setup.yaml b/profiles/Samples/SamplePaladin-setup.yaml index 4101b8990c..d2b1d04cff 100644 --- a/profiles/Samples/SamplePaladin-setup.yaml +++ b/profiles/Samples/SamplePaladin-setup.yaml @@ -7,7 +7,7 @@ # - Valkiss # TUTORIALS -# https://github.com/rpherbig/dr-scripts/wiki/Paladin-Tutorials +# https://github.com/elanthia-online/dr-scripts/wiki/Paladin-Tutorials # This file can be used with ;training-manager or ;t2. The T2 specifics are at the very bottom. @@ -626,7 +626,7 @@ hunting_file_list: - setup # - back -#### T2 Setup - https://github.com/rpherbig/dr-scripts/wiki/T2-Tutorial +#### T2 Setup - https://github.com/elanthia-online/dr-scripts/wiki/T2-Tutorial training_list: - skill: - Athletics diff --git a/profiles/Samples/SampleRanger-setup.yaml b/profiles/Samples/SampleRanger-setup.yaml index 87be1d3b29..7f68a752a4 100644 --- a/profiles/Samples/SampleRanger-setup.yaml +++ b/profiles/Samples/SampleRanger-setup.yaml @@ -6,7 +6,7 @@ # - Paven # TUTORIALS -# https://github.com/rpherbig/dr-scripts/wiki/Ranger-Tutorials +# https://github.com/elanthia-online/dr-scripts/wiki/Ranger-Tutorials # This file can be used with ;training-manager or ;t2. The T2 specifics are at the very bottom. @@ -652,7 +652,7 @@ hunting_file_list: - setup # - back -#### T2 Setup - https://github.com/rpherbig/dr-scripts/wiki/T2-Tutorial +#### T2 Setup - https://github.com/elanthia-online/dr-scripts/wiki/T2-Tutorial training_list: - skill: - Athletics diff --git a/profiles/Samples/SampleThief-setup.yaml b/profiles/Samples/SampleThief-setup.yaml index 2a90f5e6a6..f954a3a13b 100644 --- a/profiles/Samples/SampleThief-setup.yaml +++ b/profiles/Samples/SampleThief-setup.yaml @@ -7,7 +7,7 @@ # - Shagium # GUILD TUTORIAL -# https://github.com/rpherbig/dr-scripts/wiki/Thief-Tutorials +# https://github.com/elanthia-online/dr-scripts/wiki/Thief-Tutorials # This file can be used with ;training-manager or ;t2. The T2 specifics are at the very bottom. @@ -553,7 +553,7 @@ hunting_file_list: - setup # - back -#### T2 Setup - https://github.com/rpherbig/dr-scripts/wiki/T2-Tutorial +#### T2 Setup - https://github.com/elanthia-online/dr-scripts/wiki/T2-Tutorial training_list: - skill: - Athletics diff --git a/profiles/Samples/SampleTrader-setup.yaml b/profiles/Samples/SampleTrader-setup.yaml index e59b19af92..2f62a41f35 100644 --- a/profiles/Samples/SampleTrader-setup.yaml +++ b/profiles/Samples/SampleTrader-setup.yaml @@ -1,6 +1,6 @@ --- # https://elanthipedia.play.net/Trader#Circle_Requirements -# Also see the Lich Trader Tutorials https://github.com/rpherbig/dr-scripts/wiki/Trader-Tutorials +# Also see the Lich Trader Tutorials https://github.com/elanthia-online/dr-scripts/wiki/Trader-Tutorials # For more settings see the wiki, profiles/base.yaml, or the other yamls in this directory # 5 Magics (None are needed to circle): Augmentation, Arcana, Attunement, Utility, Warding @@ -16,7 +16,7 @@ # - None right now! Accepting submissions! # TUTORIALS -# https://github.com/rpherbig/dr-scripts/wiki/Trader-Tutorials +# https://github.com/elanthia-online/dr-scripts/wiki/Trader-Tutorials safe_room: 851 # Find a more private room as soon as you can. @@ -177,8 +177,8 @@ offensive_spells: # these offensive_spells are cast in combat-trainer cambrinth: - 1 -#WAGGLES - these are called when using ;buff. See https://github.com/rpherbig/dr-scripts/wiki/Waggle-Sets -#If you're looking at other examples in /profiles you may need to read https://github.com/rpherbig/dr-scripts/wiki/YAML-Anchors +#WAGGLES - these are called when using ;buff. See https://github.com/elanthia-online/dr-scripts/wiki/Waggle-Sets +#If you're looking at other examples in /profiles you may need to read https://github.com/elanthia-online/dr-scripts/wiki/YAML-Anchors #If you don't understand what the anchors are doing, keep them simple like below. waggle_sets: default: # called by ;buff diff --git a/profiles/Samples/SampleWarriorMage-setup.yaml b/profiles/Samples/SampleWarriorMage-setup.yaml index 2d18372e86..24366e8669 100644 --- a/profiles/Samples/SampleWarriorMage-setup.yaml +++ b/profiles/Samples/SampleWarriorMage-setup.yaml @@ -10,7 +10,7 @@ # - Torgro # GUILD TUTORIAL -# https://github.com/rpherbig/dr-scripts/wiki/Warrior-Mage-Tutorials +# https://github.com/elanthia-online/dr-scripts/wiki/Warrior-Mage-Tutorials # This file can be used with ;training-manager or ;t2. The T2 specifics are at the very bottom. @@ -695,7 +695,7 @@ hunting_file_list: - setup # - back -#### T2 Setup - https://github.com/rpherbig/dr-scripts/wiki/T2-Tutorial +#### T2 Setup - https://github.com/elanthia-online/dr-scripts/wiki/T2-Tutorial training_list: - skill: - Athletics diff --git a/profiles/Samples/Trader/Quillith-setup.yaml b/profiles/Samples/Trader/Quillith-setup.yaml index 417992e747..c2d774c4a4 100644 --- a/profiles/Samples/Trader/Quillith-setup.yaml +++ b/profiles/Samples/Trader/Quillith-setup.yaml @@ -1,4 +1,4 @@ -#Note: For Trader-specific settings see https://github.com/rpherbig/dr-scripts/wiki/Trader-Tutorials +#Note: For Trader-specific settings see https://github.com/elanthia-online/dr-scripts/wiki/Trader-Tutorials ############################################################# ######## HOMETOWN/HUNT SETTINGS ######### @@ -410,7 +410,7 @@ cambrinth_invoke_exact_amount: true ####### CUSTOM SPELL DEFINITIONS ######## ############################################################# -### NOTHING IN THIS SECTION DOES ANYTHING WHATSOEVER. THEY EXIST ONLY AS ANCHORS (See https://github.com/rpherbig/dr-scripts/wiki/YAML-Anchors) +### NOTHING IN THIS SECTION DOES ANYTHING WHATSOEVER. THEY EXIST ONLY AS ANCHORS (See https://github.com/elanthia-online/dr-scripts/wiki/YAML-Anchors) ### I WILL CALL THEM LATER USING << : *finesse, FOR EXAMPLE, WHICH IS THE SAME AS ### UNWRAPPING finesse_buff AND SHOVING EVERYTHING FROM Finesse: DOWNWARD INTO WHEREEVER I CALL IT. ### DON'T DO THIS UNLESS YOU KNOW WHAT IT MEANS @@ -506,7 +506,7 @@ buffs: &buffs ### combat-trainer uses buff_spells, offensive_spells and combat_spell_training to buff and fight ### many other scripts use 'waggle sets' for buff checks on script startup ### I call many spells defined up above here. -### SEE https://github.com/rpherbig/dr-scripts/wiki/Waggle-Sets +### SEE https://github.com/elanthia-online/dr-scripts/wiki/Waggle-Sets #combat-trainer spells offensive_spells: diff --git a/profiles/base.yaml b/profiles/base.yaml index 4cb5d8d4d0..af9aec9f5b 100644 --- a/profiles/base.yaml +++ b/profiles/base.yaml @@ -1,5 +1,5 @@ --- -# See https://github.com/rpherbig/dr-scripts/wiki or https://elanthipedia.play.net/Lich_script_repository for documentation +# See https://github.com/elanthia-online/dr-scripts/wiki or https://elanthipedia.play.net/Lich_script_repository for documentation hometown: Crossing # If hometown is Fang Cove, some scripts (athletics, burgle, checkfavors, favor, and crossing-repair, among others - see base-help.yaml @@ -526,7 +526,7 @@ training_manager_priority_skills: # the lower limit for the previous priority skills priority_skills_lower_limit: 6 # define one or multiple hunting zones (see base-hunting in scripts/data) and the behaviors for those hunts. -# https://github.com/rpherbig/dr-scripts/wiki/YAML-Basics:-Part-2---Creating-Your-Own-YAML +# https://github.com/elanthia-online/dr-scripts/wiki/YAML-Basics:-Part-2---Creating-Your-Own-YAML hunting_info: # Global toggle to cause hunting buddy to stop a hunt short when the burgle # timer hits. Note there is also a per-hunt toggle that goes in hunting_info @@ -687,9 +687,9 @@ cambrinth_num_charges: 4 # invoke a specific cambrinth amount -- useful for traders with Avtalia Array cambrinth_invoke_exact_amount: false # Trader only - enables starlight management - how many seconds in between checking starlight auras in combat -# see https://github.com/rpherbig/dr-scripts/wiki/Trader-Tutorials +# see https://github.com/elanthia-online/dr-scripts/wiki/Trader-Tutorials aura_frequency: -# Trader-use avtalia.lic to build a list of avtalia cambrinth. See https://github.com/rpherbig/dr-scripts/wiki/Trader-Tutorials +# Trader-use avtalia.lic to build a list of avtalia cambrinth. See https://github.com/elanthia-online/dr-scripts/wiki/Trader-Tutorials avtalia_array: # Looting settings @@ -797,7 +797,7 @@ textbook_type: textbook compendium_type: compendium # number of first aid charts to read number_of_firstaid_charts: 25 -# advanced function - Use With Caution and read details: https://github.com/rpherbig/dr-scripts/wiki/First-Aid-Strategy#advanced-options +# advanced function - Use With Caution and read details: https://github.com/elanthia-online/dr-scripts/wiki/First-Aid-Strategy#advanced-options firstaid_scholarship_modifier: # trainer noun should match exactly @@ -1062,7 +1062,7 @@ caravan_coins_on_hand: 9555 caravan_interior: false # Store/retrieve caravans in the nearest stable rather than emptying the box/contracts and returning it trade_use_stable: false -# skills and cooldowns to train in ;trade. See https://github.com/rpherbig/dr-scripts/wiki/Trader-Tutorials for valid skills and what they do +# skills and cooldowns to train in ;trade. See https://github.com/elanthia-online/dr-scripts/wiki/Trader-Tutorials for valid skills and what they do caravan_training_skills: # Augmentation: 5 # Warding: 5 @@ -1565,7 +1565,7 @@ listen_skills: - Utility - Warding -# https://github.com/rpherbig/dr-scripts/wiki/Waggle-Sets +# https://github.com/elanthia-online/dr-scripts/wiki/Waggle-Sets waggle_sets: # Vitality/spirit level when combat-trainer will log you or afk will start warning about low health/spirit when you get halfway between 100 and this number. diff --git a/spellmonitor.lic b/spellmonitor.lic index c251ca3ef9..7c8eb6f733 100644 --- a/spellmonitor.lic +++ b/spellmonitor.lic @@ -460,7 +460,7 @@ known_spells_hook = proc do |server_string| end # Unsure the historical significance of this pause -# https://github.com/rpherbig/dr-scripts/commit/04b7474b21c809d960ccb0c720808b44ae0f1ff8 +# https://github.com/elanthia-online/dr-scripts/commit/04b7474b21c809d960ccb0c720808b44ae0f1ff8 pause 5 DownstreamHook.remove('active_spells_hook') diff --git a/steal.lic b/steal.lic index c3fcd4b658..1d3aec7ac6 100644 --- a/steal.lic +++ b/steal.lic @@ -397,7 +397,7 @@ class Steal return false else bin_item(target['item']) - DRC.message('New learning message. Please submit this to https://github.com/rpherbig/dr-scripts/issues/new') + DRC.message('New learning message. Please submit this to https://github.com/elanthia-online/dr-scripts/issues/new') end true diff --git a/t2.lic b/t2.lic index b733628ffe..33d97e30cd 100644 --- a/t2.lic +++ b/t2.lic @@ -87,7 +87,7 @@ class T2 break end if warn_user - DRC.message("Ran out of things to do - please read the T2 tutorial if you see this message.\n https://github.com/rpherbig/dr-scripts/wiki/T2-Tutorial") + DRC.message("Ran out of things to do - please read the T2 tutorial if you see this message.\n https://github.com/elanthia-online/dr-scripts/wiki/T2-Tutorial") DRC.message("Sleeping 5 seconds.") pause 5 end diff --git a/trade.lic b/trade.lic index fe24fc3535..15963a9cc6 100644 --- a/trade.lic +++ b/trade.lic @@ -30,7 +30,7 @@ class Trade echo '**********************************************************************' echo '**** DETAILS ON SCRIPT USAGE AND CONFIGURATION CAN BE FOUND ON ****' - echo '**** https://github.com/rpherbig/dr-scripts/wiki/Trader-Tutorials ****' + echo '**** https://github.com/elanthia-online/dr-scripts/wiki/Trader-Tutorials ****' echo '**********************************************************************' args = parse_args(arg_definitions) @@ -286,7 +286,7 @@ class Trade case DRC.bput("pay #{Regexp.last_match(1)}", 'The price for stabling and feeding .*', 'stable.+ who runs up and leads your caravan') when /The price for stabling and feeding/ DRC.beep - DRC.message('Something has gone wrong! Put in an issue at https://github.com/rpherbig/dr-scripts/issues/new with a log of this event!') + DRC.message('Something has gone wrong! Put in an issue at https://github.com/elanthia-online/dr-scripts/issues/new with a log of this event!') exit end UserVars.last_seen_caravan['stabled'] = true @@ -425,7 +425,7 @@ class Trade @current_caravan_destination = find_closest_id('trader_outpost', true) end if @current_caravan_destination.zero? || @current_caravan_destination.nil? - DRC.message('The script has encountered an error! Please put in an issue at https://github.com/rpherbig/dr-scripts/issues') + DRC.message('The script has encountered an error! Please put in an issue at https://github.com/elanthia-online/dr-scripts/issues') DRC.message("Current Room is #{Room.current.id}, closest town is #{find_closest_id('trader_outpost', true)}, and emergency_town is #{@emergency_delivery_town}, if any.") end restore_certain_transport diff --git a/trigger-watcher.lic b/trigger-watcher.lic index 214c1cc76e..105baf857d 100644 --- a/trigger-watcher.lic +++ b/trigger-watcher.lic @@ -6,7 +6,7 @@ no_kill_all arg_definitions = [ [ { name: 'debug', regex: /debug/i, optional: true, description: 'Run trigger-watcher in debug mode.' }, - { name: 'script_summary', optional: true, description: 'Trigger implementation script. Works with Charname-triggers.yaml. See: https://github.com/rpherbig/dr-scripts/wiki/Lich-Triggers ' } + { name: 'script_summary', optional: true, description: 'Trigger implementation script. Works with Charname-triggers.yaml. See: https://github.com/elanthia-online/dr-scripts/wiki/Lich-Triggers ' } ] ] diff --git a/validate.lic b/validate.lic index 8bf4f73f28..4c7d4b5a98 100644 --- a/validate.lic +++ b/validate.lic @@ -750,7 +750,7 @@ class DRYamlValidator settings.buff_nonspells['barb_buffs'] .reject { |name| supported_buffs.include?(name) } - .each { |name| error("Barb ability '#{name}' not yet supported. Please make an issue on Github (https://github.com/rpherbig/dr-scripts/issues) for it to be added!") } + .each { |name| error("Barb ability '#{name}' not yet supported. Please make an issue on Github (https://github.com/elanthia-online/dr-scripts/issues) for it to be added!") } end def assert_that_predict_event_is_deprecated(settings) diff --git a/wand-watcher.lic b/wand-watcher.lic index 4f30b23705..6d26ec60f4 100644 --- a/wand-watcher.lic +++ b/wand-watcher.lic @@ -230,7 +230,7 @@ class WandWatcher else # Catch all for Unknown errors Message the user and ask them to open an issue with details DRC.message "Unrecognized error when trying to activate wand." - DRC.message "Please open an issue on github with the details: https://github.com/rpherbig/dr-scripts/issues" + DRC.message "Please open an issue on github with the details: https://github.com/elanthia-online/dr-scripts/issues" UserVars.wand_watcher_timers[wand] = Time.now + 60 end