{"id":22055391,"url":"https://github.com/sogladev/mod-demonic-pact-classic","last_synced_at":"2025-03-23T16:14:45.175Z","repository":{"id":247969767,"uuid":"827349016","full_name":"sogladev/mod-demonic-pact-classic","owner":"sogladev","description":"AzerothCore custom module that implements demonic pact behavior from wrath classic","archived":false,"fork":false,"pushed_at":"2024-07-15T15:06:07.000Z","size":40,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-01-28T22:20:20.274Z","etag":null,"topics":["azerothcore-module"],"latest_commit_sha":null,"homepage":"","language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"agpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/sogladev.png","metadata":{"files":{"readme":".github/README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-07-11T13:31:12.000Z","updated_at":"2024-11-27T05:29:05.000Z","dependencies_parsed_at":"2024-12-01T23:15:09.167Z","dependency_job_id":null,"html_url":"https://github.com/sogladev/mod-demonic-pact-classic","commit_stats":null,"previous_names":["sogladev/mod-demonic-pact-classic"],"tags_count":1,"template":false,"template_full_name":"azerothcore/skeleton-module","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sogladev%2Fmod-demonic-pact-classic","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sogladev%2Fmod-demonic-pact-classic/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sogladev%2Fmod-demonic-pact-classic/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sogladev%2Fmod-demonic-pact-classic/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sogladev","download_url":"https://codeload.github.com/sogladev/mod-demonic-pact-classic/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245128130,"owners_count":20565206,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["azerothcore-module"],"created_at":"2024-11-30T16:06:58.218Z","updated_at":"2025-03-23T16:14:45.150Z","avatar_url":"https://github.com/sogladev.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"# AzerothCore Module Demonic Pact Classic\n\n- Latest build status with azerothcore:\n\n[![Build Status](\nhttps://github.com/sogladev/mod-demonic-pact-classic/actions/workflows/core-build.yml/badge.svg?branch=master\u0026event=push)](https://github.com/sogladev/mod-demonic-pact-classic)\n\nThis is a module for [AzerothCore](http://www.azerothcore.org) that changes Demonic Pact to behave more like Wrath Classic:\n\n- Lower ICD from 20 seconds to 5 seconds (adjustable)\n- No longer overwrites stronger Demonic Pact auras, unless the aura has less than 10 seconds remaining\n\n## How to install\nhttps://www.azerothcore.org/wiki/installing-a-module\n\nRequires source recompilation\n\nApply database changes: `data/sql/db-world/base/demonic_pact_classic.sql`\n```\n-- reduce Internal Cooldown from 20 seconds (20000) to 5 seconds (5000), some sources say 1 second (1000)\nSET @ICD:=5000;\nUPDATE `spell_proc_event` SET `Cooldown`=@ICD WHERE `entry` IN (53646, 54909);\nDELETE FROM `spell_script_names` WHERE `spell_id` = 48090;\nINSERT INTO `spell_script_names` (`spell_id`, `ScriptName`) VALUES (48090, 'spell_warl_demonic_pact_classic');\n```\n\n## How to remove\n\n1. Undo database changes: `optional/undo_demonic_pact_classic.sql`\n```\n-- restore Internal Cooldown to 20 seconds (20000)\nSET @ICD:=20000;\nUPDATE `spell_proc_event` SET `Cooldown`=@ICD WHERE `entry` IN (53646, 54909);\nDELETE FROM `spell_script_names` WHERE `spell_id` = 48090;\n```\n\n2. Remove `mod-demonic-pact-classic` folder\n\n\n## How to create your own module\n\n1. Use the script `create_module.sh` located in [`modules/`](https://github.com/azerothcore/azerothcore-wotlk/tree/master/modules) to start quickly with all the files you need and your git repo configured correctly (heavily recommended).\n1. You can then use these scripts to start your project: https://github.com/azerothcore/azerothcore-boilerplates\n1. Do not hesitate to compare with some of our newer/bigger/famous modules.\n1. Edit the `README.md` and other files (`include.sh` etc...) to fit your module. Note: the README is automatically created from `README_example.md` when you use the script `create_module.sh`.\n1. Publish your module to our [catalogue](https://github.com/azerothcore/modules-catalogue).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsogladev%2Fmod-demonic-pact-classic","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsogladev%2Fmod-demonic-pact-classic","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsogladev%2Fmod-demonic-pact-classic/lists"}