Skip to content

Commit

Permalink
Update and Fix Spell (#46)
Browse files Browse the repository at this point in the history
* Update mod_learnspells.conf.dist

* fix(cpp): Don't teach healing component of DK spell Death Strike (#1)

Co-authored-by: Hasn <h.allgaeuer@hotmail.de>
Co-authored-by: Stefano Borzì <stefanoborzi32@gmail.com>

* Update

* Add Spell 19885 Track Hidden (Hunter)

Add Spell 19885 Track Hidden (Hunter)

* Move Spell 1804 - Pick Lock

Pick Lock (1804) was incorrectly delivered at level 2. is added to m_ignoreSpells and created to be delivered correctly at level 16

* Update mod_learnspells.cpp

Update Far Sight 6196 - Shaman

* Upate Immolate and Life Tap (R2- R8)

* Update Readme

* Update README.md

* Fireball (25306) - Mago lvl 62

Fireball (25306) - Mago lvl 62

* Ignore Dalaran Brilliance and Dalaran Intellect

Ignore Dalaran Brilliance and Dalaran Intellect

* Mage Portal and Teleport

* fix portal

* Fix Paladin

Spell 53652, 53653, 53654 Beacon of Light

* Add Redemption (R1-7)

* Fix

Ignore Mangle (Bear) (R1-5) and Mangle (Cat) (R1-5)

Fix Swift Flight Form at level 71

* Update mod_learnspells.conf.dist

---------

Co-authored-by: Hasn <h.allgaeuer@hotmail.de>
Co-authored-by: Stefano Borzì <stefanoborzi32@gmail.com>
  • Loading branch information
3 people committed Feb 22, 2024
1 parent ca1974d commit 723eca6
Show file tree
Hide file tree
Showing 6 changed files with 304 additions and 14 deletions.
72 changes: 72 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,72 @@
name: Bug report
description: Create a bug report to help us improve.
title: "Bug: "
body:
- type: textarea
id: current
attributes:
label: Current Behaviour
description: |
Description of the problem or issue here.
Include entries of affected creatures / items / quests / spells etc.
If this is a crash, post the crashlog (upload to https://gist.github.com/) and include the link here.
Never upload files! Use GIST for text and YouTube for videos!
validations:
required: true
- type: textarea
id: expected
attributes:
label: Expected Behaviour
description: |
Tell us what should happen instead.
validations:
required: true
- type: textarea
id: reproduce
attributes:
label: Steps to reproduce the problem
description: |
What does someone else need to do to encounter the same bug?
placeholder: |
1. Step 1
2. Step 2
3. Step 3
validations:
required: true
- type: textarea
id: extra
attributes:
label: Extra Notes
description: |
Do you have any extra notes that can help solve the issue that does not fit any other field?
placeholder: |
None
validations:
required: false
- type: textarea
id: commit
attributes:
label: AC rev. hash/commit
description: |
Copy the result of the `.server debug` command (if you need to run it from the client get a prat addon)
validations:
required: true
- type: input
id: os
attributes:
label: Operating system
description: |
The Operating System the Server is running on.
i.e. Windows 11 x64, Debian 10 x64, macOS 12, Ubuntu 20.04
validations:
required: true
- type: textarea
id: custom
attributes:
label: Custom changes or Modules
description: |
List which custom changes or modules you have applied, i.e. Eluna module, etc.
placeholder: |
None
validations:
required: false
33 changes: 33 additions & 0 deletions .github/ISSUE_TEMPLATE/feature_request.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
name: Feature request
description: Suggest an idea for this project
title: "Feature: "
body:
- type: markdown
attributes:
value: |
Thank you for taking your time to fill out a feature request. Remember to fill out all fields including the title above.
An issue that is not properly filled out will be closed.
- type: textarea
id: description
attributes:
label: Describe your feature request or suggestion in detail
description: |
A clear and concise description of what you want to happen.
validations:
required: true
- type: textarea
id: solution
attributes:
label: Describe a possible solution to your feature or suggestion in detail
description: |
A clear and concise description of any alternative solutions or features you've considered.
validations:
required: false
- type: textarea
id: additional
attributes:
label: Additional context
description: |
Add any other context or screenshots about the feature request here.
validations:
required: false
29 changes: 29 additions & 0 deletions .github/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
# ![logo](https://raw.githubusercontent.com/azerothcore/azerothcore.github.io/master/images/logo-github.png) AzerothCore

## mod-learn-spells
### This is a module for [AzerothCore](http://www.azerothcore.org)

- Latest build status with azerothcore:

[![Build Status](https://github.com/azerothcore/mod-learn-spells/workflows/core-build/badge.svg?branch=master&event=push)](https://github.com/azerothcore/mod-learn-spells)

#### Features:

LearnAllSpells teach new spells on level-up, like in Cataclysm and up.

### This module currently requires:

- AzerothCore v1.0.1+

### How to install

1. Simply place the module under the `modules` folder of your AzerothCore source folder.
2. Re-run cmake and launch a clean build of AzerothCore
3. Run the Sql file into your database.
4. Ready.

**Original_script:**

http://www.ac-web.org/forums/showthread.php?172918-C-Automatically-Learn-New-Spells

AzerothCore: [repository](https://github.com/azerothcore) - [website](http://azerothcore.org) - [discord chat community](https://discord.gg/PaqQRkd)
9 changes: 0 additions & 9 deletions README.md

This file was deleted.

2 changes: 1 addition & 1 deletion conf/mod_learnspells.conf.dist
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ LearnSpells.Announce = 1
# Useful for instant leveling type of servers
# (1: true | 0: false)

LearnSpells.LearnAllOnFirstLogin = 0
LearnSpells.OnFirstLogin = 0

# Max level Limit the player will learn spells
# Default: = 80
Expand Down
Loading

0 comments on commit 723eca6

Please sign in to comment.